A specific external package import from javac
From: thufir (thufir.hawat_at_mail.com)
Date: 01/14/05
- Next message: Monika Tepfenhart: "java.lang.NullPointerException"
- Previous message: peter.schwaab_at_vorsorge-leben.lu: "setTooltip"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 14 Jan 2005 02:35:13 -0800
Which file(s) are required?
Where should these file(s) go?
What's the javac syntax to compile Test16 into ...\class\?
Given this directory structure:
C:\java\java\jTidy\Test16.java
C:\java\org\w3c\
C:\java\class\
Given that Test16.java has this import:
import org.w3c.tidy.Tidy;
SSCE @ <http://thufir.lecktronix.net/java/Test16.java>
Here's what I've gleaned from the 'net:
C:\java> javac -d . org\w3c\* C:\java\java\*
Clearly not correct, but that's my best effort at this point :(
thank you,
Thufir Hawat
- Next message: Monika Tepfenhart: "java.lang.NullPointerException"
- Previous message: peter.schwaab_at_vorsorge-leben.lu: "setTooltip"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]