Browsing to an anchor

2001-08-07 Thread Paul Kinnucan
Hi all, I am trying to write an Emacs command that will show help for a class field or method. To do this, I need to get Internet Explorer to browse to the specific place in the document for the class member. The API docs have named anchors for each class member. You can create links to anchor

JDE - jikes integration

2001-08-07 Thread Joel Cordonnier
Hi ! As a new use with JDE, i have some problem to use jikes as compiler, because when i use jde-compiler to set jikes, and use jde-compile-option-vm-args to set '+E' as argument (emacs output), JDE automatically add a -'J' parameter ??? And that's the output : cd

Process *JDEbug* not running, LINUX vs win2k

2001-08-07 Thread Joel Cordonnier
Hi !! That's not possible ! c I can run JDEbug localy, and remote debugging my Servlets, JSP, EJB...all, and use JDE quiet 'out of the box' on LINUX, AND IMPOSSIBLE to use JDEbug on win2k my a simple HelloWorld sample program !!! And you ??? Joel

my Process *JDEbug* not running, on win2k

2001-08-07 Thread Joel Cordonnier
Hi ! That's the output of my JDEbug buffer, when i launch the JDEbug debugger, on win2k, JDK-1.3.1. What is missing ? cd c:/Daten/Joel/JDETest javaw -classpath c:/Tools/emacs-20.7/site/jde-2.2.8beta4/java/lib/jde.jar;e:/jdk1.3/lib/tools.jar jde.debugger.Main (jde-dbo-init-debug-session) JDE

Process *JDEbug* not running, win2k (more), HELP please

2001-08-07 Thread Joel Cordonnier
Hi ! That's the output of my JDEbug buffer, when i launch the JDEbug debugger, on win2k, JDK-1.3.1. What is missing ? cd c:/Daten/Joel/JDETest javaw -classpath c:/Tools/emacs-20.7/site/jde-2.2.8beta4/java/lib/jde.jar;e:/jdk1.3/lib/tools.jar jde.debugger.Main (jde-dbo-init-debug-session) JDE

RE: Browsing to an anchor

2001-08-07 Thread Javier Lopez
I will need to look into this more but this is my assessment. This command typed from my bash shell does exactly what is supposed to IEXPLORE.EXE file:///D:/jdk1.3.1/docs/api/java/util/Hashtable.html#entrySet\(\) Opens the documentation and goes to the entrySet anchor. I believe you are

win2k remote dbg: FATAL ERROR in native method

2001-08-07 Thread Joel Cordonnier
Hi ! i try to use the remote debugging feature on win2k, but i always get the same error: java -Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,server=y,address=8000 org.apache.tomcat.startup.Main FATAL ERROR in native method: No transports initialized Transport

Re: new install: errors on loading java file

2001-08-07 Thread Benjamin Shults
[EMAIL PROTECTED] wrote: evaluate (setq debug-on-error t) and try again. You should get a lisp stack trace that will help pinpoint the source of the recursion problem. I thought it was a bit strange that this line is in my .emacs file but I don't get any debug output other than what I

RE: JDE install problem!!

