macOS xdg-desktop-icon

jtesdall jtesdall at mapcon.com
Thu Nov 29 17:59:49 UTC 2018


Jiri, I am working on getting the Windows shortcut created and I have made
good progress. However, I cannot get the netx.jar to build correctly from
eclipse or manually with jar.exe. Instead I turn the standard jar into a zip
file and replace the neccesary classes manually and turn it back into a jar
file. This is cumbersome and slow and I would like to be able to just
re-build the jar and test. I know this may be a novice question but looking
through the jars they look absolutely the same to me in structure and
content so there must be something special I have to do to build the jar. I
am even using the same manifest. Sorry if this is a dumb question. Here is
the error it throws when I use the jar built from eclipse. It says classdef
not found but it is there so I don't know why it can't find it. Really
didn't want to ask this but I am stumped:

Exception in thread "main" java.lang.NoClassDefFoundError: Could not
initialize class
net.sourceforge.jnlp.runtime.JNLPRuntime$DeploymentConfigurationHolder
	at
net.sourceforge.jnlp.runtime.JNLPRuntime$DeploymentConfigurationHolder.access$0(JNLPRuntime.java:452)
	at
net.sourceforge.jnlp.runtime.JNLPRuntime.getConfiguration(JNLPRuntime.java:487)
	at
net.sourceforge.jnlp.config.InfrastructureFileDescriptor.getFullPath(InfrastructureFileDescriptor.java:84)
	at
net.sourceforge.jnlp.config.InfrastructureFileDescriptor.getFile(InfrastructureFileDescriptor.java:76)
	at
net.sourceforge.jnlp.config.DeploymentConfiguration.findSystemConfigFile(DeploymentConfiguration.java:507)
	at
net.sourceforge.jnlp.config.DeploymentConfiguration.load(DeploymentConfiguration.java:325)
	at
net.sourceforge.jnlp.config.DeploymentConfiguration.load(DeploymentConfiguration.java:308)
	at
net.sourceforge.jnlp.controlpanel.ControlPanel.main(ControlPanel.java:405)
	at net.sourceforge.jnlp.controlpanel.CommandLine.main(CommandLine.java:512)
Exception in thread "Thread-0" java.lang.NoClassDefFoundError: Could not
initialize class
net.sourceforge.jnlp.runtime.JNLPRuntime$DeploymentConfigurationHolder
	at
net.sourceforge.jnlp.runtime.JNLPRuntime$DeploymentConfigurationHolder.access$0(JNLPRuntime.java:452)
	at
net.sourceforge.jnlp.runtime.JNLPRuntime.getConfiguration(JNLPRuntime.java:487)
	at net.sourceforge.jnlp.util.logging.LogConfig.<init>(LogConfig.java:61)
	at net.sourceforge.jnlp.util.logging.LogConfig.<init>(LogConfig.java:60)
	at
net.sourceforge.jnlp.util.logging.LogConfig$LogConfigHolder.<clinit>(LogConfig.java:91)
	at
net.sourceforge.jnlp.util.logging.LogConfig.getLogConfig(LogConfig.java:95)
	at
net.sourceforge.jnlp.util.logging.OutputController.consume(OutputController.java:153)
	at
net.sourceforge.jnlp.util.logging.OutputController.flush(OutputController.java:138)
	at
net.sourceforge.jnlp.util.logging.OutputController$1.run(OutputController.java:243)
	at java.lang.Thread.run(Thread.java:748)




--
Sent from: http://openjdk.5641.n7.nabble.com/OpenJDK-Distribution-specific-Packaging-f25548.html


More information about the distro-pkg-dev mailing list