hey guys, im fairly new at this language. im using the borland jdk and my code will compile with no errors with the gui, but will not run. from the command line I recieve the following error message. C:\java>javac expenseAccount2.java expenseAccount2.java:12: Package com.sun.java.swing not found in import. import com.sun.java.swing.*; ^ expenseAccount2.java:13: Package borland.jbcl.layout not found in import. import borland.jbcl.layout.*; ^ expenseAccount2.java:14: Package borland.jbcl.control not found in import. import borland.jbcl.control.*; ^ // I suspect the classpath to have something to do with this error,along with the suspicion of the jvm and the compiler being set on different paths.