Thread: N-Puzzle Help!
View Single Post
  #11 (permalink)  
Old 04-29-2009, 03:13 PM
corlettk corlettk is offline
Member
 
Join Date: Apr 2009
Location: Brisbane
Posts: 86
Rep Power: 0
corlettk is on a distinguished road
Default
Originally Posted by evan42781 View Post
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.
Reply With Quote