Re: Problem using Eclipse

From: Andrew John Sadler <ajs2_at_icparc.ic.ac.uk>
Date: Tue 19 Mar 2002 12:32:06 PM GMT
Message-Id: <E16nImb-0000HD-00@ilford.icparc.ic.ac.uk>
   Envelope-to: eclipse-bugs@icparc.ic.ac.uk
   Delivery-date: Tue, 19 Mar 2002 11:33:52 +0000
   Date: Tue, 19 Mar 2002 12:33:50 +0100
   Content-Type: text/plain
   From: "francesco276@inwind.it"<francesco276@inwind.it>
   X-XaM3-API-Version: 1.1.9.1.36
   X-SenderIP: 147.163.3.30

   Dear Responsible,
   my name is Vetrano Francesco and I'm a student in Computer Engineering at the University of Palermo. I have a problem when I use your ECLIPSE software, in a machine with the “Red Hat Linux 6.1” operative system, in particular whit the Eclipse-Java interface. The “com.parctechnologies.eclipse” package is not found by the operative system. Could you tell me where I should put the “eclipse.jar” file, please? Do you think I should set some environment variables?
   Thank you in advance for your help.
   Regards,  Francesco Vetrano.

Hi Francesco,

You'll need to add eclipse.jar to your classpath when you run your
java program.  This can be done either by adding it to you CLASSPATH
environment variable before running your program, like this

export CLASSPATH=/path/to/eclipse.jar:$CLASSPATH
java MyProgram

or by adding it to your classpath only when you run your program, like
this

java -cp /path/to/eclipse.jar:$CLASSPATH MyProgram

Let me know if you have any troubles

Andrew Sadler
IC-Parc
Received on Tue Mar 19 12:32:07 2002

This archive was generated by hypermail 2.1.8 : Wed 16 Nov 2005 06:08:14 PM GMT GMT