At 10:14 AM 2/27/00 GMT, you wrote:
>I am new in using emacs and jde, and i am using jde2.1.5 i wrote an applet,
>it is ok when i compiled it, but when i tried to run it, an error occured,
>it said "ShellExecute failed" , and the appletviewer didn't come up, can
>anyone tell me what's wrong?
>
>
The JDE uses the viewer specified by jde-run-applet-viewer to run your
applet. If this variable is not set, the JDE uses the Emacs function
browse-url to display your applet. browse-url is Emacs' generic interface
to html browsers. On Windows, browse-url uses the Windows API function
ShellExecute by default to display an html file. The ShellExecute function
in turn uses whatever browser you have associated with html files
(typically Internet Explorer) on your Windows system. Something is wrong
with your Windows setup such that ShellExecute is failing. Please see
"Specifying a Browser" in the JDE Installation guide on the JDE website for
more information.
- Paul
------------------------------------------------------------------------------
JDE website: http:/sunsite.auc.dk/jde/
JDE mailing list archive:
http://www.mail-archive.com/[email protected]/maillist.html
If you have a problem with the JDE, please use JDE->Help->Submit Problem
Report to prepare your query. This will insure that you include all
information that may be required to solve your problem.