LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Programming (https://www.linuxquestions.org/questions/programming-9/)
-   -   Java on Linux-how? (https://www.linuxquestions.org/questions/programming-9/java-on-linux-how-481162/)

eine 09-07-2006 01:40 AM

Java on Linux-how?
 
good afternoon,i am newbie in programming on Linux system.

i have a few question, could you help me?i want to learn Java in linux, what should i do first?i tried to get J2SE and then i saw this JRE, what is it?

second, i contact my lecturer and said that i already have the Java, but the problem is i can't using it because my lecturer said my java is somewhat IBM's java, not Sun.what is the different of this 2 kind of Java? i want to learn java towards network programming,where should i start?

oh, and i'm running SuSE 10.0 in compaq v2000

thanks for your kindness before :)

odcheck 09-07-2006 01:52 AM

go to java.com download the bin file.
And follow the Install Instructions
JRE = java runtime Environment

Eclipse is the greatest (so many java programmers... slap me if I am wrong.)
Development Suite for Java coding.

jlliagre 09-07-2006 04:46 AM

There is not that much differences between Sun and IBM JVMs. They both comply to the Java standard, newer versions first appear from Sun though.

And to learn network programming, don't download the JRE, download a JDK, and, okay, I slap odcheck ;) , NetBeans the greatest IDE for Java Coding.

As a beginner, you may want to try the NetBeans BlueJ special edition:
http://edu.netbeans.org/bluej/index.html

eine 09-12-2006 02:46 PM

ok guys, i tried many times to download the J2SE and JDK, but i have poor internet connection in my campus :o

then i decided to just buy the CD contain java studio, bundled with all java things...tee..hee..

i'm working on it now..i finished installed it and just buy book head first Java, because im a real noob on Java.oh yeah jiliagre, what is the different on NetBeans BlueJ and NetBeans from Sun Java website?the things i still confused in this java is that there's so many IDE:confused:

by the way..you guys have helped me a lot... ;)

jlliagre 09-12-2006 10:38 PM

Quote:

Originally Posted by eine
what is the different on NetBeans BlueJ and NetBeans from Sun Java website?

The former is a simplified version of the latter, and includes some of the BlueJ features, including the ability to open BlueJ projects.
BlueJ is an IDE targetting beginners/students.
Quote:

the things i still confused in this java is that there's so many IDE:confused:
Maybe, but choice and competition between them are positive.

eine 09-13-2006 06:16 AM

ow....:study: i c...

so that means the framework or the JVM is still the same, but every IDE offers different things, am i right? :D

and if i'm right, then NetBeans BlueJ is quite similar to NetBeans itself, and if i'm learned from scratch i could use the various IDE ;)

thanks a lot jiliagre :)

--CMIIW--:p

mrcheeks 09-13-2006 06:45 AM

Don't forget the IDE doesn't make the programmer! :-)


All times are GMT -5. The time now is 04:57 PM.