Click to See Complete Forum and Search --> : Compile the .java file to .class file


roshanjameer
04-17-2007, 03:31 PM
hi,


can any body tell me how i can convert the .java file in to .class on the fly(without using javac command).are there any compilers simply do this work

thanks
mrjameer

Khalid Ali
04-17-2007, 10:39 PM
javac is a compiler...however you can use IDE's to get this done such as IntelliJ or Eclipse etc