recompile in linux

i have make application using netbean 5 in window.i want to recompile my application in linux with out netbean...how can i do that?thx
[162 byte] By [Xeon-YKa] at [2007-10-3 2:34:33]
# 1
>i want to recompile my application in linux No need to recompile.>with out netbean...Netbeans uses ant to compile java projects. Ant uses javac, the java compiler.
IanSchneidera at 2007-7-14 19:33:31 > top of Java-index,Java Essentials,New To Java...
# 2

> >i want to recompile my application in linux

>

> No need to recompile.

Because java is platform indipendent...

> >with out netbean...

>

> Netbeans uses ant to compile java projects. Ant uses

> javac, the java compiler.

You can easily download JDK from [url]http://java.sun.com/javase/downloads/index.jsp[/url]

both for windows and linux. You can also download Netbeans for linux, but if I can give you an advice, before using an IDE, learn how to compile and run manually your java programs ;-)

JoYsTiCka at 2007-7-14 19:33:31 > top of Java-index,Java Essentials,New To Java...