I recently started using JDeveloper & I come across this weird problem(I dont exactly know if it is weird or i'm doing something wrong)
I create this list object
private List a1 = new ArrayList();
Then I hover over List & ArrayList
to find the import option, but they do not appear(it says "Type 'List' not found" & "Type 'ArrayList' not found"
).
JDeveloper gives me options to create a new class or interface but no option to import them. Is there anything specific that need to be set in JDeveloper to be able to get those. Same case with anything that I try to import. I hover & no appropriate option.