Hi,

> z:/pandora/com/hp/commandview/sdm/eva/gui/services/model/smis/
> SmisDiskEn
> closurePort.java:5: package com.hp.HpPanDev.SanDevice does not exist
>       import com.hp.HpPanDev.SanDevice.*;
>       ^
> 
> I believe it is a path issue but I'm uncertain what path 
> needs to be set

It's jde-global-classpath.

> which brings me to my other question.  When I try to set 
> options through
> the JDE->project->options->ant it saves them to my .emacs file instead
> of a prj.el file.  Obviously I'm not setting something else 
> up for that
> or I'm doing something wrong.

What you should do is something like this:

1. M-x customize-variable RET jde-global-classpath RET
2. Add the directories/jars that you want, one in each list entry (note that
if you add a directory, JDE will pick up any jars in that directory
automatically)
3. Choose 'set for current session'
4. Return to your .java file and do 'jde/project/project file/save'
(C-cC-vC-p)

That way, the customised value is saved in your prj.el. If you do 'save for
future sessions', it goes into your .emacs.

/ Petter

Reply via email to