macOS xdg-desktop-icon
jtesdall
jtesdall at mapcon.com
Mon Dec 3 20:10:49 UTC 2018
Thanks Jiri, those changesets did fix the issue. However, now I get an error
when trying to debug that says it cannot read the jnlp?? I also get the same
error if a build a new jar file from eclipse with the latest source
downloaded saturday. I know you said I can't build from eclipse without
cygwin. Do I need cygwin setup to debug as well?
net.sourceforge.jnlp.LaunchException: Fatal: Read Error: Could not read or
parse the JNLP file. You can try to download this file manually and send it
as bug report to IcedTea-Web team.
at net.sourceforge.jnlp.Launcher.fromUrl(Launcher.java:487)
at net.sourceforge.jnlp.Launcher.launch(Launcher.java:287)
at net.sourceforge.jnlp.runtime.JnlpBoot.run(JnlpBoot.java:67)
at net.sourceforge.jnlp.runtime.Boot.run(Boot.java:264)
at net.sourceforge.jnlp.runtime.Boot.run(Boot.java:1)
at java.security.AccessController.doPrivileged(Native Method)
at net.sourceforge.jnlp.runtime.Boot.main(Boot.java:204)
Caused by: net.sourceforge.jnlp.ParseException: Broken Malformed parser. You
may have missing tagsoup installation or your ITW was not built against it.
Check your installation and/or consult distribution. Invalid XML document
syntax.
at net.sourceforge.jnlp.XMLParser.getRootNode(XmlParser.java:118)
at
net.sourceforge.jnlp.MalformedXMLParser.getRootNode(MalformedXMLParser.java:79)
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 net.sourceforge.jnlp.Parser.getRootNode(Parser.java:1392)
at net.sourceforge.jnlp.JNLPFile.parse(JNLPFile.java:815)
at net.sourceforge.jnlp.JNLPFile.<init>(JNLPFile.java:233)
at net.sourceforge.jnlp.JNLPFile.<init>(JNLPFile.java:215)
at net.sourceforge.jnlp.JNLPFile.<init>(JNLPFile.java:200)
at net.sourceforge.jnlp.JNLPFile.<init>(JNLPFile.java:186)
at net.sourceforge.jnlp.Launcher.fromUrl(Launcher.java:451)
... 6 more
Caused by: net.sourceforge.nanoxml.XMLParseException: XML Parse Exception
during parsing of the XML definition at line 1: Expected: '<' but got: '
'
at net.sourceforge.nanoxml.XMLElement.expectedInput(XMLElement.java:1202)
at net.sourceforge.nanoxml.XMLElement.parseFromReader(XMLElement.java:505)
at net.sourceforge.nanoxml.XMLElement.parseFromReader(XMLElement.java:466)
at net.sourceforge.jnlp.XMLParser.getRootNode(XmlParser.java:114)
... 18 more
--
Sent from: http://openjdk.5641.n7.nabble.com/OpenJDK-Distribution-specific-Packaging-f25548.html
More information about the distro-pkg-dev
mailing list