At 08:11 AM 10/3/00 -0700, you wrote:
>Hi.  First of all, is there an archive for this list?  Geocrawler seems
>to be on the fritz...  
>

Excerpted from the section of the JDE website concerning the JDE mailing list:

"A searchable archive
(http:[EMAIL PROTECTED]/maillist.html) exists for
the JDE mailing list that you can use as an information resource. 

Sunsite Denmark hosts a JDE newsgroup (sunsite.jde) to which you can
subscribe (point your news reader to the sunsite.auc.dk server). Messages
to the mailing list and newsgroup are cross-posted. The newsgroup contains
all messages posted since the mailing list's inception so if you are new to
the list it provides a means for you to catch up on previous discussions."


>Now, my questions.  JDE (or XEmacs) doesn't seem to read my environment
>variables.  First, I have the binary path for my Java stuff set in my
>PATH.  When I try to access the binaries at the shell, they come up,
>but JDE's compile/run shells can't find the binaries.  My workaround
>thus far has been to make symlinks in the /usr/local/bin directory.
>

I don't have this problem.

>My next problem has to do with library paths.  JDE does not seem to
>read my CLASSPATH environment variable.  I've set the classpath
>variable in both the compile and run classpaths using the "customize"
>dropdown menu in XEmacs
>(to:/home/cmayes/java/Thinking_In_Java/actual_code:/usr/local/java/j2sdkee
1.2.1/lib/j2ee.jar:.)
>
>Without this, I get:
>
>java.lang.NoClassDefFoundError: c05/dessert/Cookie
>       at Dinner.main(Dinner.java:12)
>
>With the path, I get:
>
>Couldn't find or load essential class `java/lang/Object'
>java.lang.NoClassDefFoundError java/lang/Object
>
>Any ideas?

>From the JDE User's Guide:

"Setting a Global Classpath

The JDE allows you to define a classpath that applies to compiling,
running, and debugging Java code. You define this classpath by customizing
the jde-global-classpath option. To display a customization buffer for this
variable, select JDE->Project->Options->General or enter M-x
customize-variable jde-global-classpath.

Note Do not make the mistake of setting jde-global-classpath the way you
set the -classpath switch of the Java vm. The value of jde-global-classpath
is a list of strings, each of which specifies a path. When starting a
program that requires the -classpath switch, such as javac, the JDE
converts this list to a string consisting of paths separated by a semicolon
or colon.

You can also define separate classpaths for compile, run, and debug
operations by customizing the variables jde-compile-option-classpath, or
jde-run-option-classpath, jde-debug-option-classpath, respectively. If you
set any of these variables, the variable overrides the value defined by
jde-global-classpath for the operation to which the variable applies."

- Paul


------------------------------------------------------------
HOW TO ASK FOR TECH SUPPORT

When requesting technical support, please generate a problem report, using
the JDE->Help->Submit Problem Report command, and submit this report along
with your help request. The Submit Problem Report command is designed to
gather all the information that someone who does not have direct access to
your system might need to solve your problem. It saves people who want to
help you from having to waste time trying to dig relevant information out
of you. Please note that if you do not get a response to a question, it may
be because you did not provide sufficient information to solve the problem.
Filing a problem report is the best way to ensure that you get a response.

To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

JDE website: http://sunsite.auc.dk/jde/

JDE mailing list archive: 
http://www.mail-archive.com/[email protected]/maillist.html

Reply via email to