Hi,
I find I suddenly can't launch my IGV anymore. It worked well before. My version is 2.3. When I open it it says "unable to launch the application".
And the detail ("Exception")says:
CouldNotLoadArgumentException[ Could not load file/URL specified: C:\Users\......\AppData\LocalLow\Sun\Java\Deployment\cache\6.0\43\74d551ab-40b86258]
at com.sun.javaws.Main.launchApp(Unknown Source)
at com.sun.javaws.Main.continueInSecureThread(Unknown Source)
at com.sun.javaws.Main.access$000(Unknown Source)
at com.sun.javaws.Main$1.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
"Wrapped Exception":
java.io.FileNotFoundException: C:\Users\......\AppData\LocalLow\Sun\Java\Deployment\cache\6.0\43\74d551ab-40b86258 (The system cannot find the file specified)
at java.io.FileInputStream.open(Native Method)
at java.io.FileInputStream.<init>(Unknown Source)
at java.io.FileInputStream.<init>(Unknown Source)
at com.sun.javaws.jnl.LaunchDescFactory.buildDescriptor(Unknown Source)
at com.sun.javaws.Main.launchApp(Unknown Source)
at com.sun.javaws.Main.continueInSecureThread(Unknown Source)
at com.sun.javaws.Main.access$000(Unknown Source)
at com.sun.javaws.Main$1.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
I updated to the latest Java 7 but still doesn't work.
What could be the possible reason?
Thanks!