>>>>> "Ernest" == Ernest Chan <[EMAIL PROTECTED]> writes:
Ernest> I just installed emacs 20.4.1 and jde 2.1.5 on my Win95
Ernest> machine. I also installed Cygnus bash shell on my PC.
Ernest> JDE seems to load properly when I edit a .java program in
Ernest> emacs. However, when I press the compile button, the shell
Ernest> output says it cannot find javac. Actually I already
Ernest> included the path to javac in my bash .bashrc file. And in
Ernest> fact, when I start up a shell within emacs, and use javac,
Ernest> it has no problems.
Ernest> By the way, I just use the sample .emacs file found in the
Ernest> JDE introductory website.
Ernest> Anyone knows the solution?
When you use the JDE compile function BASH is launched as
a non interactive shell which means that it reads the .bash_profile
file and not .bashrc. Try altering the path in this file (same syntax
as .bashrc). Alternatively set fully reference your javac
executable. Or stick it in your system path. Im sure bash inherits its
path from MSDOG my default.
Ernest> I thought that with emacs 20.4.1, I don't need to separately
Ernest> install shellex in order to view documents
Ernest> using Netscape
Does the command "M-x browse-url" work. If not read the
documentation which comes with that (from browse-url.el assuming you
have the source), which is what jde uses for launching browsers.
Phil