help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

java project classpath in emacs


From: QinGW
Subject: java project classpath in emacs
Date: Wed, 28 Mar 2007 16:49:15 +0800
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/23.0.0 (gnu/linux)

hello,everybody!
        how can I get different classpath value when I load different
        java project?

        for example:
        
1)        project A
          it's classpath as following:
          /home/qingwu/source/A/src
          /home/qingwu/source/A/lib
          /home/qingwu/source/A/build/classes 
2)        project B
          it's classpath as following:
          /home/qingwu/source/B/src
          /home/qingwu/source/B/lib
          /home/qingwu/source/B/build/classes 

I have setted "jde-global-classpath" variable using different value in
prj.el and add hook to jde-mode, but I still can't find lib package when I 
compile one java
source file.

my env:emacs jde ant

Thanks very much, qingwu


reply via email to

[Prev in Thread] Current Thread [Next in Thread]