Re: Making class files created by Eclipse version independent?
Posted By:
WarnerJan_Veldhuis
Posted On:
Thursday, November 9, 2006 08:21 AM
As long as you don't use Java 5 features like generics and auto-boxing, you can compile with these options: javac -source 1.4 -target 1.4