Guest_imported
New member
- Jan 1, 1970
- 0
Hello,
I've always programmed for myself inside of my IDE, Kawa Pro - and have recently tried to run that same program outside of the IDE and all I get is - after succesful compilation:
C:\makeFax>javac makeFax.java makeFaxGUI.java Contact.java InfoDialog.java
C:\makeFax>java makeFaxGUI
Exception in thread "main" java.lang.NoClassDefFoundError: makeFaxGUI
There is in fact a main class in makeFaxGUI - so I don't know what the problem is. If I run it from within KAWA Pro, it works just fine.
Help appreciated!
Alex
I've always programmed for myself inside of my IDE, Kawa Pro - and have recently tried to run that same program outside of the IDE and all I get is - after succesful compilation:
C:\makeFax>javac makeFax.java makeFaxGUI.java Contact.java InfoDialog.java
C:\makeFax>java makeFaxGUI
Exception in thread "main" java.lang.NoClassDefFoundError: makeFaxGUI
There is in fact a main class in makeFaxGUI - so I don't know what the problem is. If I run it from within KAWA Pro, it works just fine.
Help appreciated!
Alex