I recently downloaded jde-2.1.6beta17 and I'm having trouble getting
it to work.

In particular, I'm trying to compile the java files.  I can't seem to
find instructions on how do this, so I've made guesses on how to setup
my classpath and I tried to compile it as follows.  Am I the only one
getting these errors?

Before I show you the errors: I've also checkout the latest jde from
cvs, and I've tried to compile that.  I encounter an error because a
directory eieio-dev is not found.  Where can I get that?  I tried
simply creating an eieio-dev directory to get past that problem.  Then
I encounter a problem where an executable 'newline' is not found.  Is
that available for Windows NT?  Finally, the latest version from cvs
tries to make a directory called d:/jde-2.1.6beta12 when I run make.
Do I really have the latest version?  Why does it say beta12?

now, below are the errors I get compiling beta 17.  (note that I echo my
CLASSPATH at the end)

Thanks for any help.

-Dave

(this is how I compiled it)> find jde -name *.java | xargs javac -d ../classes/
jde\debugger\JDE.java:432: Wrong number of arguments in constructor.
        Application app = new Application(this, app_id);
                          ^
jde\debugger\JDE.java:433: Method initialize(java.lang.String, java.util.List) n
ot found in class jde.debugger.Application.
        int port = app.initialize(category, args);
                                 ^
jde\debugger\BreakpointCommands.java:82: Undefined variable or class name: event
Requests
        EventRequestSpec er = eventRequests.createExceptionIntercept(classPatter
n, caught, uncaught);
                              ^
jde\debugger\BreakpointCommands.java:139: Undefined variable or class name: even
tRequests
            er = eventRequests.createAccessWatchpoint(classPattern, methodName);

                 ^
jde\debugger\BreakpointCommands.java:143: Undefined variable or class name: even
tRequests
            er = eventRequests.createModificationWatchpoint(classPattern, method
Name);
                 ^
jde\debugger\BreakpointCommands.java:238: Undefined variable or class name: even
tRequests
        eventRequests.removeSpec(specID);
        ^
jde\debugger\BreakpointCommands.java:296: Undefined variable or class name: even
tRequests
        EventRequestSpec er = eventRequests.createMethodBreakpoint(classPattern,
 method, argumentList);
                              ^
jde\debugger\BreakpointCommands.java:315: Undefined variable or class name: even
tRequests
            eventRequests.createClassLineBreakpoint(classPattern, line);
            ^
jde\debugger\BreakpointCommands.java:334: Undefined variable or class name: even
tRequests
            eventRequests.createSourceLineBreakpoint(file, line);
            ^
jde\debugger\BreakpointCommands.java:447: Wrong number of arguments in construct
or.
        super(a, e, s);
             ^
jde\parser\ParserMain.java:89: Class jde.parser.GetVariablesVisitor not found.
      root.accept(new GetVariablesVisitor());
                      ^
Note: jde\debugger\expr\ExpressionParser.java uses or overrides a deprecated API
.  Recompile with "-deprecation" for details.
11 errors, 1 warning
(//d/dinstall/emacs/jde-2.1.6beta17/java/src) > echo $CLASSPATH
d:\IBMConnectors\classes;d:\dinstall\IBMVJava\eab\runtime30;d:\dinstall\IBMVJava
\eab\runtime20;.;d:\dinstall\jdpa-1.0\lib\jpda.jar

Reply via email to