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 122443 - Web start doesn't work on Java 1.5 (works on 1.6)
Summary: Web start doesn't work on Java 1.5 (works on 1.6)
Status: RESOLVED DUPLICATE of bug 121777
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 6.x
Hardware: All Windows XP
: P2 blocker (vote)
Assignee: Jaroslav Tulach
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-11-20 22:56 UTC by pavelkrupets
Modified: 2008-12-22 11:32 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 pavelkrupets 2007-11-20 22:56:23 UTC
Got this after I upgraded to 6.0rc1, beta3 was okay.

java.lang.IllegalArgumentException: URI is not hierarchical
    at java.io.File.<init>(Unknown Source)
    at org.netbeans.core.startup.ModuleSystem.loadBootModules(ModuleSystem.java:200)
    at org.netbeans.core.startup.Main.getModuleSystem(Main.java:169)
    at org.netbeans.core.startup.Main.start(Main.java:322)
    at org.netbeans.core.startup.TopThreadGroup.run(TopThreadGroup.java:110)
[catch] at java.lang.Thread.run(Unknown Source)
Comment 1 pavelkrupets 2007-11-20 23:12:45 UTC
Doesn't work on (Windows XP SP2):

J2SE 1.5.0.13 and J2SE 1.5.0.14 (Apache/2.2.6 (Win32))

Works on:

J2SE 1.6.0.3 (Apache/2.2.6 (Win32))
Comment 2 Milan Kubec 2007-11-21 08:00:30 UTC
Please provide *exact* steps to reproduce. Probably already fixed. Reassigning to Jarda. Please evaluate. Thanks.
Comment 3 Lukas Hasik 2007-11-21 09:20:08 UTC
should be fixed in latest development builds and in the RC2 that is coming soon
thank you for the report

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