At 01:18 PM 9/22/00 -0500, you wrote: >I'm suspecting that my problem might have nothing to do with JDE, but, >out of the blue, I'm experiencing this maddening problem. Perhaps >someone can point me in the right direction. When I compile a java file >and start trying to step through the compile errors, emacs keeps asking >me for the path to the file. Interestingly, if I compile with Jikes, I >don't have the problem. I do notice that the Jikes error message >contains the complete path to the file, and the javac error does not, >but I'm not sure that this is relevant since the I only recently started >having this problem. Your help is GREATLY appreciated. Excerpt from >compile buffer attached. You have to specify the +E compiler command line argument when compiling with jikes. The +E option is documented in the Jikes documentation. The +E option causes Jikes to generate Emacs-compatible error messages. - Paul >Chuck Irvine >Sprint > >Javac compile >-------------- > >cd c:/Chuck/cvshome/cmserver/server/com/sprint/cm/attrfrwk/ >javac -classpath >".;c:/chuck/cmcvshome/cmserver/classes;c:/chuck/cvshome/cmserver/lib/bsh >-1.0.jar;c:/chuck/cvshome/cmserver/lib/junit3.2/junit.jar" -sourcepath >".;c:/chuck/cvshome/cmserver/server;c:/chuck/cvshome/cmserver/common" -d >c:/chuck/cm/classes -g ElementConstraintEvaluatorBf.java >ElementConstraintEvaluatorBf.java:17: class >com.sprint.cm.attrfrwk.ElementConstraintEvaluatorBf must be declared >abstract. It does not define boolean isSvcPort(java.lang.Object) from >interface com.sprint.cm.attrfrwk.ConstraintEvaluatorBf. >public class ElementConstraintEvaluatorBf > > >Jikes compile >-------------- > >jikes -d c:/Chuck/cvshome/cmserver/classes -g +E -classpath >"c:/Chuck/cvshome/cmserver/common;c:/Chuck/cvshome/cmserver/idl;c:/Chuck >/cvshome/cmserver/server;c:/Chuck/cvshome/cmserver/lib/xmlparserv2.jar;c >:/Chuck/cvshome/cmserver/lib/vbjorb.jar;c:/Chuck/cvshome/cmserver/lib/vb >japp.jar;c:/Chuck/cvshome/cmserver/lib/bsh-1.0.jar;c:/Chuck/cvshome/cmse >rver/lib/classes12.zip;c:/Chuck/cvshome/cmserver/lib/CosNotification.jar >;c:/Chuck/cvshome/cmserver/lib/junit.jar;Q:/tools/weblogic/classes;Q:/to >ols/weblogic/lib/weblogicaux.jar;c:/programs/jdk1.2.2/jre/lib/i18n.jar;c >:/programs/jdk1.2.2/jre/lib/rt.jar;c:/programs/jdk1.2.2/lib/dt.jar;c:/pr >ograms/jdk1.2.2/lib/tools.jar" ElementConstraintEvaluatorBf.java >c:/Chuck/cvshome/cmserver/server/com/sprint/cm/attrfrwk/ElementConstrain >tEvaluatorBf.java:17:14:17:14: Error: The abstract method "boolean >isSvcPort(java.lang.Object domainObject);", inherited from type >"com/sprint/cm/attrfrwk/ConstraintEvaluatorBf", is not implemented in >the non-abstract class >"com/sprint/cm/attrfrwk/ElementConstraintEvaluatorBf".
