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 so its all in one file. I read it has to do with my using anonymous inner classes (i used 8 of them).
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 so its all in one file. I read it has to do with my using anonymous inner classes (i used 8 of them).
