Hi all,
Since 2.2.5 I've had problems using the debugger. Sometimes the debugger
won't start correctly and times out while waiting for a connection to
the application process.
So I thought that there might be a problem with compatibility. We're
still using jdk1.2.2, the jde sources are compiled (I concluded that
from the makefile) with jdk1.3.
Compilation of Application.java in jde/debugger gives the following result :
/home/richard/jde/java/src/jde/debugger/Application.java:259: Can't
reference appID before the superclass constructor has been called.
super("Input Processor for App #"+appID);
^
/home/richard/jde/java/src/jde/debugger/Application.java:427: Can't
reference appID before the superclass constructor has been called.
super("Standard Error Processor for App #" + appID);
^
/home/richard/jde/java/src/jde/debugger/Application.java:720: Blank
final variable 'appID' may not have been initialized. It must be
assigned a value in an initializer, or in every constructor.
final Integer appID;
^
/home/richard/jde/java/src/jde/debugger/Application.java:723: Blank
final variable 'jdebug' may not have been initialized. It must be
assigned a value in an initializer, or in every constructor.
final Jdebug jdebug;
^
4 errors
I've tried the sources from jde2.2.5 and jde2.2.6beta7. I have tried the
jdk1.2.2 compiler and the jdk1.3 compiler from sun on the solaris platform.
Anyone else had this problem?
Am I doing something wrong here?
thanks in advance for any help,
<--+-Richard den Adel-=