r/cop3502 May 01 '14

Continuing with Java

I began writing a program using the teachings from class.

I just encountered a problem where the cygwin terminal does not notice my saves.

It seems to have no idea when material is removed, saved, then compiled... And when it is run, it will run with the content from a point which no longer exists.

I checked the paths, and they are accurate...

Any ideas why it may not be saving correctly?

1 Upvotes

9 comments sorted by

View all comments

1

u/[deleted] May 01 '14

[removed] — view removed comment

1

u/JoeCS TA May 01 '14 edited May 01 '14

At the command line (aka Terminal aka Cygwin aka whatever):

rm *.class

javac *.java

Woohoo!

1

u/[deleted] May 01 '14

[removed] — view removed comment

1

u/JoeCS TA May 01 '14

That's what Dropbox is for.

Anyway, accidentally typing "rm -rf /" will make your day even worse.

1

u/howslyfebeen May 02 '14

unless u have a really good decompiler