macOS xdg-desktop-icon

Jim Douglas jimdouglas at mac.com
Tue Nov 27 15:58:19 UTC 2018


Jiri —

This is all I was asking here:

> do we have a planned release schedule for an official Java 11 compatible IcedTea-Web release 

We’re trying to plan our own Java 11 compatible product release, including a recommendation to use IcedTea-Web in place of Oracle’s deleted javaws, in advance of the January 2019 end of Java 8 public updates.

This wasn’t me:

> Jim later mentioned " I assume then it won't create the uninstall in add/remove progs either. "


> On Nov 27, 2018, at 4:14 AM, Jiri Vanek <jvanek at redhat.com> wrote:
> 
> On 11/26/18 5:38 PM, Jim Douglas wrote:
>> So apparently this Windows-specific IcedTea-Web was independently reported 10 days after I reported
>> it, and fixed a few days ago:
>> 
>> https://icedtea.classpath.org/bugzilla/show_bug.cgi?id=3644
>> 
>> IcedTea-Web is still unable to create desktop icons in Windows because it incorrectly assumes the
>> existence of the Linux xdg-desktop-icon in all environments, but setting that aside for now, do we
>> have a planned release schedule for an official Java 11 compatible IcedTea-Web release for all three
>> major clients (Windows, Linux, macOS)?
> 
> Moreover....  The launchers will be finally shared. But thats all. I keep fixing platform-specific
> bugs where i can, and keep merging community patches (mostly windows one now) where possible.
> Usually also with tests and testing, but Ireally do not have windows nor mac around. Nor do I have
> necessary knowledge of those paltform to lead them properly. From those, desktop integration is most
> visible, and requires most manual testing. When I was doing linux one, I tested on 10+ desktop
> environments.
> 
> So no meter what will be done, the desktop integration is in other hands then mine. I know Laurent
> had managed basic support for windows desktop integration, Which I hope will appear in that release.
> 
> Jim later mentioned " I assume then it won't create the uninstall in add/remove progs either. " :
> ITW currently do not support installer-desc (imho it is connected, as nothing else should left
> permanent file spread over your system). It would be nice goal for ITW 1.9. On linux, it also do not
> support add/remove progs as it is (nearly) not necessary.
> - you can clear cahche any time you wish, that means that any cached. The only thing you lost, is
> -Xoffline support
>  - you can operate the desktop integration - only icon and .desktop files - separately. It do not
> handle existence of the jars, as it do not need to - they are in cache, and - that is major -
> ionremote sever from where you are getting them on the fly.
>   (btw, this ITW liux's desktop integration management is quite scary thing... Implemented in some
> strange darkening of mind)
> 
> Hope that explains
>  J.
>> 
>>> On Oct 26, 2018, at 11:36 AM, Laurent Bourgès <bourges.laurent at gmail.com
>>> <mailto:bourges.laurent at gmail.com>> wrote:
>>> 
>>> Maybe my build is broken ???
>>> I will test on monday, it's 9pm in europe.
>>> 
>>> Bye
>>> Laurent
>>> 
>>> Le ven. 26 oct. 2018 à 19:24, Jim Douglas <jimdouglas at mac.com <mailto:jimdouglas at mac.com>> a écrit :
>>> 
>>>    Note that it did start running IcedTea-Web code; it failed when it tried to instantiate a
>>>    static class.
>>> 
>>>    The format is identical to what you have:
>>> 
>>>    C:\Users\Jim\Documents\install\bin>type test-11.bat
>>>    SET ITW=C:\Users\bourgesl\Desktop\icedtea\install\install
>>>    SET JAVA_HOME=C:\Users\bourgesl\Desktop\icedtea\jdk-11
>>>    %JAVA_HOME%\bin\java -splash:%ITW%\share\icedtea-web\javaws_splash.png
>>>    -Xbootclasspath/a:%ITW%\share\icedtea-web\netx.jar -Xms8m --patch-module
>>>    java.desktop=%ITW%\share\icedtea-web\netx.jar --add-reads java.base=ALL-UNNAMED,java.desktop
>>>    --add-reads java.desktop=ALL-UNNAMED,java.naming --add-reads
>>>    java.naming=ALL-UNNAMED,java.desktop --add-exports
>>>    java.desktop/sun.awt=ALL-UNNAMED,java.desktop --add-exports
>>>    java.desktop/javax.jnlp=ALL-UNNAMED,java.desktop --add-exports
>>>    java.base/sun.security.provider=ALL-UNNAMED,java.desktop --add-exports
>>>    java.base/sun.security.util=ALL-UNNAMED,java.desktop --add-exports
>>>    java.base/sun.security.x509=ALL-UNNAMED,java.desktop --add-exports
>>>    java.base/jdk.internal.util.jar=ALL-UNNAMED,java.desktop --add-exports
>>>    java.base/sun.security.validator=ALL-UNNAMED,java.desktop --add-exports
>>>    java.base/com.sun.net.ssl.internal.ssl=ALL-UNNAMED,java.desktop --add-exports
>>>    java.base/sun.net.www.protocol.jar=ALL-UNNAMED,java.desktop --add-exports
>>>    java.desktop/sun.awt.X11=ALL-UNNAMED,java.desktop --add-exports
>>>    java.naming/com.sun.jndi.toolkit.url=ALL-UNNAMED,java.desktop --add-exports
>>>    java.desktop/sun.applet=ALL-UNNAMED,java.desktop --add-exports
>>>    java.base/sun.security.action=ALL-UNNAMED,java.desktop --add-exports
>>>    java.base/sun.net.www.protocol.http=ALL-UNNAMED,java.desktop --add-exports
>>>    java.desktop/sun.applet=ALL-UNNAMED,jdk.jsobject -Dicedtea-web.bin.name
>>>    <http://dicedtea-web.bin.name/>=javaws net.sourceforge.jnlp.runtime.Boot -Xnofork -Xtrustall
>>>    -jnlp http://jmmc.fr/~bourgesl/Aspro2/Aspro2.jnlp
>>> 
>>>    C:\Users\Jim\Documents\install\bin>
>>> 
>>>    And it’s identical to the format that’s working in the earlier build I’ve been testing with
>>>    for several weeks:
>>> 
>>>    C:\Users\Jim\Documents\icedtea-web-1.7-patched\bin>itw11.bat http://10.0.1.5:8888/jnlp/hello.jnlp
>>> 
>>>    C:\Users\Jim\Documents\icedtea-web-1.7-patched\bin>set HOME=C:\Users\Jim
>>> 
>>>    C:\Users\Jim\Documents\icedtea-web-1.7-patched\bin>set
>>>    ITW=C:\Users\Jim\Documents\icedtea-web-1.7-patched
>>> 
>>>    C:\Users\Jim\Documents\icedtea-web-1.7-patched\bin>set JAVA_HOME=C:\Users\Jim\Documents\jdk-11
>>> 
>>>    C:\Users\Jim\Documents\icedtea-web-1.7-patched\bin>C:\Users\Jim\Documents\jdk-11\bin\java
>>>    -splash:C:\Users\Jim\Documents\icedtea-web-1.7-patched\share\icedtea-web\javaws_splash.png
>>>    -Xbootclasspath/a:C:\Users\Jim\Documents\icedtea-web-1.7-patched\share\icedtea-web\netx.jar
>>>    -Xms8m --patch-module
>>>    java.desktop=C:\Users\Jim\Documents\icedtea-web-1.7-patched\share\icedtea-web\netx.jar
>>>    --add-exports=java.desktop/net.sourceforge.jnlp=ALL-UNNAMED
>>>    --add-opens=java.desktop/net.sourceforge.jnlp.runtime=ALL-UNNAMED
>>>    --add-exports=java.desktop/net.sourceforge.jnlp.runtime=ALL-UNNAMED
>>>    --add-opens=java.base/java.lang=ALL-UNNAMED --add-opens=java.base/java.net
>>>    <http://java.net/>=ALL-UNNAMED --add-exports=java.base/jdk.internal.util.jar=ALL-UNNAMED
>>>    --illegal-access=warn --add-reads java.base=ALL-UNNAMED,java.desktop --add-reads
>>>    java.desktop=ALL-UNNAMED,java.naming --add-reads java.naming=ALL-UNNAMED,java.desktop
>>>    --add-exports java.desktop/sun.awt=ALL-UNNAMED,java.desktop --add-exports
>>>    java.desktop/javax.jnlp=ALL-UNNAMED,java.desktop --add-exports
>>>    java.base/sun.security.provider=ALL-UNNAMED,java.desktop --add-exports
>>>    java.base/sun.security.util=ALL-UNNAMED,java.desktop --add-exports
>>>    java.base/sun.security.x509=ALL-UNNAMED,java.desktop --add-exports
>>>    java.base/jdk.internal.util.jar=ALL-UNNAMED,java.desktop --add-exports
>>>    java.base/sun.security.validator=ALL-UNNAMED,java.desktop --add-exports
>>>    java.base/com.sun.net.ssl.internal.ssl=ALL-UNNAMED,java.desktop --add-exports
>>>    java.base/sun.net.www.protocol.jar=ALL-UNNAMED,java.desktop --add-exports
>>>    java.desktop/sun.awt.X11=ALL-UNNAMED,java.desktop --add-exports
>>>    java.naming/com.sun.jndi.toolkit.url=ALL-UNNAMED,java.desktop --add-exports
>>>    java.desktop/sun.applet=ALL-UNNAMED,java.desktop --add-exports
>>>    java.base/sun.security.action=ALL-UNNAMED,java.desktop --add-exports
>>>    java.base/sun.net.www.protocol.http=ALL-UNNAMED,java.desktop --add-exports
>>>    java.desktop/sun.applet=ALL-UNNAMED,jdk.jsobject
>>>    --add-opens=java.desktop/sun.awt.windows=ALL-UNNAMED
>>>    --add-opens=java.desktop/sun.java2d.d3d=ALL-UNNAMED
>>>    --add-opens=java.desktop/sun.lwawt.macosx=ALL-UNNAMED --add-exports
>>>    java.base/jdk.internal.loader=ALL-UNNAMED --add-opens
>>>    java.base/jdk.internal.loader=ALL-UNNAMED -Dicedtea-web.bin.name
>>>    <http://dicedtea-web.bin.name/>=javaws
>>>    -Djava.io.tmpdir=C:\Users\Jim\Documents\icedtea-web-1.7-patched\bin\temp\
>>>    -Dcom.basis.util.common.security.BBjClassLoader.DEBUG=false net.sourceforge.jnlp.runtime.Boot
>>>    -Xnofork -Xtrustall -jnlp http://10.0.1.5:8888/jnlp/hello.jnlp
>>>    WARNING: package sun.awt.X11 not in java.desktop
>>>    WARNING: package sun.lwawt.macosx not in java.desktop
>>>    On windows, answering headless at startup, to prevent race condition later - false
>>>    Removing execute permissions on file
>>>    C:\Users\Jim\.cache\icedtea-web\cache\4472\http\10.0.1.5\8888\jnlp\hello.jnlp.info.temp failed
>>>    Removing read permission on file
>>>    C:\Users\Jim\.cache\icedtea-web\cache\4472\http\10.0.1.5\8888\jnlp\hello.jnlp.info.temp failed
>>>    Removing execute permissions on file
>>>    C:\Users\Jim\.cache\icedtea-web\cache\4473\http\10.0.1.5\8888\basis\bootstrap.jnlp.info.temp
>>>    failed
>>>    Removing read permission on file
>>>    C:\Users\Jim\.cache\icedtea-web\cache\4473\http\10.0.1.5\8888\basis\bootstrap.jnlp.info.temp
>>>    failed
>>>    Removing execute permissions on file
>>>    C:\Users\Jim\.cache\icedtea-web\cache\4474\http\10.0.1.5\8888\basis\BBjWebstartBootstrap.jar.info
>>>    <http://bbjwebstartbootstrap.jar.info/>.temp failed
>>>    Removing read permission on file
>>>    C:\Users\Jim\.cache\icedtea-web\cache\4474\http\10.0.1.5\8888\basis\BBjWebstartBootstrap.jar.info
>>>    <http://bbjwebstartbootstrap.jar.info/>.temp failed
>>>    net.sourceforge.jnlp.LaunchException: Fatal: Initialization Error: Unknown Main-Class. Could
>>>    not determine the main class for this application.
>>>            at
>>>    java.desktop/net.sourceforge.jnlp.runtime.JNLPClassLoader.initializeResources(JNLPClassLoader.java:774)
>>>            at
>>>    java.desktop/net.sourceforge.jnlp.runtime.JNLPClassLoader.<init>(JNLPClassLoader.java:338)
>>>            at
>>>    java.desktop/net.sourceforge.jnlp.runtime.JNLPClassLoader.createInstance(JNLPClassLoader.java:421)
>>>            at
>>>    java.desktop/net.sourceforge.jnlp.runtime.JNLPClassLoader.getInstance(JNLPClassLoader.java:495)
>>>            at
>>>    java.desktop/net.sourceforge.jnlp.runtime.JNLPClassLoader.getInstance(JNLPClassLoader.java:545)
>>>            at
>>>    java.desktop/net.sourceforge.jnlp.runtime.JNLPClassLoader.initializeExtensions(JNLPClassLoader.java:578)
>>>            at
>>>    java.desktop/net.sourceforge.jnlp.runtime.JNLPClassLoader.<init>(JNLPClassLoader.java:336)
>>>            at
>>>    java.desktop/net.sourceforge.jnlp.runtime.JNLPClassLoader.createInstance(JNLPClassLoader.java:421)
>>>            at
>>>    java.desktop/net.sourceforge.jnlp.runtime.JNLPClassLoader.getInstance(JNLPClassLoader.java:495)
>>>            at
>>>    java.desktop/net.sourceforge.jnlp.runtime.JNLPClassLoader.getInstance(JNLPClassLoader.java:468)
>>>            at java.desktop/net.sourceforge.jnlp.Launcher.createApplication(Launcher.java:812)
>>>            at java.desktop/net.sourceforge.jnlp.Launcher.launchApplication(Launcher.java:529)
>>>            at java.desktop/net.sourceforge.jnlp.Launcher$TgThread.run(Launcher.java:943)
>>> 
>>>    Removing execute permissions on file
>>>    C:\Users\Jim\.cache\icedtea-web\cache\4475\http\10.0.1.5\8888\basis\BBjThinClient.jar.info.temp failed
>>>    Removing read permission on file
>>>    C:\Users\Jim\.cache\icedtea-web\cache\4475\http\10.0.1.5\8888\basis\BBjThinClient.jar.info.temp failed
>>>    Removing execute permissions on file
>>>    C:\Users\Jim\.cache\icedtea-web\cache\4476\http\10.0.1.5\8888\basis\JnlpExtIndex.jar.info.temp
>>>    failed
>>>    Removing read permission on file
>>>    C:\Users\Jim\.cache\icedtea-web\cache\4476\http\10.0.1.5\8888\basis\JnlpExtIndex.jar.info.temp
>>>    failed
>>>    Removing execute permissions on file
>>>    C:\Users\Jim\.cache\icedtea-web\cache\4477\http\10.0.1.5\8888\basis\asm-commons-6.2.1.jar.info.temp
>>>    failed
>>>    Removing read permission on file
>>>    C:\Users\Jim\.cache\icedtea-web\cache\4477\http\10.0.1.5\8888\basis\asm-commons-6.2.1.jar.info.temp
>>>    failed
>>>    Removing execute permissions on file
>>>    C:\Users\Jim\.cache\icedtea-web\cache\4478\http\10.0.1.5\8888\basis\asm-util-6.2.1.jar.info.temp
>>>    failed
>>>    Removing read permission on file
>>>    C:\Users\Jim\.cache\icedtea-web\cache\4478\http\10.0.1.5\8888\basis\asm-util-6.2.1.jar.info.temp
>>>    failed
>>>    Removing execute permissions on file
>>>    C:\Users\Jim\.cache\icedtea-web\cache\4479\http\10.0.1.5\8888\basis\JnlpIndex.jar.info
>>>    <http://jnlpindex.jar.info/>.temp failed
>>>    Removing read permission on file
>>>    C:\Users\Jim\.cache\icedtea-web\cache\4479\http\10.0.1.5\8888\basis\JnlpIndex.jar.info
>>>    <http://jnlpindex.jar.info/>.temp failed
>>>    Removing execute permissions on file
>>>    C:\Users\Jim\.cache\icedtea-web\cache\4480\http\10.0.1.5\8888\basis\asm-6.2.1.jar.info
>>>    <http://asm-6.2.1.jar.info/>.temp failed
>>>    Removing read permission on file
>>>    C:\Users\Jim\.cache\icedtea-web\cache\4480\http\10.0.1.5\8888\basis\asm-6.2.1.jar.info
>>>    <http://asm-6.2.1.jar.info/>.temp failed
>>>    Removing execute permissions on file
>>>    C:\Users\Jim\.cache\icedtea-web\cache\4481\http\10.0.1.5\8888\basis\BBjUtil.jar.info
>>>    <http://bbjutil.jar.info/>.temp failed
>>>    Removing read permission on file
>>>    C:\Users\Jim\.cache\icedtea-web\cache\4481\http\10.0.1.5\8888\basis\BBjUtil.jar.info
>>>    <http://bbjutil.jar.info/>.temp failed
>>>    Removing execute permissions on file
>>>    C:\Users\Jim\.cache\icedtea-web\cache\4482\http\10.0.1.5\8888\basis\asm-tree-6.2.1.jar.info.temp
>>>    failed
>>>    Removing read permission on file
>>>    C:\Users\Jim\.cache\icedtea-web\cache\4482\http\10.0.1.5\8888\basis\asm-tree-6.2.1.jar.info.temp
>>>    failed
>>>    Removing execute permissions on file
>>>    C:\Users\Jim\.cache\icedtea-web\cache\4483\http\10.0.1.5\8888\basis\webstart2166.jar.info.temp
>>>    failed
>>>    Removing read permission on file
>>>    C:\Users\Jim\.cache\icedtea-web\cache\4483\http\10.0.1.5\8888\basis\webstart2166.jar.info.temp
>>>    failed
>>>    Removing execute permissions on file
>>>    C:\Users\Jim\.cache\icedtea-web\cache\4484\http\10.0.1.5\8888\basis\BBjBootstrap.jar.info.temp
>>>    failed
>>>    Removing read permission on file
>>>    C:\Users\Jim\.cache\icedtea-web\cache\4484\http\10.0.1.5\8888\basis\BBjBootstrap.jar.info.temp
>>>    failed
>>>    Removing execute permissions on file
>>>    C:\Users\Jim\.cache\icedtea-web\cache\4485\http\10.0.1.5\8888\basis\10.0.1.5-hello-launch.jar.info.temp
>>>    failed
>>>    Removing read permission on file
>>>    C:\Users\Jim\.cache\icedtea-web\cache\4485\http\10.0.1.5\8888\basis\10.0.1.5-hello-launch.jar.info.temp
>>>    failed
>>>    Removing execute permissions on file
>>>    C:\Users\Jim\.cache\icedtea-web\cache\4486\http\10.0.1.5\8888\basis\basisfonts.jar.info.temp
>>>    failed
>>>    Removing read permission on file
>>>    C:\Users\Jim\.cache\icedtea-web\cache\4486\http\10.0.1.5\8888\basis\basisfonts.jar.info.temp
>>>    failed
>>>    Removing execute permissions on file
>>>    C:\Users\Jim\.cache\icedtea-web\cache\4487\http\10.0.1.5\8888\basis\guava-24.0-jre.jar.info.temp
>>>    failed
>>>    Removing read permission on file
>>>    C:\Users\Jim\.cache\icedtea-web\cache\4487\http\10.0.1.5\8888\basis\guava-24.0-jre.jar.info.temp
>>>    failed
>>>    Removing execute permissions on file
>>>    C:\Users\Jim\.cache\icedtea-web\cache\4488\http\10.0.1.5\8888\basis\cglib-3.2.6.jar.info.temp
>>>    failed
>>>    Removing read permission on file
>>>    C:\Users\Jim\.cache\icedtea-web\cache\4488\http\10.0.1.5\8888\basis\cglib-3.2.6.jar.info.temp
>>>    failed
>>>    Removing execute permissions on file
>>>    C:\Users\Jim\.cache\icedtea-web\cache\4489\http\10.0.1.5\8888\basis\asm-commons-6.2.1.jar.pack.gz.pack.gz.info.temp
>>>    failed
>>>    Removing read permission on file
>>>    C:\Users\Jim\.cache\icedtea-web\cache\4489\http\10.0.1.5\8888\basis\asm-commons-6.2.1.jar.pack.gz.pack.gz.info.temp
>>>    failed
>>>    Removing execute permissions on file
>>>    C:\Users\Jim\.cache\icedtea-web\cache\4490\http\10.0.1.5\8888\basis\BBjUtil.jar.pack.gz.pack.gz.info.temp
>>>    failed
>>>    Removing read permission on file
>>>    C:\Users\Jim\.cache\icedtea-web\cache\4490\http\10.0.1.5\8888\basis\BBjUtil.jar.pack.gz.pack.gz.info.temp
>>>    failed
>>>    Removing execute permissions on file
>>>    C:\Users\Jim\.cache\icedtea-web\cache\4491\http\10.0.1.5\8888\basis\10.0.1.5-hello-launch.jar.pack.gz.pack.gz.info.temp
>>>    failed
>>>    Removing read permission on file
>>>    C:\Users\Jim\.cache\icedtea-web\cache\4491\http\10.0.1.5\8888\basis\10.0.1.5-hello-launch.jar.pack.gz.pack.gz.info.temp
>>>    failed
>>>    Removing execute permissions on file
>>>    C:\Users\Jim\.cache\icedtea-web\cache\4492\http\10.0.1.5\8888\basis\asm-6.2.1.jar.pack.gz.pack.gz.info.temp
>>>    failed
>>>    Removing read permission on file
>>>    C:\Users\Jim\.cache\icedtea-web\cache\4492\http\10.0.1.5\8888\basis\asm-6.2.1.jar.pack.gz.pack.gz.info.temp
>>>    failed
>>>    Removing execute permissions on file
>>>    C:\Users\Jim\.cache\icedtea-web\cache\4493\http\10.0.1.5\8888\basis\JnlpIndex.jar.pack.gz.pack.gz.info.temp
>>>    failed
>>>    Removing read permission on file
>>>    C:\Users\Jim\.cache\icedtea-web\cache\4493\http\10.0.1.5\8888\basis\JnlpIndex.jar.pack.gz.pack.gz.info.temp
>>>    failed
>>>    Removing execute permissions on file
>>>    C:\Users\Jim\.cache\icedtea-web\cache\4494\http\10.0.1.5\8888\basis\basisfonts.jar.pack.gz.pack.gz.info.temp
>>>    failed
>>>    Removing read permission on file
>>>    C:\Users\Jim\.cache\icedtea-web\cache\4494\http\10.0.1.5\8888\basis\basisfonts.jar.pack.gz.pack.gz.info.temp
>>>    failed
>>>    Removing execute permissions on file
>>>    C:\Users\Jim\.cache\icedtea-web\cache\4495\http\10.0.1.5\8888\basis\asm-tree-6.2.1.jar.pack.gz.pack.gz.info.temp
>>>    failed
>>>    Removing read permission on file
>>>    C:\Users\Jim\.cache\icedtea-web\cache\4495\http\10.0.1.5\8888\basis\asm-tree-6.2.1.jar.pack.gz.pack.gz.info.temp
>>>    failed
>>>    Removing execute permissions on file
>>>    C:\Users\Jim\.cache\icedtea-web\cache\4496\http\10.0.1.5\8888\basis\BBjThinClient.jar.pack.gz.pack.gz.info.temp
>>>    failed
>>>    Removing read permission on file
>>>    C:\Users\Jim\.cache\icedtea-web\cache\4496\http\10.0.1.5\8888\basis\BBjThinClient.jar.pack.gz.pack.gz.info.temp
>>>    failed
>>>    Removing execute permissions on file
>>>    C:\Users\Jim\.cache\icedtea-web\cache\4497\http\10.0.1.5\8888\basis\cglib-3.2.6.jar.pack.gz.pack.gz.info.temp
>>>    failed
>>>    Removing read permission on file
>>>    C:\Users\Jim\.cache\icedtea-web\cache\4497\http\10.0.1.5\8888\basis\cglib-3.2.6.jar.pack.gz.pack.gz.info.temp
>>>    failed
>>>    Removing execute permissions on file
>>>    C:\Users\Jim\.cache\icedtea-web\cache\4498\http\10.0.1.5\8888\basis\webstart2166.jar.pack.gz.pack.gz.info.temp
>>>    failed
>>>    Removing read permission on file
>>>    C:\Users\Jim\.cache\icedtea-web\cache\4498\http\10.0.1.5\8888\basis\webstart2166.jar.pack.gz.pack.gz.info.temp
>>>    failed
>>>    Removing execute permissions on file
>>>    C:\Users\Jim\.cache\icedtea-web\cache\4499\http\10.0.1.5\8888\basis\guava-24.0-jre.jar.pack.gz.pack.gz.info.temp
>>>    failed
>>>    Removing read permission on file
>>>    C:\Users\Jim\.cache\icedtea-web\cache\4499\http\10.0.1.5\8888\basis\guava-24.0-jre.jar.pack.gz.pack.gz.info.temp
>>>    failed
>>>    Removing execute permissions on file
>>>    C:\Users\Jim\.cache\icedtea-web\cache\4500\http\10.0.1.5\8888\basis\BBjBootstrap.jar.pack.gz.pack.gz.info.temp
>>>    failed
>>>    Removing read permission on file
>>>    C:\Users\Jim\.cache\icedtea-web\cache\4500\http\10.0.1.5\8888\basis\BBjBootstrap.jar.pack.gz.pack.gz.info.temp
>>>    failed
>>>    Removing execute permissions on file
>>>    C:\Users\Jim\.cache\icedtea-web\cache\4501\http\10.0.1.5\8888\basis\asm-util-6.2.1.jar.pack.gz.pack.gz.info.temp
>>>    failed
>>>    Removing read permission on file
>>>    C:\Users\Jim\.cache\icedtea-web\cache\4501\http\10.0.1.5\8888\basis\asm-util-6.2.1.jar.pack.gz.pack.gz.info.temp
>>>    failed
>>>    Removing execute permissions on file
>>>    C:\Users\Jim\.cache\icedtea-web\cache\4502\http\10.0.1.5\8888\basis\JnlpExtIndex.jar.pack.gz.pack.gz.info.temp
>>>    failed
>>>    Removing read permission on file
>>>    C:\Users\Jim\.cache\icedtea-web\cache\4502\http\10.0.1.5\8888\basis\JnlpExtIndex.jar.pack.gz.pack.gz.info.temp
>>>    failed
>>>    sun.misc.Launcher not found. Running jdk9 or higher? Using unsecure BootClassLoader
>>>    Codebase matches codebase manifest attribute, and application is signed. Continuing.
>>>    See: http://docs.oracle.com/javase/7/docs/technotes/guides/jweb/security/no_redeploy.htmlfor
>>>    details.
>>>    Removing execute permissions on file
>>>    C:\Users\Jim\Documents\icedtea-web-1.7-patched\bin\temp\netx-native-2161.temp failed
>>>    Removing read permission on file
>>>    C:\Users\Jim\Documents\icedtea-web-1.7-patched\bin\temp\netx-native-2161.temp failed
>>>    Removing write permissions on file
>>>    C:\Users\Jim\Documents\icedtea-web-1.7-patched\bin\temp\netx-native-2161.temp failed
>>>    Acquiring write permissions on file
>>>    C:\Users\Jim\Documents\icedtea-web-1.7-patched\bin\temp\netx-native-2161.temp failed
>>>    Removing execute permissions on file
>>>    C:\Users\Jim\Documents\icedtea-web-1.7-patched\bin\temp\netx-native-2161\NativeUtil.dll.temp
>>>    failed
>>>    Removing read permission on file
>>>    C:\Users\Jim\Documents\icedtea-web-1.7-patched\bin\temp\netx-native-2161\NativeUtil.dll.temp
>>>    failed
>>>    Removing execute permissions on file
>>>    C:\Users\Jim\Documents\icedtea-web-1.7-patched\bin\temp\netx-native-2161\NativeUtil64.dll.temp
>>>    failed
>>>    Removing read permission on file
>>>    C:\Users\Jim\Documents\icedtea-web-1.7-patched\bin\temp\netx-native-2161\NativeUtil64.dll.temp
>>>    failed
>>>    Removing execute permissions on file
>>>    C:\Users\Jim\Documents\icedtea-web-1.7-patched\bin\temp\netx-native-2161\User.dll.temp failed
>>>    Removing read permission on file
>>>    C:\Users\Jim\Documents\icedtea-web-1.7-patched\bin\temp\netx-native-2161\User.dll.temp failed
>>>    Removing execute permissions on file
>>>    C:\Users\Jim\Documents\icedtea-web-1.7-patched\bin\temp\netx-native-2161\User64.dll.temp failed
>>>    Removing read permission on file
>>>    C:\Users\Jim\Documents\icedtea-web-1.7-patched\bin\temp\netx-native-2161\User64.dll.temp failed
>>>    Removing execute permissions on file
>>>    C:\Users\Jim\.cache\icedtea-web\cache\4503\https\www.basis.com
>>>    <http://www.basis.com/>\sites\basis.com
>>>    <http://basis.com/>\files\u6\BASISogo3Dsm.png.info.temp failed
>>>    Removing read permission on file
>>>    C:\Users\Jim\.cache\icedtea-web\cache\4503\https\www.basis.com
>>>    <http://www.basis.com/>\sites\basis.com
>>>    <http://basis.com/>\files\u6\BASISogo3Dsm.png.info.temp failed
>>>    java.io.IOException: Cant create file C:\Users\Jim\.cache\icedtea-web\tmp\default from
>>>    hello.jnlp.desktop.temp
>>>            at
>>>    java.desktop/net.sourceforge.jnlp.util.FileUtils.createRestrictedFile(FileUtils.java:238)
>>>            at
>>>    java.desktop/net.sourceforge.jnlp.util.FileUtils.createRestrictedFile(FileUtils.java:164)
>>>            at
>>>    java.desktop/net.sourceforge.jnlp.util.XDesktopEntry.installDesktopLauncher(XDesktopEntry.java:361)
>>>            at
>>>    java.desktop/net.sourceforge.jnlp.util.XDesktopEntry.createDesktopShortcuts(XDesktopEntry.java:315)
>>>            at
>>>    java.desktop/net.sourceforge.jnlp.runtime.ApplicationInstance.addMenuAndDesktopEntries(ApplicationInstance.java:189)
>>>            at
>>>    java.desktop/net.sourceforge.jnlp.runtime.ApplicationInstance.initialize(ApplicationInstance.java:145)
>>>            at java.desktop/net.sourceforge.jnlp.Launcher.launchApplication(Launcher.java:530)
>>>            at java.desktop/net.sourceforge.jnlp.Launcher$TgThread.run(Launcher.java:943)
>>> 
>>>>    On Oct 26, 2018, at 10:08 AM, Laurent Bourgès <bourges.laurent at gmail.com
>>>>    <mailto:bourges.laurent at gmail.com>> wrote:
>>>> 
>>> 
>> 
> 
> 
> -- 
> 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