Good good study, day day up

aleung的学习笔记, aleung的idea

Line break in MANIFEST class-path

  1. NO space (at all) after the last jar name of each line; and

  2. TWO spaces on the next line.
    This will work:

Class-path: lib/1.jar
lib/2.jar

Anything different from that will cause an exception or some of your jars will not be found on the classpath.

From: http://www.jroller.com/sgm/entry/manifest_class_path_too_long