Trouble installing version 7.0
Posted: Sat Feb 11, 2006 3:13 pm
Just downloaded the demo and installed. When the application runs I get the following error:
Code: Select all
C:\Program Files\Oxygen 7.0>rem C:\Program Files\Oxygen 7.0\ is expanded pathname of the current script under NT
C:\Program Files\Oxygen 7.0>SET CP="C:\Program Files\Oxygen 7.0\;C:\Program Files\Oxygen 7.0\/lib/oxygen.jar;C:\Program Files\Oxygen 7.0\/classes;"
C:\Program Files\Oxygen 7.0>java -Xmx256m -cp "C:\Program Files\Oxygen 7.0\;C:\Program Files\Oxygen 7.0\/lib/oxygen.jar;C:\Program Files\Oxygen 7.0\/classes;" ro.sync.exml.Oxygen
07:15:50,203 0 FATAL [ main ] ro.sync.ui.application.ApplicationLauncher - java.lang.NullPointerException
java.lang.NullPointerException
at com.jidesoft.plaf.vsnet.VsnetWindowsUtils.initComponentDefaultsWithMenu(Unknown Source)
at com.jidesoft.plaf.LookAndFeelFactory.a(Unknown Source)
at com.jidesoft.plaf.LookAndFeelFactory.installJideExtension(Unknown Source)
at com.jidesoft.plaf.LookAndFeelFactory.installJideExtension(Unknown Source)
at ro.sync.ui.application.ApplicationLauncher.A(Unknown Source)
at ro.sync.ui.application.ApplicationLauncher.launch(Unknown Source)
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 ro.sync.exml.Oxygen.main(Unknown Source)
C:\Program Files\Oxygen 7.0>REM Uncomment the following line (and comment the above one)
C:\Program Files\Oxygen 7.0>REM if using the version with the JRE included.
C:\Program Files\Oxygen 7.0>REM jre\bin\java -Xmx256m -cp ".;lib/oxygen.jar;classes;" ro.sync.exml.Oxygen