View Single Post
Old 09-08-2011, 03:22 PM   #45
liuto
Connoisseur
liuto is on a distinguished road
 
Posts: 50
Karma: 70
Join Date: Nov 2010
Device: Kindle DXG / Kindle 3
Quote:
Originally Posted by hawhill View Post
I think the .class file should be in a directory according to the package it's in. The class loader is probably looking for a "test/Main.class" within the .jar. When you packaged it, you put it on the root directory of the .jar.
I tried put .class in test directory, it got the same issue.
liuto is offline   Reply With Quote