Muhammad Hewedy
Muhammad Hewedy

Reputation: 30078

Autocomplete in Jdeveloper 10.1.3

I am moving from Eclipse to JDev 10.1.3 I cannot do how to use auto-complete for classes that are not imported. (In eclipse, the auto-completion where on the entire classes in the CLASSPATH)...

How to accomplish that?

Thanks!

Upvotes: 0

Views: 861

Answers (1)

shay
shay

Reputation: 131

The classpath in JDeveloper is defined in the project properties->libraries Make sure to add your jars there if you want JDeveloper to find them and complete your code.

Upvotes: 1

Related Questions