At 03:13 PM 8/1/00 -0600, you wrote:
>So I created a project, and set my jde-global-classpath.  When I
>describe-variable jde-global-classpath it looks
>right.  It even looks right inside the prj.el file,
>Then when I try to compile (C-c C-v C-c)
>the classpath is garbled as follows:
>
>javac -classpath "46:58:47:112:52:100:47:87:111:114:107:58" MyClass.java
>
>It appears that it is converting the classpath to numeric
>values and then sending that to the compile command?
>
>my jde-global-classpath looks like ".:/p4d/Work"
>

The value of this variable should be a list of strings, each of which is
a path. In your case, it should look like

'("." "/p4d/Work")

Use customize to set the variable and you will avoid mistakes like this.

- Paul

------------------------------------------------------------
TECH SUPPORT POLICY

I respond only to requests that contain a complete problem report. The
easiest way to ensure that your report is complete is to include the output
of the JDE->Help->Submit Problem Report command in your request. 

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