About 38,300 results
Open links in new tab
  1. Eclipse Java IDE crashing on startup after update - Ask Ubuntu

    Mar 14, 2024 · I tried changing the JDK version, changing the VM directory in eclipse.ini (which resulted in Eclipse not detecting the JVM), and uninstalling and installing Eclipse, but nothing seemed to work.

  2. 14.04 - Installing Eclipse IDEs for Java and C/C++ - Ask Ubuntu

    Aug 5, 2015 · I'm running an Ubuntu 14.04 and want to install the Eclipse IDE for both Java and C/C++ programming. I installed the separate installation files from their official website.

  3. Install Eclipse IDE for java ee dev via apt-get. Is it Possible?

    I try install Eclipse IDE for Java EE Developers. I run in terminal this command: sudo apt-get install eclipse This ends successfully. But when I see it, is installed the Eclipse Classic Version...

  4. java - Eclipse IDE hello world problem - Ask Ubuntu

    Apr 21, 2014 · I'm having problems running a simple java program "Hello world" i had installed the Eclipse Java EE IDE from eclipse site and before it i had installed jdk btw im using ubuntu 14.04 Any ideas ?

  5. What is the difference between eclipse-cdt and eclipse IDE?

    Sep 14, 2018 · Eclipse provides IDEs and platforms for nearly every language and architecture. The eclipse package supports Java out of the box and the eclipse-cdt package supports C and C++. The eclipse package provides the whole Eclipse SDK that contains Eclipse Platform, Java development tools and Plug-in Development Environment, including source and both user and programmer documentation. The best way to ...

  6. eclipse - Java process is using so much of RAM - Ask Ubuntu

    Jan 3, 2019 · Eclipse is powerful ide and can use large amounts of memory. This mainly depend on how large are your project, and other case if you have few opened projects. Close unused projects, close unused perspectives and views. This is a basic to lower memory usage.

  7. ppa - How to install Eclipse? - Ask Ubuntu

    Oct 1, 2013 · The eclipse snap package provides an easy way to install the latest stable version of Eclipse IDE for Java Developers in all currently supported versions of Ubuntu.

  8. 16.04 - Do I need to download any IDE to run a Java program or …

    Sep 11, 2016 · Eclipse IDE is quite heavy for i3 processor with 2GB RAM and not recommended unless you need to use the project explorer and stuff. If you have to install eclipse, follow this else if you've simple programs: To compile the file, open your terminal and type javac filename.java To run the generated class file, use java filename But to do this you need to have the Java JDK installed in your ...

  9. java - How to fix Eclipse with OpenJDK 9 - Ask Ubuntu

    Jul 9, 2018 · The Eclipse snap package from the default Ubuntu repositories is perfect for Java programming because it is bundled with a Java development environment. To install it open the terminal and type: sudo snap install eclipse --classic This command will install the latest Photon Release 4.8 version of Eclipse IDE for Java Developers which was updated 8 days ago. Eclipse changed its codename policy ...

  10. How to completely uninstall eclipse? - Ask Ubuntu

    I'm working on Eclipse Indigo on Ubuntu 12.04. I'm trying to completely uninstall Eclipse (with Synaptic Package Manager + Mark for complete removal), but when I reinstall it, I clearly see that i...