|
-
September 20th, 2000, 12:44 PM
#1
jar file
Hi,
if I have three java classes like:
(1)
package com.1
import com.2
import com.3
class c1{....}
(2)
package com.2
import com.1
import com.3
class c2{....}
(3)
package com.3
import com.1
import com.2
class c3{....}
my problem is that how I can compile them and jar them and use them?
Thanks in advance
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
|