i am creating jar, which has few packages and classes. But when i try to extract jar by zip utility it breakdown and give error file name is too long, Is it possible to shorten class names while creating jar, So i don’t need to rename class names Manually?
Share
As already posted: Extract it to root folder (/) in unix or C:/ in windows
That should work because the problem is likely to be that the name (including the path being extracted to) is too long, not the names in the jar themselves.