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

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

Re: java project classpath in emacs


From: koocyton
Subject: Re: java project classpath in emacs
Date: Thu, 29 Mar 2007 09:18:40 +0800
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.96 (windows-nt)

(setq jde-compile-option-classpath (quote ("./" 
        "/home/qingwu/source/A/src" "/home/qingwu/source/A/lib" 
"/home/qingwu/source/A/build/classes"
        "/home/qingwu/source/B/src" "/home/qingwu/source/B/lib" 
"/home/qingwu/source/B/build/classes"
)))

QinGW <dealover@21cn.com> writes:

> 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

-- 
Good Good Life , Day Day Study !
http://bbs.chinaunix.net/forumdisplay.php?fid=27
              -- koocyton


reply via email to

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