Hi,
We try do deploy an ECLIPSE RCP application with
Java Web Start and receive a NullPointerException.
Any idea how to solve this problem?
Stack Trace:
============
!SESSION Mon Oct 29 14:56:29 CET 2007 ------------------------------------------
!ENTRY org.eclipse.equinox.launcher 4 0 2007-10-29 14:56:29.863
!MESSAGE Exception launching the Eclipse Platform:
!STACK
java.lang.NullPointerException
at org.eclipse.equinox.launcher.Main.findMax(Main.java:871)
at org.eclipse.equinox.launcher.WebStartMain.searchFor(WebStartMain.java:116)
at org.eclipse.equinox.launcher.WebStartMain.basicRun(WebStartMain.java:72)
at org.eclipse.equinox.launcher.Main.run(Main.java:1173)
at org.eclipse.equinox.launcher.WebStartMain.main(WebStartMain.java:56)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.sun.javaws.Launcher.executeApplication(Unknown Source)
at com.sun.javaws.Launcher.executeMainClass(Unknown Source)
at com.sun.javaws.Launcher.continueLaunch(Unknown Source)
at com.sun.javaws.Launcher.handleApplicationDesc(Unknown Source)
at com.sun.javaws.Launcher.handleLaunchFile(Unknown Source)
at com.sun.javaws.Launcher.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)