Need help with CLASSPATH
Date: Sun, 29 Feb 2004 08:43:09 -0500
Hi folks,
I'm just starting off in the exciting world of Java, and my first book on
the subject is Thinking in Java. The book's sample code use's Bruce Eckel's
library, however, I'm unable to import his libraries. The library is in the
same directory structure has in the import line in the code (example:
com.bruceeckel.simpletest.*). What must I do to be able to use Bruce's
libraries?
Thanks!
Relevant Pages
- Re: Differences between C++ and Java
... > are *implementation* defined and the standard also specifies the ... > "In Java, garbage collection of unreferenced objects is automatic. ... > C++, you manually manage memory. ... > provide third party libraries that work just as well, ... (comp.lang.java.programmer) - Re: Compiling LibGraph in VC7.1
... DirectShow sample code and your library to VC 7.1. ... Ignore single threaded libraries... ... static-CRT linked baseclasses.lib ... DirectX SDK. ... (microsoft.public.win32.programmer.directx.video) - Re: MD5 Myths
... John: I think I'm mixing things/apps in my mind as I type. ... upload and use my own libraries and place in a folder of my choosing. ... On deck for me is a Java shopping cart/ eCommerce using SSL, ... (sci.crypt) - Re: Desktop multi-plataform ruby app (Tk and swank for jruby)
... at sun staff are going a great job around jruby: ... is to port the standard Tk tool kit to java. ... to find some inconvenient of jruby ower ruby (but the big one is ... And the number of Java libraries available is legendary. ... (comp.lang.ruby) - Re: I wish to learn Ruby ,can anyone teach me???
... First, let's get the FUD out of the way: Ruby comes with a lot of libraries, ... Here's the biggest problem I have with Java: Right there, ... Now let's try that in Ruby: ... and I would call it the perfect beginner's language. ... (comp.lang.ruby) |
|