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.
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.