macOS xdg-desktop-icon
Jiri Vanek
jvanek at redhat.com
Fri Nov 30 15:58:08 UTC 2018
On 11/29/18 6:59 PM, jtesdall wrote:
> 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
I have netbeans set up for ITW development. But one hack is necessary ide-wide to make ITW runnbale
from IDE directly, and that is bootclaspath, as every ide is puuting your classes to classpath
instead. I have simple added to my run jvm options in project settings:
-Xbootclasspath/a:/home/jvanek/NetBeansProjects/netx/build/classes:/home/jvanek/icedtea-web-image/share/icedtea-web/netx.jar:/usr/share/java/js.jar:/usr/share/java/tagsoup.jar
Where home/jvanek/NetBeansProjects/netx/build/classes is directory where NB puts freshly built
classes - so my chnages are directly for usage
home/jvanek/icedtea-web-image/share/icedtea-web/netx.jar is jar built by running make. It is here
for stuff generated during makefile.
Other (js, tagsoup, fx) are classical dependencies.
Then you really can debug it nicley form ide by passing some/remote/or/local/file.jnlp
> 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
Yah. the final jar is not plain jar. make is doing more with that. But yu would need to setup cigwin
to run it:(
I hope you will enable your from-ide development.
> 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
This is not dummy. It is serrious isuse. If tipo of hed do not fix it for you, please dont hesiatte
to bug me.
> 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
Are you on tip of head? As I wrote, this exception should be fixed in tip of head. Is not in head
few days old, nor 1.7 branch.
> 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)
>
>
Thanx a lot!
>
>
> --
> Sent from: http://openjdk.5641.n7.nabble.com/OpenJDK-Distribution-specific-Packaging-f25548.html
>
--
Jiri Vanek
Senior QE engineer, OpenJDK QE lead, Mgr.
Red Hat Czech
jvanek at redhat.com M: +420775390109
More information about the distro-pkg-dev
mailing list