Hi guys,

I have a class called Gen under a package diaby, project name diaby.
I then have my other project andy, with class Anders under package andy.

I have built successfully project dan, gone into its dist folder and copied the jar into project kim's common jars/libraries, included the jar as part of kim's libraries and built kim as well.

My problem is that when I type in andy.Anders:

import diaby.Gen;

The jar seems not to be recognizable to my IDE, NetBeans 6.9.1.It cannot be found and yet under included jars it's there.

What step am I missing?Keep in mind that my main objective is to have diaby contain my most commonly re-used classes.
Kindly assist.

Recommended Answers

All 2 Replies

Hmm.. I think it is IDE problem, it is not Java problem. You may look at this or another one is this for further information about NetBeans import libraries.

Hmm.. I think it is IDE problem, it is not Java problem. You may look at this or another one is this for further information about NetBeans import libraries.

Awesome assistance Taywin. Thanks a lot!

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.