All,
In the process of trying to run the ThinkOrSwim java application on OpenBSD. However, when starting the application via the provided shell script, there is no indiaction of an error. In fact, verifying with 'echo $?' returns 0.
I've ensured that OpenJDK 1.8 is installed and added to PATH, as well as JAVA_HOME.
Code:
$ java -version
openjdk version "1.8.0_265"
OpenJDK Runtime Environment (build 1.8.0_265-b01)
OpenJDK 64-Bit Server VM (build 25.265-b01, mixed mode)
When attempting to run the application via java with 'java -jar launcher.jar' the following is returned.
Code:
$ java -jar launcher.jar
java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at com.devexperts.jnlp.Launcher.run(Launcher.java:30)
at java.lang.Thread.run(Thread.java:748)
Caused by: java.lang.NullPointerException
at com.devexperts.jnlp.platform.Platform.cleanup(Platform.java:592)
at com.devexperts.jnlp.UpdateManager.main(UpdateManager.java:374)
... 6 more
Has anyone using OpenBSD been able to run ThinkorSwim?
Any help would be greatly appreciated.
Regards,