Results 21 to 23 of 23
Thread: Common error in benigner
- 06-01-2011, 01:10 AM #21
- Join Date
- Jan 2011
- Location
- Richmond, Virginia
- Posts
- 3,069
- Blog Entries
- 3
- Rep Power
- 7
Also, if you are a bit confused about how to install it, here is a nice video guide to installing, setting up, and compiling a simple hello, world program.
TheNewBoston – Free Educational Video Tutorials on Computer Programming and More! » Java Programming Tutorial – 1 – Installing the JDK
- 06-01-2011, 01:13 AM #22
As to why you need the JDK. The JRE (Java Runtime Environment) simply runs java programs. The JDK (Java Development Kit) however contains tools for compiling Java source code (.java) into Java bytecode (.class) which is what is run by the JRE. So you can run Java programs without the JDK but you can't compile your own Java programs without the JDK.
Last edited by Zman3359; 06-01-2011 at 01:20 AM.
- 06-01-2011, 06:23 AM #23
I usually find this link very useful, so just in case if you are interested, have a look : Hello World
Hope that helps,
GoldestJava Is A Funny Language... Really!.gif)
Click on * and add to member reputation, if you find their advices/solutions effective.
Similar Threads
-
common components for game
By temyong in forum Advanced JavaReplies: 1Last Post: 03-15-2011, 04:03 AM -
Help to debug a common error please!
By TaxpayersMoney in forum New To JavaReplies: 4Last Post: 05-08-2010, 03:31 PM -
ow to get Home directory using Common Net ftp api?
By cprash.aggarwal in forum Advanced JavaReplies: 1Last Post: 03-01-2009, 05:57 PM -
How to get Home directory using Common Net ftp api?
By cprash.aggarwal in forum NetworkingReplies: 1Last Post: 03-01-2009, 05:37 PM -
Common error page using struts tiles...?
By prabhurangan in forum Web FrameworksReplies: 0Last Post: 08-28-2008, 02:34 PM


LinkBack URL
About LinkBacks
Reply With Quote

Bookmarks