> >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 ;-)