Eclipse start with OpenJDK. The problem is that it often crashes.
Solution: set up eclipse to start with Oracle Java
edit eclipse.ini and append the lines
-vm
/usr/bin/java
assuming that java executable is on /usr/bin/java (execute 'whereis java' to wee where it is)
No comments:
Post a Comment