Java Solaris Communities Sun Store Join SDN My Profile Why Join?
 
Bug Database
Bug Detail
Quick Lists
Top 25 Bugs
Top 25 RFE's
Recently Closed Bugs
Printable Page Printable Page


Bug Database
Bug ID: 6710867
Votes 0
Synopsis java web start cannot start jnlp application using JRE 1.3
Category javawebstart:general
Reported Against
Release Fixed 6u10(b27)
State 11-Closed, Verified, bug
Priority: 1-Very High
Related Bugs
Submit Date 04-JUN-2008
Description
launching jnlp application with JRE 1.3 will fail with:

java.lang.IllegalAccessError: try to access method java.io.FileOutputStream.<init>(Ljava/io/File;Z)V from class com.sun.deploy.util.SyncFileAccess

   at com.sun.deploy.util.SyncFileAccess.openLockFileObject(SyncFileAccess.java:206)

   at com.sun.deploy.util.SyncFileAccess.openLockFileOutputStream(SyncFileAccess.java:78)

   at com.sun.deploy.config.Config.store(Config.java:1139)

   at com.sun.deploy.config.Config.storeIfDirty(Config.java:1177)

   at com.sun.javaws.ui.SplashGenerator.<init>(SplashScreen.java:142)

   at com.sun.javaws.ui.SplashScreen.generateCustomSplash(SplashScreen.java:102)

   at com.sun.javaws.Launcher.prepareLaunchFile(Launcher.java:653)

   at com.sun.javaws.Launcher.prepareToLaunch(Launcher.java:217)

   at com.sun.javaws.Launcher.launch(Launcher.java:111)

   at com.sun.javaws.Main.launchApp(Main.java:306)

   at com.sun.javaws.Main.continueInSecureThread(Main.java:210)

   at com.sun.javaws.Main$1.run(Main.java:107)

   at java.lang.Thread.run(Unknown Source)
Posted Date : 2008-06-04 23:26:03.0
Work Around
N/A
Evaluation
FileOutputStream(File, boolean) is not available until 1.4
Posted Date : 2008-06-04 23:26:40.0
Comments
  
  Include a link with my name & email   


PLEASE NOTE: JDK6 is formerly known as Project Mustang