Where to download Java Compiler?Java Complier!
19 Replies - 849 Views - Last Post: 17 January 2010 - 07:32 PM
#1
Where to download Java Compiler?
Posted 15 January 2010 - 10:45 PM
Replies To: Where to download Java Compiler?
#2
Re: Where to download Java Compiler?
Posted 15 January 2010 - 10:58 PM
Java compiler can be download from Sun... SDK (Sun Development Kit)
http://java.sun.com/...loads/index.jsp
there is no reason to download a compiler from anywhere else
#3
Re: Where to download Java Compiler?
Posted 15 January 2010 - 11:06 PM
pbl, on 15 Jan, 2010 - 09:58 PM, said:
Java compiler can be download from Sun... SDK (Sun Development Kit)
http://java.sun.com/...loads/index.jsp
there is no reason to download a compiler from anywhere else
ty for the info, will i need to download anything else before i begin to write my 1st program? or is that all what i need provided in that link you provided, also is java a OOP language?
#4
Re: Where to download Java Compiler?
Posted 15 January 2010 - 11:24 PM
The JRE is the runtime environment, and is required to run Java programs
The JDK is the development kit, and is what you will actually be using to compile the programs
#5
Re: Where to download Java Compiler?
Posted 16 January 2010 - 10:00 AM
#6
Re: Where to download Java Compiler?
Posted 16 January 2010 - 01:39 PM
#7
Re: Where to download Java Compiler?
Posted 16 January 2010 - 01:48 PM
http://java.sun.com/.../java/concepts/
This post has been edited by erik.price: 16 January 2010 - 01:49 PM
#8
Re: Where to download Java Compiler?
Posted 16 January 2010 - 02:01 PM
NetBeans Website
#9
Re: Where to download Java Compiler?
Posted 16 January 2010 - 08:38 PM
ace_w1zard, on 16 Jan, 2010 - 12:39 PM, said:
Java is OOP nothing else to download
Check where your /java/bin directory is... probably under /Program Files/Jave or /Program Files(X86)/Java
put that directory into your PATH variable
the go into the directory where your Java program is and at the console prompt:
> javac MyClass.java
> java MyClass
#10
Re: Where to download Java Compiler?
Posted 16 January 2010 - 09:06 PM
I 2nd pbl's suggestion. Downloading the tools (compiler) from the people who wrote the language... regardless of what your definition of good is, you can't get any better than that.
#11
Re: Where to download Java Compiler?
Posted 16 January 2010 - 10:43 PM
#12
Re: Where to download Java Compiler?
Posted 16 January 2010 - 10:54 PM
But I agree with the idea of it being better to learn by coding everything by hand rather than auto-generated stuff from an IDE.
#13
Re: Where to download Java Compiler?
Posted 17 January 2010 - 04:41 PM
#14
Re: Where to download Java Compiler?
Posted 17 January 2010 - 04:45 PM
I posted this link before, but you must not have read it: http://java.sun.com/.../java/concepts/
Also, when starting out, the best thing to do is just use a text editor and the command line, so that you don't rely on code completion and other features of IDEs
#15
Re: Where to download Java Compiler?
Posted 17 January 2010 - 04:48 PM
ace_w1zard, on 17 Jan, 2010 - 03:41 PM, said:
There is not such a thing as the "OOP part of Java" Java is OOP you have nothing else to download
As far as IDE is concerned, if you are new to programming just use Notepad that way you will learn
Duplicated topics merged
Avoid double postings
|
|

New Topic/Question
This topic is locked




MultiQuote





|