сряда, 28 януари 2009 г.

Unable to launch Eclipse?

As we know, Eclipse IDE is not Netbeans IDE :)
Unlike Netbeans, the most used Java IDE is not so wise, so if you use Eclipse IDE without bundled Eclipse JDK, specify JVM location in eclipse.ini configuration file.
Simply add next lines:
-vm
/usr/local/jdk1.6.0_11/bin/java
That's all folks :)