I installed Eclipse on Ubuntu 10.04. I currently have the OpenJDK JRE installed, but I don't need the JDK to compile.
However, the code written by Eclipse is still compiling. Is this the standard compiler included in Eclipse? I looked at the package manager and it seems that one of the JDKs was not installed ...
Note: running "javac" in the terminal does not work.
If you download Eclipse from eclipse.org, it will bring everything it needs to work with it.
Eclipse , , . .
Eclipse RAM-, Eclipse , .
, Eclipse, . , , , ..
, , Java, Eclipse, IBM jikes . , ; , ; , (, ), , .
jikes
NetBeans, , ant ( JDK) , , , . , (, , ), ; Eclipse ( IBM) , , . .
ant
, Sun Oracle OpenJDK. . , ant maven JDK. .
maven
Eclipse, , , , JRE/JDK, .
Lucid Lynx:
$ locate javac
eclipse, (suprisingly:)) eclipse, java- (javac) sun-java6-jdk
eclipse
javac
sun-java6-jdk
sudo apt-get install sun-java6-jdk sudo apt-get install eclipse
sudo apt-get install sun-java6-jdk
sudo apt-get install eclipse
. .
sudo add-apt-repository "deb http://archive.canonical.com/ lucid partner" sudo apt-get update sudo apt-get install sun-java6-jdk
Eclipse , . , , , , . , , JDK/ JVM, .
Sun JDK Linux. Synaptic, .
Source: https://habr.com/ru/post/1756434/More articles:Can I control which subtype to use when deserializing a JSON string? - jsonHow to remove u 'from python script result? - pythonWhat is the best way to create a connection between trains and tracks? - oopProblems decoding a file strictly using Binary in Haskell - ioConfigure MSMQ for clustering - cluster-computingотслеживание пользователей с помощью Google Analytics после того, как они покинут мой домен, чтобы совершить покупку и вернуться - google-analyticsWhat does it mean? - pythonThe same JavaScript function returns random results - javascriptJquery checks if element is hidden (continuously) - functionUnexpected JavaScript behavior error - javascriptAll Articles