At first everything worked great. And i decided to do a backup so i ran:
-----------------------
$ rm *.class
$ tar zcvf backup.tar.gz ./*.java
$ mv backup.tar.gz ../myBackupStuff
------------------------
Later I've tried to continue developing and compiling my program:
$ javac Menu.java
and i get the strangest error. First hundreds of lines filled with crap just flashes by and my computer beeps several times:
ÃÏÊý¸ø¶¦ÃÄÂΤΥª¥Õ¥£¥·¥ã¥ë¡¦¥Û¡¼¥à¥Ú¡¼¥¸¤ò¼ý½¸¤·¡¢¹â®¸¡º÷¤ò²Äǽ¤È¤¹¤ë ¡ãÃϰèȯ¸«¡ä¤È¡¢"%"%&%!¤#!"¤/#¤/ÃÏÊý¸ø¶¦ÃÄÂΤΥª¥Õ¥£¥·¥ã¥ë¡¦¥Û¡¼¥à¥Ú¡¼¥¸¤ò¼ý½¸¤·¡¢¹â®¸¡º÷¤ò²Äǽ¤È¤¹¤ë ¡ãÃϰèȯ¸«¡ä¤È¡¢"%&)/(=)-.,:?()=08#"¤%"ÃÏÊý¸ø¶¦ÃÄÂΤΥª¥Õ¥£¥·¥ã¥ë¡¦¥Û¡¼¥à¥Ú¡¼¥¸¤ò¼ý½¸¤·¡¢¹â®¸¡º÷¤ò²Äǽ¤È¤¹¤ë ¡ãÃϰèȯ¸«¡ä¤È¡¢#¤%#"
... and more
But the last thing i see is something like "100 errors".
Any ideas on what's causing this?
If it's necessary to see the source code I'll try finding some webspace..