Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.java.help > #800
| From | Lew Bloch <lewisbloch@google.com> |
|---|---|
| Newsgroups | comp.lang.java.help |
| Subject | Re: How to import - newbie question. |
| Date | 2011-06-21 14:35 -0700 |
| Organization | http://groups.google.com |
| Message-ID | <ac546ce6-72c0-45c6-91c0-3bca12a4a38e@j14g2000prn.googlegroups.com> (permalink) |
| References | (5 earlier) <itlthd$nc8$1@dont-email.me> <kM2dnfaDhOSdL2PQnZ2dnUVZ_jednZ2d@earthlink.com> <itngjc$e7n$1@dont-email.me> <7af6f915-6b3c-4f74-ac90-e8e6311ddf9a@b21g2000yqc.googlegroups.com> <v6SdnR7tGtCGn53TnZ2dnUVZ_uednZ2d@earthlink.com> |
Patricia Shanahan wrote: > leegold wrote: >> In my path I put: >> >> C:\htmlumit\lib; >> >> that's the path to the jar files.. > > Are you aware that path and classpath are different things? > > See the example Jeff Higgins posted: > > javac -classpath /home/myhome/htmlunit/commons-logging-1.1.1.jar Scratch.java > > You need to specify, in the classpath, each jar file you want searched > for classes. > For an introduction to this: <http://download.oracle.com/javase/tutorial/essential/environment/ paths.html>
Back to comp.lang.java.help | Previous | Next — Previous in thread | Next in thread | Find similar
How to import - newbie question. leegold <goldtech@worldpost.com> - 2011-06-18 21:41 -0700
Re: How to import - newbie question. Jeff Higgins <jeff@invalid.invalid> - 2011-06-19 07:05 -0400
Re: How to import - newbie question. Jeff Higgins <jeff@invalid.invalid> - 2011-06-19 07:48 -0400
Re: How to import - newbie question. Patricia Shanahan <pats@acm.org> - 2011-06-19 14:27 -0700
Re: How to import - newbie question. Jeff Higgins <jeff@invalid.invalid> - 2011-06-19 18:28 -0400
Re: How to import - newbie question. Jeff Higgins <jeff@invalid.invalid> - 2011-06-19 18:39 -0400
Re: How to import - newbie question. Patricia Shanahan <pats@acm.org> - 2011-06-19 19:35 -0700
Re: How to import - newbie question. Jeff Higgins <jeff@invalid.invalid> - 2011-06-20 09:10 -0400
Re: How to import - newbie question. leegold <goldtech@worldpost.com> - 2011-06-20 18:33 -0700
Re: How to import - newbie question. Patricia Shanahan <pats@acm.org> - 2011-06-20 19:29 -0700
Re: How to import - newbie question. Lew Bloch <lewisbloch@google.com> - 2011-06-21 14:35 -0700
Re: How to import - newbie question. Jeff Higgins <jeff@invalid.invalid> - 2011-06-21 00:53 -0400
Re: How to import - newbie question. Roedy Green <see_website@mindprod.com.invalid> - 2011-06-20 02:22 -0700
csiph-web