deploying

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • yuvavarma
    New Member
    • Jul 2007
    • 7

    #1

    deploying

    hiiii,
    how can i deploy my java program on a system(say windows system).This is my first project
  • r035198x
    MVP
    • Sep 2006
    • 13225

    #2
    Originally posted by yuvavarma
    hiiii,
    how can i deploy my java program on a system(say windows system).This is my first project
    What kind of a project do you have? Does it run on a server?

    Comment

    • yuvavarma
      New Member
      • Jul 2007
      • 7

      #3
      yes,it inolves a server and client

      Comment

      • r035198x
        MVP
        • Sep 2006
        • 13225

        #4
        Originally posted by yuvavarma
        yes,it inolves a server and client
        Well the exact steps of deployment depend on the server you're trying to deploy it on. What is the application made of? Servlets and JSPs?

        Comment

        • praveen2gupta
          New Member
          • May 2007
          • 200

          #5
          Originally posted by yuvavarma
          hiiii,
          how can i deploy my java program on a system(say windows system).This is my first project

          I think you are developing project using core java classes. These classes does not need any specific development. All classes runs with JVM. You can make a single JAR file by combining all the java classes. these jar file can execute with JVM.

          Comment

          Working...