|
-
December 3rd, 2010, 12:04 PM
#4
Re: New to Java, Confused about jar files and packages.
You shouldn't try to put your class file in jar file that isn't under your control. For a start it may be signed in which case adding your file will break the jar.
You can solve your problem by creating the directory structure on your hard disk and putting the class file in 'test' directory. The root of this directory structure, the 'org' directory must be in a directory that is on the classpath.
Tags for this Thread
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
|