|
i would write out my code but i am having a problem executing it,
i do the javac filename.java
and it compiles without any errors
then i do java filename
and it gives me
Exception in thread "main" java.lang.NoClassDefFoundError: Add
and then i run the program on a lab computer and it runs fine.
this isnt due until thursday so i think i am gonna work on some other stuff tonight and comeback to it in the morning.
|