LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   *BSD (https://www.linuxquestions.org/questions/%2Absd-17/)
-   -   ThinkorSwim fails to open // OpenJDK and OpenBSD (https://www.linuxquestions.org/questions/%2Absd-17/thinkorswim-fails-to-open-openjdk-and-openbsd-4175694115/)

anon209 04-22-2021 02:18 PM

ThinkorSwim fails to open // OpenJDK and OpenBSD
 
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,

jggimi 04-22-2021 03:00 PM

From the misc@ mailing list archives, 11 years ago:

https://marc.info/?t=127311677400007&r=1&w=2


All times are GMT -5. The time now is 02:54 AM.