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

Can not update desktop entry for app #388

Closed
aPollO2k opened this issue Feb 4, 2021 · 9 comments
Closed

Can not update desktop entry for app #388

aPollO2k opened this issue Feb 4, 2021 · 9 comments

Comments

@aPollO2k
Copy link

aPollO2k commented Feb 4, 2021

I am facing this issue when i run an webstart app

java.io.FileNotFoundException: Could not find the javaws binary to create desktop shortcut
	at net.sourceforge.jnlp.util.WindowsDesktopEntry.getJavaWsBin(WindowsDesktopEntry.java:109)
	at net.sourceforge.jnlp.util.WindowsDesktopEntry.createShortcutOnWindowsDesktop(WindowsDesktopEntry.java:83)
	at com.openwebstart.os.win.WinEntryFactory.createDesktopEntry(WinEntryFactory.java:24)
	at com.openwebstart.os.win.WinEntryFactory.updateDesktopEntry(WinEntryFactory.java:13)
	at com.openwebstart.os.MenuAndDesktopEntryHandler.lambda$updateEntries$1(MenuAndDesktopEntryHandler.java:81)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)

2021-02-04 12_48_44-Fehler

I'm running OpenWebstart 1.3.2 with 1.8.0.252 Zulu x64 on

  • Windows 10 1909 (Build 18363.1316)
  • Oracle Java 8 Update 241 installed

Can anyone confirm this?

@sclassen
Copy link
Member

sclassen commented Feb 6, 2021

Could this be the same issue as #243 ?

@macgibbon
Copy link

I am seeing the same error message with OpenWebstart 1.3.2 but not version 1.3.1.

Looks like a bug from here.

@sclassen
Copy link
Member

@macgibbon can you reproduce the difference in the behavior between 1.3.1 and 1.3.2
Because 1.3.2 has only a few changes and non of them should be related to the shortcut or filesystem handling.
But if you are certain that there is a change in the behavior between these versions it would be very helpful if you can attach logs from both version such that we can try to find the difference

@aPollO2k
Copy link
Author

Could this be the same issue as #243 ?

My Desktop directory is the default path in C:\Users\user\Desktop so i didn't think it is the same issue.

@sclassen
Copy link
Member

OK, thanks for the info

@aPollO2k
Copy link
Author

I am seeing the same error message with OpenWebstart 1.3.2 but not version 1.3.1.

Looks like a bug from here.

I also can confirm that the message not appear in 1.3.1. After i downgraded to 1.3.1 the desctop entry was created successfully. How can i help to debug this?

@AndreasEhret
Copy link
Member

can reproduce with 1.3.2 when create menu entry.

OWS_createMenuEntryProblem

@macgibbon
Copy link

macgibbon commented Feb 12, 2021

I can replicate the issue via the link on this page on Windows 10 with Open webstart 1.3.2 (Win64)

http://tools.transonic.com/RubiksWar

Thank you Gluon for a most excellent JavafX 3d example.

@sclassen
Copy link
Member

fixed in #393

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants