Class PersistenceLauncher
java.lang.Object
com.sun.jdo.api.persistence.enhancer.PersistenceLauncher
Application launcher for persistence-capable classes.
- Version:
- 1.1
- Author:
- Martin Zaun
-
Method Summary
-
Method Details
-
main
public static void main(String[] args) throws ClassNotFoundException, NoSuchMethodException, SecurityException, IllegalAccessException, IllegalArgumentException, InvocationTargetException Creates a class loader and launches a target class.- Parameters:
args- the command line arguments- Throws:
ClassNotFoundExceptionNoSuchMethodExceptionSecurityExceptionIllegalAccessExceptionIllegalArgumentExceptionInvocationTargetException
-