At 09:03 AM 2/15/00 -0500, you wrote:
>I've inserted a "problem report" below...
>
>> -----Original Message-----
>> From: Paul Kinnucan [mailto:[EMAIL PROTECTED]]
>> Sent: Monday, February 14, 2000 9:57 PM
>> To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
>> Subject: Re: jde-2.1.6beta19 w/ jdk 1.3
>>
>>
>> At 11:28 PM 2/14/00 -0500, you wrote:
>> >JDE Features
>> >-------------------
>> >
>> >* Supports all versions of the Sun JDK, including 1.3 beta
>> >
>> >Really?
>>
>> Really, honest it does, I swear, you've go to believe me.
>>
>> > Why do I get
>> >Registry key 'Software\JavaSoft\Java Runtime Environment\CurrentVersion'
>> >has value '1.3', but '1.2' is required.
>> >
>> >when I try to run?
>> >
>>
>> Because the JDK (not the JDE) wanted to warn you that you attempted to run
>> a JDK 1.2 component with a 1.3 vm.
>>
>> - Paul
>>
>> >
>
>
>To: [EMAIL PROTECTED]
>Subject: jde w/ jdk1.3
>--text follows this line--
>
>Please enter the details of your bug report here
>
>Okay, here's my setup.  If I run java or jdb from the command line all
>works.  This makes me think that there's probably something wrong with my
>.emacs and that maybe the shell that jdb is running under is not tcsh like I
>think (which would result in my .cshrc settings not taking effect).
>
>Any help would be appreciated here.  I'm trying to get back up-and-running
>w/ the jde after a hiatus (since beta5).
>Thanks!
>

Some points:

- The JDE launches java and jdb directly. It does not use a shell. So the
  environment for java and jdb is the NT environment not tcsh.

- Your NT path has the JDK 1.2 jpda bin directory ahead of the JDK 1.3.
That means that
  the JDE is launching the version of jdb in the jpda directory. The jpda
version
  is intended for use with JDK 1.2. Hence the error message you got.

- The JDE does not support the new version of jdb shipped with JDK 1.3,
because it has
  a slightly different command-line interface. If you want to debug your
app with the
  JDE, you have to use either oldjdb (in the JDK 1.3 bin directory) or JDEbug.

- Paul

------------------------------------------------------------
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.

Reply via email to