Search found 2 matches

by kellpete
Mon Nov 10, 2008 6:48 pm
Forum: BitBath
Topic: ArrayList LinkedList Vector missing?
Replies: 5
Views: 24038

I really wonder how you made the Vector class work! I always get a crash (only in non-native mode). Are there any tricks which I have to know? Should I avoid the Vector class because of instability anyway? When I add the following to e.g. Genghis: class inner { int x; } public java.util.Vector<inner...
by kellpete
Sun Nov 09, 2008 8:16 pm
Forum: BitBath
Topic: Enums in hackJVM
Replies: 1
Views: 16099

Enums in hackJVM

Hi Is it true that under non-native mode, you can't use enums??? When I run the code below in non-native mode, i get: INFO: new exception: java.lang.LinkageError, msg: not found: LuckyClover$abc.class failure to think: ojvm.data.JavaException null but in native, it runs smoothly. Thanks, Peter publi...