On Feb 12, 8:14 pm, "Daniel Pitts" <googlegrou...@coloraura.com>
wrote:
> > If I have Classes.jar, and I want to use it in a project, where do I put
> > the file? I have the file in my SDK as well as the directory of the
[quoted text clipped - 30 lines]
> Hope this helps...
> Daniel.
Would add - the jar file needs to be in the classpath, or you can
install it as a library for your project. How you do this is somewhat
dependent on your development platform. I would, in Netbeans, open the
project tree, right click the libraries icon, choose add library, and
browse to wherever your classes.jar happens to be. Now the classes
will be able to be imported using the code posted before.
/js
F Marker - 13 Feb 2007 01:53 GMT
> On Feb 12, 8:14 pm, "Daniel Pitts" <googlegrou...@coloraura.com>
> wrote:
[quoted text clipped - 38 lines]
> will be able to be imported using the code posted before.
> /js
I wasn't using netbeans before, man, that sure is a whole lot easier.
Seems to be working now, thanks alot to the both of you!