Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-users] load-time weaving with applet

Hi, does anyone know if we can apply load-time weaving to applet class loader with java 1.4?  When I apply the LTW on java class directly, I need to pass in some options such as -Xbootclasspath/p:_boot/awaj-boot.jar to JVM, how can I pass these options to the JVM that applet is using?  Thanks a lot.

Sent from the AspectJ - users forum at Nabble.com.

Back to the top