Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New runtime error in 4.1.6: Runtime error: java.lang.NoClassDefFoundError: javax/help/HelpSetException #178

Closed
yurivict opened this issue Jun 28, 2016 · 0 comments

Comments

@yurivict
Copy link
Contributor

yurivict commented Jun 28, 2016

On FreeBSD 10.3 I see this new error in version 4.1.6 when I build from the port:

$ lightzone 
Starting LightZone version 4.1.6 ...
with options :
openjdk version "1.8.0_92"
OpenJDK Runtime Environment (build 1.8.0_92-b14)
OpenJDK 64-Bit Server VM (build 25.92-b14, mixed mode)
jh.jar was not found in /usr/local/share/java/jh.jar
This is LightZone 4.1.6 ()
Running Java version 1.8.0_92
java.lang.NoClassDefFoundError: javax/help/HelpSetException
        at java.lang.Class.forName0(Native Method)
        at java.lang.Class.forName(Class.java:264)
        at com.lightcrafts.platform.Platform.<clinit>(Platform.java:407)
        at com.lightcrafts.platform.Launcher.init(Launcher.java:33)
        at com.lightcrafts.platform.linux.LinuxLauncher.main(LinuxLauncher.java:11)
Caused by: java.lang.ClassNotFoundException: javax.help.HelpSetException
        at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
        at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:331)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
        ... 5 more
@yurivict yurivict changed the title Runtime error: java.lang.NoClassDefFoundError: javax/help/HelpSetException New runtime error in 4.1.6: Runtime error: java.lang.NoClassDefFoundError: javax/help/HelpSetException Jun 28, 2016
ktgw0316 added a commit that referenced this issue Jun 28, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant