Gary Lawrence Murphy writes: > >>>>> "J" == Jason Rumney <[EMAIL PROTECTED]> writes: > > >> The JDE is a big, complex application that requires about 30 > >> lisp packages > > J> It may still be worth debugging, since regexp-opt should only > J> be loaded once. The total time to load JDE on my system is 4 > J> seconds > > I find the the bulk of the load time is spent initializing bsh, > and that is probably because my machine is already running way too > many processes. It still loads inside of 10 seconds. >
If you set jde-launch-beanshell-on-demand-p to t (the default), the JDE will not launch the beanshell until it is required. - Paul
