Help with emacs and jdee!

2002-12-06 Thread Rodrigo Coutinho Correia
hello, i'm trying to use jde within emacs lisp, i want to call (jde-compile) in a temp buffer and then after that, call (bsh-eval ...) to reload this last compiled class... the thing is that without (bsh-eval ...) everything goes smoothly but when i insert (bsh-eval ...) things don't work! i

Re: Help with emacs and jdee!

2002-12-07 Thread Rodrigo Coutinho Correia
hello again, thx for the reply, i also think is something about timing but when i do an (add-hook ...) it all seems to work :) but i have another question, sorry! is it possible that jde always puts back the original jde-compile-finish-hook when you visit a new file? in my system it works like

java-version and parsing...

2002-12-30 Thread Rodrigo Coutinho Correia
hello, i'm using JDK version 1.4.1_01 and JDEE 2.2.9beta12 -- my question is, why jde continues to give me an error in the function 'jde-java-version-via-java' when it trys to parse the jdk version? the jde code where the problem is: (...) (re-search-forward [1-9][.][1-9] (point-max) t)

Re: compiling 2 files with jde!

2003-01-09 Thread Rodrigo Coutinho Correia
just a reply to myself :) in answer to my own question... -- the simple way: how can i use jde to compile 2 single files without a project? how jde does that? dont use jde directly! use beanshell with jde.util.CrossCompiler class tp avoid jvm loaded and get fthings compiled! it works!