Hi Everyone,
Would you please give me help. I am a beginner java developer and am trying to run java application that is suppose to give me access to some APIs which I need to use in my other application that I am busy working on. Basically this is a jar file that I am trying to run, it was given to me by a Senior Architect who is the Lead in the project that I am working on. When I launch the jar file it gives me the following error: Unable to launch application
When I click on 'Details' for this error I get the following exception :
CouldNotLoadArgumentException[ Could not load file/URL specified: C:\Users\jmweli\AppData\Local\Temp\javaws5]
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)
The Wrapper exception is : ava.io.IOException: File too large
at com.sun.javaws.jnl.LaunchDescFactory.buildDescript or(Unknown Source)
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)
Initially I was running on java 1.6.0_32 and my Tech Lead who can lauch this jar file on his machine without issues is running on java 1.6.0_31 and he therefore suggested that I downgrade to the same version as his. I did that but still not luck. I then did some searches on google trying to find help to resolve this issue. I find a lot of suggestions like cleaning the java cache, unistalling java web start but everything I have tried so far has not helped.
Any suggestions you may have with regard to solving this issue will be greatly appreciated.
Thanks
Johannes