I wrote some steps to the list a while back:
http://www.mail-archive.com/[email protected]/msg01541.html
The biggest "trick" step is getting, as you've just mentioned, the
Sun/Inprise JDK (which is the one I use) to see the dynamic libraries
needed for JPDA work. This step is *one* way of doing it:
o On the JDK side, symlink everything from $JAVA_HOME/lib to
$JAVA_HOME/jre/lib and from $JAVA_HOME/lib/i386 to
$JAVA_HOME/jre/lib/i386 (where $JAVA_HOME is where you installed
the JDK):
$ cd $JAVA_HOME/jre/lib
$ ln -s ../../lib/* .
$ cd i386
$ ln -s ../../../lib/i386/* .
- The other way to do it would be to edit the .java_wrapper script.
Perhaps this is solved in a cleaner manner? If so, I'd be interested in
hearing.
-Adam
Paul Kinnucan wrote:
>
> At 01:48 PM 3/28/00 -0500, you wrote:
> >Hi,
> >
> >Does anybody have instructions for getting JDE Debug working under
> >Linux (RH 6.2 with Sun's / Blackdown release of 1.2.2). I got things
> >kind of working once a while ago when the JDK was in beta, and wanted to try
> >it again
> >now that both the JDE and JDK have progressed. Unfotunately, I forgot
> >what I did to get things working the first around.
> >
>
> I'm also interested in step-by-step instructions for the Linux platform as
> I do not have Linux myself and am currently writing the installation
> section of the JDEBug user's guide.
>
> - Paul
>
> ------------------------------------------------------------
> ASKING FOR TECHNICAL SUPPORT ON THE JDE LIST
>
> Please use the JDE->Help->Submit Problem Report command when reporting a
> bug or seeking help. This command generates a complete snapshot of your
> system. Submitting such a snapshot increases the chances that your request
> will get a swift response.
>
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
> JDE website: http:/sunsite.auc.dk/jde/
>
> JDE mailing list archive:
> http://www.mail-archive.com/[email protected]/maillist.html