| Eclipse start up problem [message #760960] |
Mon, 05 December 2011 12:49 |
Vikram Kodak Messages: 56 Registered: October 2011 |
Member |
|
|
Problem: Double clicking on the eclipse.exe (startup program), does not bring up the IDE, as if some program/or windows firewall is blocking the IDE.
Solution:
run the startup program from command prompt and print the output to an txt file
e.g .../eclipse.exe > error.txt
If the error is "Error occurred during initialization of VM java.lang.Error: java.io.UnsupportedEncodingException: Cp1255".
Set an windows environment variable: JAVA_TOOL_OPTIONS = -Dfile.encoding=UTF8
|
|
|
Powered by
FUDForum. Page generated in 0.01495 seconds