|
-
September 26th, 2000, 09:05 AM
#1
compiling
Hi,
If I've a lot of package like com.a.b.*; com.a.b.c*; com.a.d.*;........ and a lot of classes with imort packages like import com.a.b.*; import com.a.d.*;...please give me some ideas how to compile them. I try like:
javac -classpath directory(which holds com.a......) *.java , but this seems not work. Thanks in advance.
wang
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|