Normally I use netbeans, but my class is required to use JCreator. I can't seem to get the class path to work. We're running Windows 2000, and the error message I get is:
Exception in thread "main" java.lang.ExceptionInInitializerError
at jcurses.system.InputChar.<clinit>(InputChar.java:25)
at jcurses.widgets.Window.<clinit>(Window.java:209)
Caused by: java.lang.NullPointerException
at jcurses.system.Toolkit.getLibraryPath(Toolkit.java:111)
at jcurses.system.Toolkit.<clinit>(Toolkit.java:37)
... 2 more
Currently I've set the project settings to include the jar file in the lib directory. The .dll file is also in that directory. Anyone know how JCreator works well enough to help?
-Alec
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Normally I use netbeans, but my class is required to use JCreator. I can't seem to get the class path to work. We're running Windows 2000, and the error message I get is:
Exception in thread "main" java.lang.ExceptionInInitializerError
at jcurses.system.InputChar.<clinit>(InputChar.java:25)
at jcurses.widgets.Window.<clinit>(Window.java:209)
Caused by: java.lang.NullPointerException
at jcurses.system.Toolkit.getLibraryPath(Toolkit.java:111)
at jcurses.system.Toolkit.<clinit>(Toolkit.java:37)
... 2 more
Currently I've set the project settings to include the jar file in the lib directory. The .dll file is also in that directory. Anyone know how JCreator works well enough to help?
-Alec