LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Programming (https://www.linuxquestions.org/questions/programming-9/)
-   -   compile and run java (https://www.linuxquestions.org/questions/programming-9/compile-and-run-java-238610/)

pelegk2 10-04-2004 09:47 AM

compile and run java
 
do i need to install the j2sdk or the j2re so i can develope on the java virtual machine?

vharishankar 10-04-2004 10:11 AM

download the appropriate version of j2sdk (either linux or windows or other platform) from http://java.sun.com and follow the instructions given to install it.

jlliagre 10-04-2004 11:15 AM

Yep, as their name implies:
j2re = java 2 runtime environment (allow to run java applications/applets)
j2sdk = java 2 software development kit (allow to develop and run java apps)

student04 10-05-2004 09:28 AM

make sure you don't end up with my problem: http://www.linuxquestions.org/questi...hreadid=238483

with the java and javac binaries not correctly being changed after installing the sdk and jre


All times are GMT -5. The time now is 12:51 PM.