I want to install eclipse on linux, is it possible to install eclipse without jdk on linux. How to install eclipse on Linux. I am using Federo 10. Please give an offer.
Yes it is possible. Eclipse only needs a JRE to run. It can compile classes using its own compiler, so it does not need an external JDK.
Although, JDK is highly recommended and may be needed for some plugins (for M2Eclipse, an external JDK, for example, is required for Maven integration).
Eclipse JRE , JDK. rpm jdk, : jdk-6u10-linux-i586-rpm
nonRPM. :
chmod 755 jdk-6u10-linux-i586.bin
. , , . (jdk1.6.0_10) , , /usr/local, /usr/local/jdk1.6.0_10/bin PATH:
export PATH =/usr/local/jdk1.6.0_10/bin: $PATH
java, javac ..
Source: https://habr.com/ru/post/1762794/More articles:Editing an xml file - phphttps://translate.googleusercontent.com/translate_c?depth=1&pto=aue&rurl=translate.google.com&sl=ru&sp=nmt4&tl=en&u=https://fooobar.com/questions/1762790/maximized-window-restores-to-full-screen&usg=ALkJrhiQu_tk7tYV_GT1O1wD2zEYPm02eACustom SoftKeyBoard on Android? - androidXmlSlurper. How to ignore case of @attribute name? - xmlС++ Url Parser с использованием команды regex - c++How to ignore pageviews by search engines on a PHP page? - javascriptSQL vs noSQL build examples - sqlis there a better way than this to replace the chracter in a string? - stringjQuery keyup keyCode not working in Opera - jqueryСоздание динамического представления в GWT с использованием MVP Arch - mvpAll Articles