Hello Paul, no, it doesn�t works for me under NT 4.0 and Solaris 2.6. I have copied your new file to the jde-lisp-directory and have then called make (means recompiling the whole jde). Same problem as before! But if a add the following to beanshell.el (eval-when-compile (require 'jde-run)) and do then a recompile of the whole JEE with the makefile, then all is working fine!! Hope this help, Klaus P.S. jde-dbs.el also calls this macro, you shoud add the (eval-when...)-form at the beginning of this file too. Yes, beanshell.el uses a macro, save-w32-start-process-show-window, defined in jde-run but does not have a require form for jde-run. Thus the macro is not visible when beanshell is compiled. I do not want beanshell to depend on the JDE so I have added code to beanshell that defines the macro if it is not already defined. I have attached the revised version of beanshell.el. Replace the current version with the new version and compile the new version. I've not tested this. Let me know if it does not work. - Paul
