i made this program for school, and well it works find and all.
its called Puzzle.java
i type javac Puzzle.java
and it should just make
Puzzle.class but it makes
Puzzle$1.class through Puzzle$8.class and Puzzle.class
and it seems like it needs them all. this really sucks since my ftp wont let me upload files with a $ in them
can anyone help me fix it.
its called Puzzle.java
i type javac Puzzle.java
and it should just make
Puzzle.class but it makes
Puzzle$1.class through Puzzle$8.class and Puzzle.class
and it seems like it needs them all. this really sucks since my ftp wont let me upload files with a $ in them
can anyone help me fix it.
