Java Compiler

N

New Programmer

Is there a program to compile java without using Netbeans? I would prefer to write in notepad++ :/
 
K

Knute Johnson

Is there a program to compile java without using Netbeans? I would prefer to write in notepad++ :/

The compiler is 'javac' and the run time invoker is 'java'. I don't use
netbeans but I'm sure that it has all the compiler parts. Just make
sure the programs are in your path and it should just work.
 
R

Roedy Green

Is there a program to compile java without using Netbeans? I would prefer to write in notepad++ :/

Yes. Javac.exe part of the JDK.
see http://mindprod.com/jgloss/jdk.html
http://mindprod.com/jgloss/javacexe.html
--
Roedy Green Canadian Mind Products
http://mindprod.com
Politicians complain that Kindles and iBooks are killing jobs by
destroying the paper book industry. I see it that they have create a way
to produce books for less than a third the cost without destroying forests
and emitting greenhouse gases in the process. They have created wealth.
They are encouraging literacy and cutting the costs of education.
 
L

Lew

Is there a program to compile java [sic] without using Netbeans
? I would prefer to write in notepad++ :/

Lord in heaven, why? Are you just a masochist?

NetBeans doesn't use its own compiler, it uses the same one you would use.
Which compiler does your NetBeans use? Just use that one.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,774
Messages
2,569,599
Members
45,162
Latest member
GertrudeMa
Top