Hi, Im using ProjectBuilder (OS X 10.3.2) and I’m trying to run a fullscreen example from java.sun.com. The code does compile but when the app actually runs I get this error:
[JavaAppLauncher Error] CallStaticVoidMethod() threw an exception
java.lang.NoClassDefFoundError: java/awt/DisplayMode
at MultiBufferTest.(MultiBufferTest.java:21)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:190)
at apple.launcher.LaunchRunner.loadMainMethod(LaunchRunner.java:55)
at apple.launcher.LaunchRunner.run(LaunchRunner.java:84)
at apple.launcher.LaunchRunner.callMain(LaunchRunner.java:50)
at apple.launcher.JavaApplicationLauncher.launch(JavaApplicationLauncher.java:52)
Exception in thread “main”
MultiBufferTest has exited with status 1.
A little help please?