How to deploy Java Programs

India
November 28, 2006 1:14am CST
I would like to know how to deploy a java application to the client
1 person likes this
6 responses
@mansha (6298)
• India
28 Nov 06
You need to have j2re any version installed on client side and have to set the path in environment variable.Go to Microsoft official site you can type your query there download the jvm from there and tips too.
@mansha (6298)
• India
28 Nov 06
oops it got posted so many times sorry the screen didn't change.
@raghwagh (1527)
• India
11 Dec 06
Just install the java runtime environment on client and then copy the class files for your applications on client machine.Also put the java home directory in classpath.Fine then run the java application.
@mansha (6298)
• India
28 Nov 06
You need to have j2re any version installed on client side and have to set the path in environment variable.Go to Microsoft official site you can type your query there download the jvm from there and tips too.
@mansha (6298)
• India
28 Nov 06
You need to have j2re any version installed on client side and have to set the path in environment variable.Go to Microsoft official site ypu can type your query there download the jvm from there and tips too.
@mansha (6298)
• India
28 Nov 06
You need to have j2re any version installed on client side and have to set the path in environment variable.Go to Microsoft official site ypu can type your query there download the jvm from there and tips too.
@ru88en (2997)
• Philippines
28 Nov 06
Just install the runtime in the computer that you want your jave to run. There are even better sites that will answer this question specifically. Just surf the net and you will surely find better answer.