Results 1 to 5 of 5
Thread: First Time I download
- 10-28-2012, 04:21 AM #1
Member
- Join Date
- Oct 2012
- Posts
- 2
- Rep Power
- 0
First Time I download
Hi there, experts. I'm new to Java and trying to download it right. First question is, ok,most computers run java and therefore, have it downloaded, and updated on a regular base. Therefore, why downloaded again?
I don't even know where exactly is Java stored, in what folder or directory.
Also, assuming I need JDK for development purposes, I'd like to store it separately, what would be a good directory?
- 10-28-2012, 04:41 AM #2
Senior Member
- Join Date
- Oct 2012
- Posts
- 108
- Rep Power
- 0
Re: First Time I download
Most times people refer to having Java installed, they are referring to the JRE (Java Runtime Environment). This allows programs written in Java to run on that machine. If you intend to program in Java, you will need the JDK (Java Development Kit) which includes the JRE, but also includes the Java Compiler (among other things).
As far as where it is stored depends on many things, not the least of which is what operating system you're running. You can have multiple JREs (and, for that matter JDKs) installed on the same machine if you want.
Windows default installation: C:\Program Files\Java\jreXXXXXXX for JRE (XXXXXXXX = version # i.e. jre1.5.0_21 or jre7)
C:\Program Files\Java\jdkXXXXXXX for JDK
on 64-bit windows with 32-bit java they will be in C:\Program Files x86\ by default. MacOS and Linux there should be a link from /usr/bin/java to the default java install
- 10-28-2012, 04:45 AM #3
- 11-01-2012, 05:20 AM #4
Member
- Join Date
- Oct 2012
- Posts
- 2
- Rep Power
- 0
Re: First Time I download
Thanks for a great answer.
Perhaps if I say that i have an ordinary Dell Inspiron with Windows 7, then what i would like to have is a separate storage of JDK vrs. the standard version that comes with most computers. Assuming that I do, would JDK be subject to constant automatic updates by Oracle?
Also, is it advisable to download Eclipse? I read you can train yourself with that piece of software.
Finally, is it advisable to buy Java for dummies 2011 with Java 7? or would you suggest another book?
Appreciate your support.
- 11-01-2012, 09:48 AM #5
Moderator
- Join Date
- Apr 2009
- Posts
- 10,448
- Rep Power
- 16
Similar Threads
-
enter the time zone offset to GMT and convert to current time
By Bonia in forum New To JavaReplies: 5Last Post: 02-29-2012, 10:07 AM -
is there any way to handle ideal time session time out
By javastuden in forum Java ServletReplies: 0Last Post: 02-03-2012, 11:02 AM -
Desingn time properties missing at run time - Netbeans
By junaid in forum New To JavaReplies: 3Last Post: 12-07-2011, 07:00 AM -
JAVA Programmers Wanted - Full-Time and Part-Time Positions open
By javatrek2020 in forum Jobs OfferedReplies: 3Last Post: 08-23-2011, 12:46 PM -
calculate time diff for particular time period
By baktha.thalapathy in forum New To JavaReplies: 2Last Post: 05-24-2010, 04:10 PM


LinkBack URL
About LinkBacks
Reply With Quote

Bookmarks