Re: running programs inside jdee...

2005-03-11 Thread Ping Liang
It works now after I changed the setting in my prj.el file to (jde-set-variables '(jde-global-classpath (quote (../cls))) '(jde-run-option-classpath global) ... ) It was the same as jde-global-classpath but with the new version of jde it does not work anymore because jde is expecting it as

xxx.java was not set up for parsing

2005-03-11 Thread Felix Dorner
Hello, i am quite new to jde and in no way an emacs pro. I run the debian testing package of jde. when i now open a .java file everything looks good, jde is loaded. opening a second .java file however gives the message xxx.java was not setup for parsing. so what does that mean? the thing that

Project settings...

2005-03-11 Thread Ping Liang
I noticed that with nqmacs and jdee-2.3.5, the menu project-project file-* (most of them) does not work. It brings up the directory dialog (which is nice), but the dialog always has open and cancel buttons, even if you want to create new or save the project file. load seems to work fine, simply

jde-ant-build's seperator problem

2005-03-11 Thread zhangyin
I'm using nqmacs+jdee2.3.5 on winxp without cygwin. When I use jde-ant-build, I encounter the compilation buffer that say ...build.xml does not exist. After I traced jde-ant.el. I found the problem that file seperator should be ,not '. *** d:/emacs-22/site-lisp/jde-2.3.5/lisp/jde-ant.el Wed

jde-ant-build's seperator problem

2005-03-11 Thread Paul Kinnucan
[EMAIL PROTECTED] writes: I'm using nqmacs+jdee2.3.5 on winxp without cygwin. When I use jde-ant-build, I encounter the compilation buffer that say ...build.xml does not exist. After I traced jde-ant.el. I found the problem that file seperator should be ,not '. The single quote works