View previous topic :: View next topic |
Author |
Message |
alex n00b

Joined: 20 Jun 2002 Posts: 36 Location: Netherlands
|
Posted: Tue Jul 23, 2002 9:36 am Post subject: Eclipse question |
|
|
Hi,
I just emerge eclipse (platform-bin, cdt-bin and jdt-bin), but I can't figure out how to start the eclipse application (eclipse is not in my path).
Do I first have to configure some files and/or do I have to install some additional packages to get it running?
Alex
PS: In case that this information is required to help me out; I'm using the blackdown-jdk and Gnome2. |
|
Back to top |
|
 |
rsc n00b


Joined: 23 Jul 2002 Posts: 10 Location: Belgium
|
Posted: Tue Jul 23, 2002 10:42 am Post subject: |
|
|
Quote: | (eclipse is not in my path) |
Eclipse is installed in /opt/eclipse.
To start eclpise just type
Code: | /opt/eclipse/eclipse |
rsc |
|
Back to top |
|
 |
eyevee99 Apprentice

Joined: 16 Apr 2002 Posts: 239
|
Posted: Wed Oct 30, 2002 8:38 pm Post subject: |
|
|
The following error when trying to run it
I have blackdown installed
Quote: |
A Java Runtime Environment (JRE) or Jave Development Kit (JDK) must be available in order to tun Eclipse. No Java virtual machine was found after seaching the following locations: /opt/eclipse/jre/bin/java
'java' in your current PATH
|
Does anyone know how to build it from source also? I get a java error for that too
my ENV has JRE_HOME and JAVA_HOME set to /opt/blackdown-jre-1.3.1
Any ideas?
Thanks,
Ryan |
|
Back to top |
|
 |
38282 n00b

Joined: 22 Oct 2002 Posts: 21 Location: Copenhagen
|
Posted: Sat Nov 02, 2002 10:32 pm Post subject: |
|
|
eyevee99 wrote: | The following error when trying to run it
I have blackdown installed
Quote: |
A Java Runtime Environment (JRE) or Jave Development Kit (JDK) must be available in order to tun Eclipse. No Java virtual machine was found after seaching the following locations: /opt/eclipse/jre/bin/java
'java' in your current PATH
|
Does anyone know how to build it from source also? I get a java error for that too
my ENV has JRE_HOME and JAVA_HOME set to /opt/blackdown-jre-1.3.1
Any ideas?
Thanks,
Ryan |
Sounds like you don't have something right in your java emerges
Mine are:
dev-java/sun-jdk-1.4.1.01
dev-java/sun-jdk-1.3.1.05
dev-java/ant-1.5 *
dev-java/java-config-0.2.6
(I switch between the sun-jdk's for different things, but not for eclipse.)
I'm running an unstable (M2 20021018) version of eclipse, but the eclipse emerges have worked for me. The last 2.0.1 emerge of dev-util/eclipse-SDK worked fine for me.
/Paul |
|
Back to top |
|
 |
|