Im using Arraylist in tjavaflex component to store set of values. Tried to import Arraylist by using below line in start code of the tjavaflex component.
import java.util.ArrayList;
But it is still throwing Arraylist cannot be resolved to a type or field.