Is there a way to always include a JAR file in the classpath of any webstart app? The JNLP is downloaded, so I can't change its content.
I've added the JAR file in question to the JVM's lib directory, but that made no difference.
Search found 2 matches
- 03 Aug 2022, 17:06
- Forum: Public Forums
- Topic: Include a JAR file in the CLASSPATH
- Replies: 1
- Views: 1556
- 01 Aug 2022, 19:26
- Forum: Public Forums
- Topic: com.apple.eawt.AboutHandler class not found
- Replies: 1
- Views: 1534
com.apple.eawt.AboutHandler class not found
I'm trying to launch the remote console for a Cisco UCS server that uses an Avocent JNLP app (com.avocent.nuova.kvm). The app fails with this exception: java.lang.ClassNotFoundException: com.apple.eawt.AboutHandler Apparently the JAR files downloaded from the Cisco controller do not include that cla...