I am trying to run EJX and get the following error...
I guess that once again I am missing something...
:-)
java.lang.NullPointerException
at java.io.Reader.<init>(Reader.java:64)
at java.io.InputStreamReader.<init>(InputStreamReader.java:89)
at java.io.InputStreamReader.<init>(InputStreamReader.java:78)
at java.util.Properties.load(Properties.java:189)
at com.dreambean.ejx.editor.Preferences.loadPreferences(Preferences.java:113)
at com.dreambean.ejx.editor.Preferences.<init>(Preferences.java:45)
at com.dreambean.ejx.editor.EJX.<init>(EJX.java:219)
at java.lang.Class.newInstance0(Native Method)
at java.lang.Class.newInstance(Class.java:237)
at java.beans.Beans.instantiate(Beans.java:207)
at java.beans.Beans.instantiate(Beans.java:51)
at com.dreambean.ejx.editor.Main$2.run(Main.java:48)
at java.security.AccessController.doPrivileged(Native Method)
at com.dreambean.ejx.editor.Main.main(Main.java:43)
java.lang.NullPointerException
at java.beans.Beans.instantiate(Beans.java:150)
at java.beans.Beans.instantiate(Beans.java:51)
at com.dreambean.ejx.editor.EJX.<init>(EJX.java:237)
at java.lang.Class.newInstance0(Native Method)
at java.lang.Class.newInstance(Class.java:237)
at java.beans.Beans.instantiate(Beans.java:207)
at java.beans.Beans.instantiate(Beans.java:51)
at com.dreambean.ejx.editor.Main$2.run(Main.java:48)
at java.security.AccessController.doPrivileged(Native Method)
at com.dreambean.ejx.editor.Main.main(Main.java:43)
Could not load XML manager:null
Exception in thread "main" java.security.PrivilegedActionException:
java.lang.ClassNotFoundException: cla
ss com.dreambean.ejx.editor.EJX : java.lang.NullPointerException
at java.beans.Beans.instantiate(Beans.java:211)
at java.beans.Beans.instantiate(Beans.java:51)
at com.dreambean.ejx.editor.Main$2.run(Main.java:48)
at java.security.AccessController.doPrivileged(Native Method)
at com.dreambean.ejx.editor.Main.main(Main.java:43)
--
--------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Problems?: [EMAIL PROTECTED]