Hi,
i installed JavaFibs 1.008 for a friend on a Mac OS X 10.3 (Panther) and started it from the command line. Here is the Java version:
java version "1.4.2_05" Java(TM) 2 Runtime Environment, Standard Edition (build
1.4.2_05-141.4) Java HotSpot(TM) Client VM (build 1.4.2-38, mixed mode)
I got this exception:
Class Not Found
java.lang.ClassNotFoundException: com.apple.mrj.swing.MacLookAndFeel
at java.net.URLClassLoader$1.run(URLClassLoader.java:199)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:187)
at java.lang.ClassLoader.loadClass(ClassLoader.java:289)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:274)
at java.lang.ClassLoader.loadClass(ClassLoader.java:235)
at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:302)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:219)
at javax.swing.SwingUtilities.loadSystemClass(SwingUtilities.java:1682)
at javax.swing.UIManager.setLookAndFeel(UIManager.java:429)
at z.a(z.java)
at z.<init>(z.java)
at JavaFIBS2001.main(JavaFIBS2001.java)
Class Not Found
java.lang.ClassNotFoundException: com.apple.mrj.swing.MacLookAndFeel
at java.net.URLClassLoader$1.run(URLClassLoader.java:199)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:187)
at java.lang.ClassLoader.loadClass(ClassLoader.java:289)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:274)
at java.lang.ClassLoader.loadClass(ClassLoader.java:235)
at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:302)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:219)
at javax.swing.SwingUtilities.loadSystemClass(SwingUtilities.java:1682)
at javax.swing.UIManager.setLookAndFeel(UIManager.java:429)
at z.a(z.java)
at z.<init>(z.java)
at JavaFIBS2001.main(JavaFIBS2001.java)
As a work around, we started the program from the GUI (where it worked) and looked at the "look and feel". Both Windows and Mac were greyed out. We set the PLAF to "Metal" and voila, both start methods worked.
I', not a Mac expert and just wanted to record this, may be my fault actually. Anyone on Mac has seen similar problems?
inim