Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.java.help > #797
| Date | 2011-06-20 19:29 -0700 |
|---|---|
| From | Patricia Shanahan <pats@acm.org> |
| Newsgroups | comp.lang.java.help |
| Subject | Re: How to import - newbie question. |
| References | (4 earlier) <itlssr$jfc$1@dont-email.me> <itlthd$nc8$1@dont-email.me> <kM2dnfaDhOSdL2PQnZ2dnUVZ_jednZ2d@earthlink.com> <itngjc$e7n$1@dont-email.me> <7af6f915-6b3c-4f74-ac90-e8e6311ddf9a@b21g2000yqc.googlegroups.com> |
| Message-ID | <v6SdnR7tGtCGn53TnZ2dnUVZ_uednZ2d@earthlink.com> (permalink) |
On 6/20/2011 6:33 PM, 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. Patricia
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