Resending my reply as it got bounced, had wrong country code.
 
I knew this server was in Denmark not United Kingdom.

Exquisite lisp imported from Scandinavia.

------- Start of forwarded message -------
Date: Thu, 10 Feb 2000 17:15:03 -0500
X-Authentication-Warning: domoi.guilds.net: doma set sender to [EMAIL PROTECTED] using -f
From: Ted Guild <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
CC: [EMAIL PROTECTED]
In-reply-to: <[EMAIL PROTECTED]> (message from Ben
        Speakmon on Thu, 10 Feb 2000 16:41:10 -0500 (EST))
Subject: Re: JDEbug on Linux
Reply-to: [EMAIL PROTECTED]

Ben,

Sorry no I haven't seen that.  I followed some earlier posts on
getting Sun's (Blackdown's lacks jdpa) linux jdk1.2.2 port to work.

Perhaps it was one of these other steps you need.

This list is archived and searchable at:

http://www.mail-archive.com/[email protected]/maillist.html

Recollection of my install procedure:

emacs 20.4
jde2.1.6beta17
linux redhat 6.1

since you have the JDE menu you clearly have that installed correctly,
load path in .emacs and such.  From this thread you have
custom-set-variables (change for your path setup) for JDEbug.

I sym-linked 

libjdwp.so  and libdt_socket.so 

from 

/usr/local/jdk1.2.2/lib/i386

into

/usr/local/jdk1.2.2/jre/lib/i386

and made sure

/usr/local/jdk1.2.2/jre/lib/i386

was in my LD_LIBRARY_PATH

put this in your .bashprofile or /etc/profile and source it:

export LD_LIBRARY_PATH="/usr/local/jdk1.2.2/jre/lib/i386"

Don't think I did anything other than that.  Only other thing I can
think of is that you might have set another debug option in customize
interface that might not work with the linux version of jdpa.  Paul
had a command line test I saw in the archives, his had more options
set than this one from my history file (last item being the class
running through the debugger):

/usr/local/jdk1.2.2/jre/bin/java -Xdebug -Xnoagent -Djava.compiler=NONE -verbosegc 
test.testdate

>From: Ben Speakmon <[EMAIL PROTECTED]>
>
>Hi Ted,
>
>In following this thread on the jde mailing list I've been trying to
>get my environment, which is the same as yours, up and running with
>jdebug. Your comments and .emacs were most helpful, but there is still
>one problem that makes a mockery of my limited experience with emacs:
>when I try to launch the debugger with "Debug App"  in the JDE menu, I
>get the following error:
>
>(jde-dbo-init-debug-session)
>JDE> -1 1 launch 1 -vmexec java -home /usr/local/jdk1.2.2/jre -classpath 
>/app/class/file/hierarchy:/usr/local/jdk1.2.2/jre/lib/rt.jar:/usr/local/jdk1.2.2/lib/jpda.jar:/usr/local/jdk1.2.2/lib/tools.jar
> application.class 
>
>(jde-dbo-command-error
>1 "VM initialization failed for: /usr/local/jdk1.2.2/jre/bin/java -Xdebug -Xnoagent 
>-Djava.compiler=NONE 
>-Xrunjdwp:transport=dt_socket,address=plum.tcs-inc.com:1066,suspend=y -classpath 
>/app/class/file/hierarchy:/usr/local/jdk1.2.2/jre/lib/rt.jar:/usr/local/jdk1.2.2/lib/jpda.jar:/usr/local/jdk1.2.2/lib/tools.jar
> application.class")
>
>Running and compiling this same app works fine.
>
>I'm sure I'm missing something obvious. Have you ever seen/heard of this before?
>
>Thanks in advance,
>
>--Ben Speakmon
>
>
>
>
>


- -- 
Ted Guild
Software Developer
http://www.guilds.net
[EMAIL PROTECTED]  
------- End of forwarded message -------


-- 
Ted Guild
Software Developer
http://www.guilds.net
[EMAIL PROTECTED]  

Reply via email to