This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 98892 - Webstart does not handle paths with spaces
Summary: Webstart does not handle paths with spaces
Status: RESOLVED DUPLICATE of bug 95293
Alias: None
Product: projects
Classification: Unclassified
Component: Java Webstart (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: issues@projects
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-03-25 16:20 UTC by _ gtzabari
Modified: 2007-03-26 11:36 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description _ gtzabari 2007-03-25 16:20:12 UTC
dev build 200703191900

Webstart applications cannot be run from paths containing spaces. When I do this
I get:

InvalidArgumentException[ Invalid arguments supplied: {and, Settings\Gili\My,
Documents\blueeye\trunk\restOfPath/launch.jnlp, C:\Documents }]
	at com.sun.javaws.Main.launchApp(Main.java:239)
	at com.sun.javaws.Main.continueInSecureThread(Main.java:209)
	at com.sun.javaws.Main$1.run(Main.java:106)
	at java.lang.Thread.run(Thread.java:619)
Comment 1 _ gtzabari 2007-03-25 16:39:20 UTC
Oddly enough, if replacing %20 by a space in the "codebase" fixes the problem.
Any idea why this is the case? Is this a bug in Webstart?
Comment 2 Milan Kubec 2007-03-26 11:36:16 UTC
Already reported. Thanks.

*** This issue has been marked as a duplicate of 95293 ***