Try M-x customize-variable bsh-startup-timeout
and set to 0. The nice thing about this option is that you see the *JDEE* buffer while the JVM comes up. The downside is that the first command that uses the beanshell buffer won't work and error out. So you'd have to issue the same command twice in these cases if it starts slow. There's another variable for jde-jeval timeout. I'll look into that as well (or someone else?) if you need that as well. Jobst Hoffmann writes: > Thank you very much for your hint, I didn't know that variable. But the > load time of the Beanshell is still the same, approx. 10 s on my > machine. Is there any chance to speed up that loading? > > Am Mittwoch, den 15.10.2008, 08:28 -0700 schrieb > [EMAIL PROTECTED]: > > You can toggle jde-launch-beanshell-on-demand-p to load the bsh > > immediately in the background when you load the file, instead of lazily > > when it is first needed. > > > > > > > > --- On Wed, 10/15/08, Jobst Hoffmann <[EMAIL PROTECTED]> wrote: > > > > > From: Jobst Hoffmann <[EMAIL PROTECTED]> > > > Subject: Re: [jdee-users] Compiling takes so long, when starting the > > > BeanShell > > > To: "Juan Miguel Cejuela" <[EMAIL PROTECTED]> > > > Cc: [email protected] > > > Date: Wednesday, October 15, 2008, 8:11 AM > > > Hi, > > > > > > I know this annoying behaviour, too. In March 2007 there > > > was a > > > discussion about semantic-idle.el, which could be the > > > source of a > > > similar problem. > > > > > > Meanwhile I'm acquainted to this annoying behaviour, > > > but I also would > > > prefer a shorter time gap. Any help is welcome! > > > > > > Jobst > > > Am Freitag, den 03.10.2008, 17:22 +0200 schrieb Juan Miguel > > > Cejuela: > > > > Hi there, > > > > > > > > When simply compiling a class file for the first time, > > > it takes so > > > > long for doing so. Then any afterwards compilation or > > > execution time > > > > is OK, including compiling another file for the first > > > time. I realize > > > > the problem is when starting the BeanShell for the > > > first time. This > > > > can takes up to 15 seconds. Is this normal? > > > > > > > > > > > > Thanks > > > > > > > > > > > > -- > > > > Juan Miguel Cejuela > > > > > > > > > > > ------------------------------------------------------------------------- > > > > This SF.Net email is sponsored by the Moblin Your Move > > > Developer's challenge > > > > Build the coolest Linux based applications with Moblin > > > SDK & win great prizes > > > > Grand prize is a trip for two to an Open Source event > > > anywhere in the world > > > > > > > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > > > > _______________________________________________ > > > jdee-users mailing list [email protected] > > > https://lists.sourceforge.net/lists/listinfo/jdee-users > > > -- > > > Prof. Dr. Jobst Hoffmann Tel: +49 (2461) 99-31 > > > 59 > > > Fachhochschule Aachen Abt. Jülich Fax: +49 (2461) > > > 99-31 89 > > > Fachbereich 3 email: > > > [EMAIL PROTECTED] > > > > > > > > > > > > ------------------------------------------------------------------------- > > > This SF.Net email is sponsored by the Moblin Your Move > > > Developer's challenge > > > Build the coolest Linux based applications with Moblin SDK > > > & win great prizes > > > Grand prize is a trip for two to an Open Source event > > > anywhere in the world > > > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > > > _______________________________________________ > > > jdee-users mailing list > > > [email protected] > > > https://lists.sourceforge.net/lists/listinfo/jdee-users > -- > Prof. Dr. Jobst Hoffmann Tel: +49 (2461) 99-31 59 > Fachhochschule Aachen Abt. Jülich Fax: +49 (2461) 99-31 89 > Fachbereich 3 email: [EMAIL PROTECTED] > > > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's challenge > Build the coolest Linux based applications with Moblin SDK & win great prizes > Grand prize is a trip for two to an Open Source event anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > jdee-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/jdee-users -- Paul Landes [EMAIL PROTECTED] ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ jdee-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jdee-users
