Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[equinox-dev] Re: java.lang.NumberFormatException: null


Pascal and I changed a property name.  To run with osgi from HEAD you would also need to have org.eclipse.platform checked out from head.

come to think of it , we don't force people to use Main so we should protect the accesses to this property.  I have updated EclipseStarter.  Please update your EclipseStarter and confirm that it works for you.

Jeff



Rafael Chaves/Ottawa/IBM

05/13/2004 04:44 PM

To
Jeff McAffer/Ottawa/IBM@IBMCA
cc
Subject
java.lang.NumberFormatException: null




Jeff, got this with EclipseStarter rev. 1.60:

java.lang.NumberFormatException: null
        at java.lang.Long.parseLong(Long.java:363)
        at java.lang.Long.parseLong(Long.java:452)
        at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:252)
        at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:127)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:324)
        at org.eclipse.core.launcher.Main.basicRun(Main.java:269)
        at org.eclipse.core.launcher.Main.run(Main.java:722)
        at org.eclipse.core.launcher.Main.main(Main.java:706)

Anything I must do on my side do avoid it?

Rafael


Back to the top