Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

IBM Eclipse IDE setup help please

Status
Not open for further replies.

baden

Programmer
Feb 6, 2002
125
US
A few issues.

I have Eclipse set up on Linux.

I'm trying to get the EASIE plugin to work with eclipse - I get the Start/Stop icons in the Java Perspective, but when I press start, the console does not appear.

Also, any of the files' lines from a project I have imported from CVS are 'errored' with "This compoloation unit indirectly references the missing type java.lang.Object (typically some required class file is referencing a type outside the classpath)

/etc/profile looks like this:

ODS_DVL=/data/dev/ODS; export ODS_DVL
CLASSPATH=.;/data/jdk1.3.1;/data/jdk1.3.1/bin; export CLASPATH
JAVA_HOME=/data/jdk1.3.1; export JAVA_HOME
J2EE_HOME=/data/ODS/jboss/client; export J2EE_HOME
ANT_HOME=/data/jakarta-ant-1.4; export ANT_HOME
JBOSS_HOME=/data/ODS/jboss; export JBOSS_HOME
JBOSS_CLASSPATH=/data/ODS/jboss; export JBOSS_CLASSPATH
PATH=$PATH:/data/jdk1.3.1/bin:/pm/pgsql/bin:/data/jakarta-ant-1.4/bin:/data/baden/bin; export PATH

running source profile returns:
bash: /data/jdk1.3.1: is a directory
bash: /data/jdk1.3.1/bin: is a directory

- yes, I know this already


I've setup
Eclipse setup: Window/Preferences/Installed JREs
JRE Home Directory: /data/jdk1.3.1

It autopopulates everythine else & I have the j2ee jar in the ext folder (and yes it shoes the rt.jar)

Problem 1: Not able to start/stop JBoss through Eclipse
Problem 2: Getting JMX GUI to work with Eclipse
Problem 3: the long problem listed above w/ red unerlines ... u know the one...

Thanks.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top