Results 1 to 5 of 5
Hi,
I have buyed a new laptop.
I want do java programming on my laptop.
What is all i need to download and install, like java sdk etc?...
- 04-07-2009 #1Just Joined!
- Join Date
- Nov 2008
- Location
- Banglore - India
- Posts
- 16
Java help
Hi,
I have buyed a new laptop.
I want do java programming on my laptop.
What is all i need to download and install, like java sdk etc?
- 04-07-2009 #2
you need to instal JRE(Java Run Time Environment) and you will also need JVM(Java Virtual Machine) . Normally you will get it on SUN's web site.
- 04-07-2009 #3
You will need a JDK - which is the Development kit and includes the JRE, you should be able to find the Sun JDK in your distros repositories
If we hit that bullseye, the rest of the dominoes will fall like a house of cards. Checkmate! (Zapp Brannigan)
My new blog. It's probably not as good as I think it is.
- 04-07-2009 #4Linux Newbie
- Join Date
- Sep 2004
- Location
- UK
- Posts
- 160
And netbeans or eclipse (jdeveloper if you like oracle). Their all free, and can come with/without the jdk (jdk has the jre bundled with it).
In a world without walls and fences, who needs Windows and Gates?
- 04-25-2009 #5Just Joined!
- Join Date
- Nov 2008
- Location
- Banglore - India
- Posts
- 16
Hi
Thankyou for reply.
I download JDK from sun url. and also ecllipse.
I am able to run the java program.


Reply With Quote