| Sign In/My Account | View Cart |
| Article: |
Using the ASM Toolkit for Bytecode Manipulation | |
| Subject: | Simpler alternative? | |
| Date: | 2004-10-07 02:45:34 | |
| From: | rexguo | |
|
Hi!
Am I right to say that ASM is something like run-time code modification for Java?
I have a related problem but using ASM seems too hard for me because it requires knowledge at the bytecode level. I'd also like to generate classes during run-time (generate-only, modification is not required for me) -without- requiring a JDK (only JRE allowed) and without having to know bytecode. Are there any simple solution to this? Thanks! |
||
Showing messages 1 through 2 of 2.
Bill