Close
jGuru Forums
Posted By: Philippe_Arcudi Posted On: Wednesday, April 4, 2001 06:31 AM
I have created a GUI with a push button (search) When this push button is pressed a Java Program (xxx.java) must executed. In test environment the GUI execute the java program normally but when i execute this GUI outside the IDE the Java program is not executed. Any suggestion is appreciated. Philippe Arcudi
Re: Executing a Java Program outside IDE
Posted By: Michael_Wax Posted On: Wednesday, April 4, 2001 06:55 AM
What happens when it is not executed? Are you sure that your GUI is finding the Java class, i.e., is the classpath correct?