2001-08-07 Thread Parhami, Faraz
I can not find the file 'imenu.el'. Does anyone know where it should be? Or where I can get it for xemacs 20.4 on solaris? Thanks -Original Message- From: George Flaherty [mailto:[EMAIL PROTECTED]] Sent: Monday, August 06, 2001 1:52 PM To: Parhami, Faraz Cc: 'Paul Kinnucan'; [EMAIL

RE: win2k remote dbg: FATAL ERROR in native method

2001-08-07 Thread Don Coleman
Title: RE: win2k remote dbg: FATAL ERROR in native method I've had a lot better luck using shared memory for debugging on windows -Xrunjdwp:transport=dt_shmem,address=WL,server=y,suspend=n -Original Message- From: Joel Cordonnier [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 07,

bean shell

2001-08-07 Thread Jeff Rancier
Javier, Well, you figured it out. The problem is that I have the following code in my .emacs: (add-hook 'jde-mode-hook (if (not (bsh-running-p)) (bsh-internal))) Given that I use desktop, if I have a java source file open when I close Emacs, then I restart it I am assuming that when

RE: bean shell

2001-08-07 Thread Jeff Rancier
Well, I tried deleting all java source code buffers except the one I am trying to get completion working in. When I start up, the *jde-log* has the following: jde-load-project-file: Loading h:/cvsdev/user/jrancier/Servlet/prj.el jde-set-variables: Loading jde-global-classpath from project

Re: new install: errors on loading java file

2001-08-07 Thread Paul Kinnucan
At 09:13 AM 8/7/2001 -0400, Benjamin Shults wrote: [EMAIL PROTECTED] wrote: evaluate (setq debug-on-error t) and try again. You should get a lisp stack trace that will help pinpoint the source of the recursion problem. I thought it was a bit strange that this line is in my .emacs file but I

Re: new install: errors on loading java file

2001-08-07 Thread Benjamin Shults
Paul Kinnucan wrote: Is drive i located on your system or is is a network drive? Is it a virtual drive that you have created with the subst command? It is a network drive. The drive is mapped when I log in. The drive itself sits on a Linux machine while I am running Win98. Is this the

RE: Browsing to an anchor

2001-08-07 Thread Nick Sieger
How about this - I just tried M-x browse-url javascript:window.navigate(file:///C:/java/jdk1.3.1/docs/api/java/lang/Stri ng.html#hashCode()) and it worked. Don't know if it will work with Netscape/Mozilla, though (don't have it installed) - can anyone confirm? /Nick -Original

RE: Browsing to an anchor

2001-08-07 Thread Paul Kinnucan
At 09:48 AM 8/7/2001 -0500, Nick Sieger wrote: The second case that you describe, Javier, may be more user-friendly than forcing the user to specify the path to IE. It's more work for the JDE, but less work for the user. That's a lousy hack by M$ that iexplore.exe parses and receives the anchor

jde-complete-at-point-menu

2001-08-07 Thread Jeff Rancier
Javier, Well, I cleaned up my project files, and cleaned up my .emacs, now I see the only issue being that if an import is collapsed, the completion doesn't appear to correctly parse the import, e.g. I have in my source: import javax.servlet.http.*; public void doGet( HttpServletRequest

RE: Browsing to an anchor

2001-08-07 Thread Don Coleman
Title: RE: Browsing to an anchor -Original Message- From: Paul Kinnucan [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 07, 2001 11:09 AM To: Nick Sieger; 'Javier Lopez'; [EMAIL PROTECTED] Subject: RE: Browsing to an anchor At 09:48 AM 8/7/2001 -0500, Nick Sieger wrote: The

RE: Browsing to an anchor

2001-08-07 Thread Paul Kinnucan
At 10:01 AM 8/7/2001 -0500, Nick Sieger wrote: How about this - I just tried M-x browse-url javascript:window.navigate(file:///C:/java/jdk1.3.1/docs/api/java/lang/Stri ng.html#hashCode()) and it worked. Don't know if it will work with Netscape/Mozilla, though (don't have it installed) - can

RE: Browsing to an anchor

2001-08-07 Thread Don Coleman
Title: RE: Browsing to an anchor The attachement in my last email was broken by our mail gateway (which also insists on translating all my outgoing mail to HTML) HTML HEAD META HTTP-EQUIV=Refresh CONTENT=0; URL=http://jde.sunsite.dk/ /HEAD /HTML -Original Message- From: Paul

RE: Browsing to an anchor

2001-08-07 Thread Nick Sieger
Paul, I don't know if I can explain exactly what is going on, but basically, I believe that 'javascript:' is registered to the windows shell as a URL prefix, so it sends the entire string to a browser. Once the browser receives the string, it recognizes it as script to be executed. 'window' is

RE: Browsing to an anchor

2001-08-07 Thread Paul Kinnucan
Hi Don, Thanks. I just tested your solution with my code and it works quite well. So I now have two potential solutions to my problem. Regards, - Paul At 11:17 AM 8/7/2001 -0400, Don Coleman wrote: The attachement in my last email was broken by our mail gateway (which also insists on

Re: new install: errors on loading java file

2001-08-07 Thread Benjamin Shults
Paul, Paul Kinnucan wrote: It is a network drive. The drive is mapped when I log in. The drive itself sits on a Linux machine while I am running Win98. Is this the problem? Yes. The JDE looks for a project file in the current directory tree starting at the current directory. It

Re: Browsing to an anchor

2001-08-07 Thread Paul Kinnucan
At 12:40 PM 8/7/2001 -0500, you wrote: Paul Kinnucan [EMAIL PROTECTED] writes: Hi all, I am trying to write an Emacs command that will show help for a class field or method. To do this, I need to get Internet Explorer to browse to the specific place in the document for the class member.

Limiting line length

2001-08-07 Thread Sandip Chitale
Here is the simplest trick that does what people have been asking for i.e. limiting line length. I had a hunch that font-locking could be used for that. The idea is to simply add the following regexp to the keyword list - (font-lock-add-keywords 'jde-mode '(

RE: Limiting line length

2001-08-07 Thread Sandip Chitale
Here is a better regexp - (font-lock-add-keywords 'jde-mode '((^\\( \\|\\)\\( \\|\\)\\( \\|\\)\\( \\|\\)\\( \\|\\)\\( \\|\\)\\( \\|\\)\\( \\|\\)\\( \\|\\)\\( \\|\\)\\( \\|\\)\\( \\|\\)\\( \\|\\)\\( \\|\\)\\(