Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.java.help > #790
| Date | 2011-06-19 14:27 -0700 |
|---|---|
| From | Patricia Shanahan <pats@acm.org> |
| Newsgroups | comp.lang.java.help |
| Subject | Re: How to import - newbie question. |
| References | <6a6f9585-5605-4041-af1a-61d7e5225cea@u7g2000yqc.googlegroups.com> <itkkst$c8a$1@dont-email.me> <itkncf$qua$1@dont-email.me> |
| Message-ID | <m6SdnXvYs6xX9GPQnZ2dnUVZ_gOdnZ2d@earthlink.com> (permalink) |
On 6/19/2011 4:48 AM, Jeff Higgins wrote:
> On 06/19/2011 07:05 AM, Jeff Higgins wrote:
>> On 06/19/2011 12:41 AM, leegold wrote:
>>> Hi,
>>>
>>> I wondered if anyone could help with what probably is very basic
>>> configuration. I want to explore a java app called htmlunit. I
>>> downloaded the zip and took all the (jar) files from the zip's lib
>>> folder and put them in the directory: /home/myhome/htmlunit. I'm using
>>> Linux...I have tried for a long time to import them into a java
>>> program with no luck. I have read many tutorials about packages,
>>> classpath still no luck. Here are are the files. How do I import them
>>> and use them , I'm lost:
>>>
>> The "no luck" part is unhelpful.
>>
>> Prepare a short example source file,
>> <http://sscce.org/>,
>>
>> try to compile it,
>>
>> post back here with your command line and any error messages.
>>
>>
>
> A SSCCE:
>
> package scratch;
>
> import org.apache.commons.logging.Log;
> import org.apache.commons.logging.LogFactory;
>
> public class Scratch {
>
> private Log log = LogFactory.getLog(Scratch.class);
>
> }
>
> A command line to try:
> javac -classpath /home/myhome/htmlunit/commons-logging-1.1.1.jar
> Scratch.java
You seem to have missed the "and any error messages". More generally,
even if there are no error messages, you should say what happened.
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