Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Current »

Sometimes Java programs operate unexpectedly regarding timezone, file encoding and the like.

I have written a small test program that investigates the things I consider crucial for system dependent behaviour.

To execute SystemInvestigator.java, do something like this:

wget https://confluence.clazzes.org/download/attachments/2293870/SystemInvestigator.java
 
javac SystemInvestigator.java
java SystemInvestigator |tee SystemInvestigator.log

 

From: IBCL BLog.
Originally posted: 2009-11-03

  • No labels