-
Bug
-
Resolution: Fixed
-
P3
-
6
-
b13
-
x86
-
linux
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2199167 | 7 | Andy Herrick | P3 | Resolved | Fixed | b64 |
FULL PRODUCT VERSION :
6.0
A DESCRIPTION OF THE PROBLEM :
I am the author of Pauker (http://pauker.sourceforge.net), a free flashcard programm written in Java. I use Java Web Start for application deployment.
I got a bug report from a user who wanted to start Pauker by dragging and dropping a lesson to the Pauker Java Web Start desktop symbol. Unfortunately, this failed and the lesson was DELETED! This kind of bugs are catastrophic.
I could reproduce this problem both on Linux and on Windows. The following exception gets thrown at startup:
InvalidArgumentException[ Ungültige Argumente angegeben: {C:\Dokumente und Einstellungen\Nutzer\Desktop\test.pau.gz, C:\DOKUME~1\Nutzer\LOKALE~1\Temp\javaws6 }]
at com.sun.javaws.Main.launchApp(Unknown Source)
at com.sun.javaws.Main.continueInSecureThread(Unknown Source)
at com.sun.javaws.Main$1.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
There is already a forum discussion here:
http://forum.java.sun.com/thread.jspa?threadID=5245103&tstart=0
REPRODUCIBILITY :
This bug can be reproduced always.
6.0
A DESCRIPTION OF THE PROBLEM :
I am the author of Pauker (http://pauker.sourceforge.net), a free flashcard programm written in Java. I use Java Web Start for application deployment.
I got a bug report from a user who wanted to start Pauker by dragging and dropping a lesson to the Pauker Java Web Start desktop symbol. Unfortunately, this failed and the lesson was DELETED! This kind of bugs are catastrophic.
I could reproduce this problem both on Linux and on Windows. The following exception gets thrown at startup:
InvalidArgumentException[ Ungültige Argumente angegeben: {C:\Dokumente und Einstellungen\Nutzer\Desktop\test.pau.gz, C:\DOKUME~1\Nutzer\LOKALE~1\Temp\javaws6 }]
at com.sun.javaws.Main.launchApp(Unknown Source)
at com.sun.javaws.Main.continueInSecureThread(Unknown Source)
at com.sun.javaws.Main$1.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
There is already a forum discussion here:
http://forum.java.sun.com/thread.jspa?threadID=5245103&tstart=0
REPRODUCIBILITY :
This bug can be reproduced always.
- backported by
-
JDK-2199167 Dropping a file on a Java Web Start desktop symbol DELETES the file
- Resolved