Abner Ballardo writes:
> Hi,
>
> I installed jde 2.3.5 this weekend,... everything works fine but I
> couldn't use BeanShell Class Browser because jde-browse-class-at-point
> (jde.el) calls a function jde-open-get-path-prefix-list that was not
> defined.
>
&
Hi,
I installed jde 2.3.5 this weekend,... everything works fine but I
couldn't use BeanShell Class Browser because jde-browse-class-at-point
(jde.el) calls a function jde-open-get-path-prefix-list that was not
defined.
Searching in CVS, I found that it was deleted from jde-open-source.
doing the "get
> latest", but it seems like that hasn't worked for a few betas. bsh-exit
> now gives the message: "eieio-generic-call: No method definition:
> bsh-running-p, (unbound)". Currently I have to quit and restart Emacs.
>
That's a r
/build/classes
[INS] [DEL] ...
This will be turned into a list of strings. I think that including
$CLASSPATH there is not likely to work, since it will not be correctly
changed from a :-separated list into an elisp list. If it works for the
beanshell, that is more of an accident than anything, and I
C-v C-. and then look at the
BeanShell buffer I see that it correctly
expanded $CLASSPATH:
/usr/local/jdk/bin/java -classpath
/usr/lib/xemacs/xemacs-packages/etc/jde/java/bsh-commands:/usr/local/jdk/lib/tools.jar:/usr/lib/xemacs/xemacs-packages/etc/jde/java/lib/checkstyle-all.jar:/usr/lib/xemacs/x
PROTECTED]
> Sent: den 28 februari 2003 21:32
> To: [EMAIL PROTECTED]
> Subject: BeanShell can't find my class (jde-import-find-and-import)
>
>
> Hello,
>
> I am trying to use JDE's
> jde-import-find-and-import.
> Unfortunately, JDE/BeanShell cannot find
Hello,
I am trying to use JDE's
jde-import-find-and-import.
Unfortunately, JDE/BeanShell cannot find any
class I specify, and therefore JDE cannot
insert the import statement.
In my code I have:
Bar bar = new Bar();
The focus is on Foo when I invoke
jde-import-find-and-import.
Bean
ill bsh and let it restart, it
> works for the current buffer, and then stops working
> if I open another buffer. The most valuable thing I
> lose is the syntax coloring and being able to navigate
> through code easily.
>
> Beanshell expression evaluation error.
> Expressio
Hi there,
I would like to understand whether it is possible to use the JDE mode
inside the BeanShell.
I mean it's java you type in the bsh, so there are plenty of useful
features in the JDE that would help me type in the BeanShell. Of course,
I added the .bsh extension
(cons &q
Hi,
I'm using AntServer.
In the last few weeks, I frequently received the following error message
when I tried to build my project:
You need ant.jar in the beanshell classpath.
The beanshell uses jde-global-classpath or
the environment variable CLASSPATH.
I could f
Raul Acevedo writes:
> How hard would it be to have a BeanShell instance per project?
>
> For example, currently I work on FOUR JDE projects at once in a single
> Emacs session, which corresponds to two main projects, each with two
> branches (main development branch an
How hard would it be to have a BeanShell instance per project?
For example, currently I work on FOUR JDE projects at once in a single
Emacs session, which corresponds to two main projects, each with two
branches (main development branch and stable branch).
Clearly this is a problem with the
Galen Boyer writes:
> Hi Paul,
>
> I know you recommend eieio highly. Do you have a simple explanation of
> how you use it, along the lines of your simple/elegant description of
> how you connected Elisp to a JVM? (Feel free to forward this to the JDE
> list if you feel it is appropriate
sh.jar
> bsh.Interpreter
> Exception in thread "main" java.lang.NoClassDefFoundError: bsh/Interpreter
>
> On 04/25/02, I received this from [EMAIL PROTECTED]:
> > Mark Johnson writes:
> > > I get this error whenever BeanShell tries to run.
> >
lem or
> not, but I figured I'd mention it.
>
> cheers,
> Charles
>
> > -Original Message-
> > From: Paul Kinnucan [mailto:[EMAIL PROTECTED]]
> > Sent: 12 April 2002 14:41
> > To: Elias Biris
> > Cc: Paul Kinnucan; JDE List (E-mail)
&g
> -Original Message-
> From: Paul Kinnucan [mailto:[EMAIL PROTECTED]]
> Sent: 12 April 2002 14:41
> To: Elias Biris
> Cc: Paul Kinnucan; JDE List (E-mail)
> Subject: RE: Speeding up the BeanShell?
>
>
> Elias Biris writes:
> > thanks for the reply:
>
Elias Biris writes:
> thanks for the reply:
>
> The changes that you suggest do not sort my problem. Even without the jars in the
>classpath the Beanshell cannot find the requested classes promptly enough. Also my
>code base is already quite large.
I don't know why t
thanks for the reply:
The changes that you suggest do not sort my problem. Even without the jars in the
classpath the Beanshell cannot find the requested classes promptly enough. Also my
code base is already quite large.
On another aspect, the invocation of the beanshell is done via the
Elias Biris writes:
> Okdok. Attached is the report generated. thanks for the patience.
>
I notice in your report that you are using JDE 2.2.9beta9.1 but you have
the jde.jar and bsh.jar for JDE 2.2.8 in your jde-global-classpath.
This is not good, using an earlier version of the JDE's jar
file
Okdok. Attached is the report generated. thanks for the patience.
> -Original Message-
> From: Paul Kinnucan [mailto:[EMAIL PROTECTED]]
> Sent: Friday, April 12, 2002 12:18 PM
> To: Elias Biris
> Cc: JDE List (E-mail)
> Subject: Speeding up the BeanShell?
>
&
nt to your problem.
- Paul
Elias Biris writes:
> Hi,
>
> I am trying to understand how the BeanShell works, for finding a class whose name is
>under the cursor.
>
> the Beanshell is configured correctly and loads fine but its response time is a bit
>of an iss
Hi,
I am trying to understand how the BeanShell works, for finding a class whose name is
under the cursor.
the Beanshell is configured correctly and loads fine but its response time is a bit of
an issue: Many times it sends no reply, and I need to retry again and again till it
finally
Elias Biris writes:
> PS: By the way I tried the 2.2.9 current beta to see if this error
>can be alleviated but jde keeps complaining that the speedbar version is
>incompatible (0.14beta4). Trying 0.13 as it suggested causes my ECB
>(Emacs Code Browser) mode to stop working successfuly).
Not JD
Elias Biris writes:
> Hi,
>
> I am a new user of JDE.
>
> I am trying to work out how the 'Find -> Class Source' works, on
> emacs-21.1 for windows. So far I cannot manage to make the
> Beanshell work properly apparently. It reports that it is
>
Hi,
I am a new user of JDE.
I am trying to work out how the 'Find -> Class Source' works, on
emacs-21.1 for windows. So far I cannot manage to make the
Beanshell work properly apparently. It reports that it is
'starting', but then the entire emacs is hanging for several
empty
> Loading jde...done
> Loading lazy-lock...
> Loading lazy-lock...done
> Setting JDE variables to startup values...
> Loading timer...
> Quit
> Loading timer...done
> Starting the BeanShell. Please wait...
> Beanshell expression evaluation er
-font-lock: building names cache...
jde-java-font-lock: building names cache...empty
Loading jde...done
Loading lazy-lock...
Loading lazy-lock...done
Setting JDE variables to startup values...
Loading timer...
Quit
Loading timer...done
Starting the BeanShell. Please wait...
Beanshell expression evalua
It seems that beanshell keeps a handle to all the .zip/.jar files it has
accessed.
That is not nice :)
It makes it impossible to call "ant clean" on a project which deletes all
the generated .jar files which might be on jde-global-classpath.
It would be much better if beanshell j
When I use some of the completion, javadoclookup, find-class-source
functions and the global-classpath contains a .jar file with size zero (or
the .jar file does not exist) jde fails and shows the following stacktrace
in *Messages*.
Error evaluating Lisp result of Java expression evaluation.
Ja
In this case the difference would be that beanshell-startup.el
- - starts up bsh right after Emacs is loaded.
- - if the bsh is shut down for some reason, it is started back up again. (this
was a problem I had for a long time).
Kevin
- --
Need a good Engineer? Hire me! ( Java | P2P |
>
> > > This is a little script I wrote to make sure that the bsh is always running.
> > >
> >
> > What's wrong with jde-launch-beanshell-on-demand-p?
> >
> > Documentation: If non-nil, the JDE launches the Beanshell the first time it is
s running.
> >
>
> What's wrong with jde-launch-beanshell-on-demand-p?
>
> Documentation: If non-nil, the JDE launches the Beanshell the first time it is
> needed. Otherwise, the JDE launches the Beanshell, if it is not already
> running, whenever you open a Java sou
> Paul Kinnucan <[EMAIL PROTECTED]> scribbled furiously:
> There is no need to set any variables for bsh. Without a lot more
> information, e.g., which version of Java are you using, which
> operating system, etc. I wouldn't even want to venture a guess as to
> why bsh is segving. It certainly h
There is no need to set any variables for bsh. Without a lot more
information, e.g., which version of Java are you using, which operating
system, etc. I wouldn't even want to venture a guess as to why bsh is
segving. It certainly has nothing to do with Emacs or the JDE.
- Paul
At 07:58 PM 9/2
Hi!
What are the relevant emacs variables to set for bsh?
I get
java -classpath
/usr/java/jdk/jre/lib/rt.jar:/usr/java/jdk/lib/tools.jar:/usr/java:/home/myriam/java:/home/myriam/school:/home/myriam/school/tokujawa:/home/myriam/emacs/jde/java/bsh-commands:/home/myriam/emacs/jde/java/lib/jde.j
: 2.3 there is the concept of a Web Application. Specifically a collection of
: files distributed as a WAR - which is just a jar with a given directory
: structure.
WAR files predate 2.3. The new thing in 2.3 is the isolation of the
WAR classloader from the loader used by the app server. This
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
"Eric D. Friedman" <[EMAIL PROTECTED]> writes:
> This would allow one bsh process to function correctly across multiple
> projects, because the project loading process would include a hook to tell the
> already running bsh which classpath to use. An
t: Tuesday, July 03, 2001 3:06 PM
> To: 'JDE'; 'Paul Kinnucan'
> Subject: Start of the Beanshell
>
>
> Hi!
>
> I found it very annoying that the first beanshell start takes
> a long time.
> Meens if you do your first completion for example (or help
&
Hi!
I found it very annoying that the first beanshell start takes a long time.
Meens if you do your first completion for example (or help for symbol at point), then
you must
wait a veeery long time :-)
IMHO there exists a also very simple solution for this problem:
Why not starting the
How to launch the beanShell class browser from bsh window in JDE ?
I tried the following but if failed.
Thanks
Eric.
bsh % classBrowser()
Font specified in font.properties not found
[--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific]
Font specified in font.properties not found
.2 (beta44)
>on Linux 2.4.2 with jdk 1.3 from blackdown.
>
Timing out has been a problem with the beanshell on Unix platforms. Try
increasing bsh-eval-timeout and bsh-startup-timeout.
- Paul
Paul Kinnucan wrote:
> Which version of the JDE are you using. The current version use beanshell
> 1.0 beta unpatched.
I dropped the new bsh.jar into place and found that jde was still popping up
with the 0.96 version. Where was jde getting that from? Turns out it was
whatever versi
Paul Kinnucan wrote:
> You can do that. It should work unless the latest version has introduced
> incompatibilities with Emac as have previous versions.
Cool -- I'll give the latest beanshell a try, as Ben has found it works for
him.
> Which version of the JDE are you usin
At 10:41 AM 3/1/01 +1300, Len wrote:
>Hi,
>
>I notice that the version of beanshell distributed with jde is a bit
>behind the most recent stable version at www.beanshell.org. What's the
>easiest way to upgrade it: is it just as simple as dropping a new
>bsh.jar into th
At 03:40 PM 2/24/2001 -0500, Javier S. Lopez wrote:
>
>Please enter the details of your bug report here
>
>Hi Paul,
>I just downloaded the new jde and I got the following message
>when trying to use the command jde-complete-at-point-menu.
>I saw the same error in the version 2.2.7beta1.
>I am runn
Thanks. Unfortunately there is still something else wrong. How do I
set the LD_LIBRARY_PATH in jde?
java -classpath
/home/myriam/emacs/jde/java/bsh-commands:/home/myriam/emacs/jde/java/lib/jde.jar:/home/myriam/emacs/jde/java/lib/bsh.jar:/usr/java/jdk/lib/tools.jar:/usr/java/jdk/jre/lib/rt.jar:
To my mind ,
you make a mistake :
rt.jar is not in jdk/lib/rt.jar
but in jdk/jre/lib/rt.jar
(That 's why object is not found)
Steff
Myriam Abramson wrote:
> Hi!
>
> I'm an avid user of the beanshell within jde. However, I get the
> following error with
Hi!
I'm an avid user of the beanshell within jde. However, I get the
following error with the latest jde (2.2.6). The same java command
works outside of emacs.
Thanks,
cd /home/myriam/school/tokujawa/play/
java -classpath
/home/myriam/emacs/jde/java/bsh-commands:/home/myriam/emacs/jde
48 matches
Mail list logo