Doesn't compile on non-8559_1 systems
Status: Alpha
Brought to you by:
apexo
Doesnt compile on a system with default encoding set to
something non-german (or non-german-supporting)
the makefile can be changed to:
JAVAC = $(JAVA_DIR)/javac -encoding 8859_1
to fix this.
also, the javac path is hardcoded, and breaks on any
system without that specific jdk in that specific
place. Is there a good reason for this?
Logged In: YES
user_id=1191113
Originator: NO
the only good reason for this is that it is a quick-and-dirty solution
i didn't spend too much time on it; it was designed to be easily adaptible to your needs, not to be generic