Originally Posted by evan42781
|
|
However its now throwing a classCast exception at the end of A* method right before it back tracks??
|
How to read a stacktrace:
0xCAFEFEED » Of Thread dumps and stack traces …
Also I notice you're using visual studio. Microsoft Java, succinctly sucks... MS Don't want to encourage people to use a language they (MS) don't control, hence there Java implementation is minimal, designed to specifically as bridge back to the MS glee club... not to facilitate escape.
I recommend you use "the real" Java...
Java SE Downloads - Sun Developer Network (SDN)... And I'd recommend ditching the IDE, any IDE, and just using the command line tools until you have mastered the Java classpath, and can therefore build, package, deploy, and run a Java application using just the raw O/S tools... Then it's time to checkout Eclipse, Netbeans, IntelliJ, or whatever.