Environment - JDK 1.5.0_01.
This may be the problem (as some swing components have been modified in this release) ???
Upon first selection of the Preferences MenuItem from the Servoy Edit Menu, a null ptr is thrown. Subsequent invocations are fine. Maybe some bad initialization ? Anyway, I am new to this product and am just finding my way around. Here is the error (I have included the JVM log messages for the Servoy developers):
Starting Servoy from D:\julian.salerno\tools\servoy\ServoyInstallation
Servoy R2 2.1.2 build-315 on Windows XP using Java 1.5.0_01
Looking for servoy.properties on E:\Documents and Settings\Julian Salerno\servoy.properties
Loading servoy.properties from D:\julian.salerno\tools\servoy\ServoyInstallation\servoy.properties
Loading - Done
Using RMI registry on port 1099
Starting service Tomcat-Standalone
Apache Tomcat/4.0.1
Starting service Tomcat-Apache
Apache Tomcat/4.0.1
Exception in thread “AWT-EventQueue-0” java.lang.NullPointerException
at com.servoy.j2db.preference.e.a(Unknown Source)
at com.servoy.j2db.plugins.a.do(Unknown Source)
at com.servoy.j2db.J2DBClient.showAppPrefs(Unknown Source)
at com.servoy.j2db.cmd.z.doIt(Unknown Source)
at com.servoy.j2db.cmd.c$2.run(Unknown Source)
at java.awt.event.InvocationEvent.dispatch(Unknown Source)
at java.awt.EventQueue.dispatchEvent(Unknown Source)
at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.run(Unknown Source)