This is the mail archive of the kawa@sourceware.org mailing list for the Kawa project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Kawa debugging with Eclipse


Is it possible to use Eclipse to build and run Kawa?

Now I'm using Eclipse as editor, but I can't build the project nor use
the debugger. 

I created a Java project in Eclipse, configured the classpath and
removed some errors, but when I try to run the project I get this
exception:

>Exception in thread "main" java.lang.Error: internal error - primitive
>type not found
>	at gnu.bytecode.Type.make(Type.java:199)
>	at gnu.bytecode.Type.make(Type.java:141)
>	at gnu.bytecode.Type.make(Type.java:131)
>	at gnu.bytecode.ClassType.addMethod(ClassType.java:710)
>	at gnu.bytecode.ClassType.addMethods(ClassType.java:1036)
>	at
>	gnu.bytecode.ClassType.getDeclaredMethods(ClassType.java:749)
>	at
>	gnu.bytecode.ClassType.getDeclaredMethod(ClassType.java:938)
>	at
>	gnu.bytecode.ClassType.getDeclaredMethod(ClassType.java:958)
>	at gnu.bytecode.Type.<clinit>(Type.java:652) at
>	gnu.expr.Compilation.<clinit>(Compilation.java:290) at
>	kawa.repl.processArgs(repl.java:716) at
>	kawa.repl.main(repl.java:863)

Anyway, what other tools do you use to debug kawa?

-- 
Andrea Bernardini
Engineering Of Computing Systems student
Politecnico di Milano, Italy


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]