Re: I made NotePad in Java. Can i add facility to compile & run .java file within notepad, without using command prompt?
Posted By:
Luigi_Viggiano
Posted On:
Saturday, July 14, 2001 02:56 PM
Yes you can: inside tools.jar there's a class called sun.tools.javac.Main with a public static void main(String args[]) that can be called inside your notepad's VM with same parameters you would pass with a command line javac command.