Hi,
I had installed eclipse, java and tomcat by yum and it seems to be ok. Tomcat is working but eclipse do not load. Running java-version it is there. Dispite it, I wrote classpath and path manually at profile and eclipse still is not loading and without any error message. What could be?
Regards, Ermengildo.
I think you need to define a JAVA_HOME environment variable. In your <HOME>/.bash_profile just add the lines:
JAVA_HOME=<wherever your JDK 'home' directory is located> EXPORT JAVA_HOME
________________________________ From: Ermenegildo José Pecorari e.pecorari@yahoo.com.br To: "java-devel@lists.fedoraproject.org" java-devel@lists.fedoraproject.org Sent: Wednesday, August 31, 2011 6:42 PM Subject: [fedora-java] eclipse
Hi,
I had installed eclipse, java and tomcat by yum and it seems to be ok. Tomcat is working but eclipse do not load. Running java-version it is there. Dispite it, I wrote classpath and path manually at profile and eclipse still is not loading and without any error message. What could be?
Regards, Ermengildo.
-- java-devel mailing list java-devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/java-devel
On 09/01/2011 12:42 AM, Ermenegildo José Pecorari wrote:
Hi,
I had installed eclipse, java and tomcat by yum and it seems to be ok. Tomcat is working but eclipse do not load. Running java-version it is there. Dispite it, I wrote classpath and path manually at profile and eclipse still is not loading and without any error message. What could be?
What *exactly* happens when you type "eclipse" at a terminal?
Andrew.
java-devel@lists.fedoraproject.org