Guest User

Untitled

a guest
Jul 29th, 2012
30
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. Executable JAR ignores its own Class-Path attribute
  2. Manifest-Version: 1.0
  3. Class-Path: jace-runtime.jar
  4. Main-Class: org.jace.examples.Test
  5.  
  6. public class Test
  7. {
  8. public static void main(String[] args)
  9. {
  10. System.out.println("classpath: " + System.getProperty("java.class.path"));
  11. System.out.println("PeerExample: " + Class.forName("org.jace.util.ShutdownHook"));
  12. }
  13. }
  14.  
  15. <configuration>
  16. <archive>
  17. <index>true</index>
  18. </archive>
  19. </configuration>
Advertisement
Add Comment
Please, Sign In to add comment