Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ajdt-dev] java.lang.NoSuchFieldError : ajc$cflowStack$0

I get this error when compiling inside the Eclipse IDE, no problems
compiling outside with the ant task.
It heve never happened until this morning...

Plus, if I compile with the ant task and then debug inside the IDE, only a
few variables are available and
for others variables I get this stack trace when I try to evaluate:

!SESSION nov 26, 2003
11:24:11.796 ---------------------------------------------
java.version=1.4.2_01
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=it_IT
Command-line arguments: -os win32 -ws win32 -arch x86 -install
file:C:/Programmi/eclipse/
!ENTRY org.eclipse.jdt.debug 4 120 nov 26, 2003 11:24:11.796
!MESSAGE Internal error logged from JDI Debug:
!STACK 0
java.lang.ClassCastException
	at
org.eclipse.jdt.internal.debug.eval.ast.instructions.Instruction.popValue(In
struction.java:120)
	at
org.eclipse.jdt.internal.debug.eval.ast.instructions.PushFieldVariable.execu
te(PushFieldVariable.java:48)
	at
org.eclipse.jdt.internal.debug.eval.ast.engine.Interpreter.execute(Interpret
er.java:50)
	at
org.eclipse.jdt.internal.debug.eval.ast.engine.ASTEvaluationEngine$1$Evaluat
ionRunnable.run(ASTEvaluationEngine.java:303)
	at
org.eclipse.jdt.internal.debug.core.model.JDIThread.runEvaluation(JDIThread.
java:630)
	at
org.eclipse.jdt.internal.debug.eval.ast.engine.ASTEvaluationEngine$EvalRunna
ble.run(ASTEvaluationEngine.java:340)
	at
org.eclipse.jdt.internal.debug.core.model.JDIThread$AsyncThread.run(JDIThrea
d.java:2492)
	at java.lang.Thread.run(Unknown Source)



Back to the top