In using ArrayList with Eclipse Java Development 3.2.0 on one computer
(JRE 1.5.0_10) everything is fine.
The import statement is the usual
import java.util.ArrayList;
When using the same source code on another computer with the version
provided by IBM (IBM Rational Software Development Platform) the
ArrayList is not found. I've messed with changing JRE's (making sure
they are the same) and it doesn't matter.
Any ideas of some path/setting i need to set in the IBM version to fix
this would be greatly appreciated!
|