Article 5GYJX ThinkorSwim fails to open // OpenJDK and OpenBSD

ThinkorSwim fails to open // OpenJDK and OpenBSD

by
arpanetguru
from LinuxQuestions.org on (#5GYJX)
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 moreHas anyone using OpenBSD been able to run ThinkorSwim?

Any help would be greatly appreciated.

Regards,latest?d=yIl2AUoC8zA latest?i=fRWpkidFXVQ:fsNaDc8ags0:F7zBnMy latest?i=fRWpkidFXVQ:fsNaDc8ags0:V_sGLiP latest?d=qj6IDK7rITs latest?i=fRWpkidFXVQ:fsNaDc8ags0:gIN9vFwfRWpkidFXVQ
External Content
Source RSS or Atom Feed
Feed Location https://feeds.feedburner.com/linuxquestions/latest
Feed Title LinuxQuestions.org
Feed Link https://www.linuxquestions.org/questions/
Reply 0 comments