Results 1 to 1 of 1
- 04-28-2010, 03:33 PM #1
Member
- Join Date
- Apr 2010
- Posts
- 3
- Rep Power
- 0
Error while executing the executable jar file using Java webstart (JNLP)
getting the below error when executing jar file using java webstart(JNLP) file.
(java.lang.ExceptionInInitializerError
at org.apache.log4j.Logger.getRootLogger(Logger.java: 104)
at SplitPane2.<clinit>(SplitPane2.java:58)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Nativ e Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknow n Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Un known Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.sun.javaws.Launcher.executeApplication(Unknown Source)
at com.sun.javaws.Launcher.executeMainClass(Unknown Source)
at com.sun.javaws.Launcher.doLaunchApp(Unknown Source)
at com.sun.javaws.Launcher.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
Caused by: java.security.AccessControlException: access denied (java.io.FilePermission logfile.log write)
I got the error when i did create the jar file from the eclipse and the log file was not archived within the jar.
The executable jar is perfectly working.(i mean its executing when i double click the jar file)
Thanks for the help.
Similar Threads
-
Executing a sh file from java program in foreground
By mfurtado in forum Advanced JavaReplies: 2Last Post: 07-03-2009, 08:35 PM -
Executable java to read and write to a txt file
By njoymirror in forum New To JavaReplies: 2Last Post: 03-21-2009, 01:19 AM -
[SOLVED] Error executing Jar file
By VeasMKII in forum New To JavaReplies: 3Last Post: 01-31-2009, 05:32 AM -
executing the java file
By TheBayWatchMan in forum New To JavaReplies: 4Last Post: 01-12-2008, 09:31 AM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks