I have JBoss 4.2.0GA which primarily does not support JDK 6. I found JBossWithJDK6 Patch. How can I apply this patch. I have ant installed in Ubuntu. Thanks in advance.
I have JBoss 4.2.0GA which primarily does not support JDK 6. I found JBossWithJDK6
Share
You can use a diff tool to apply the patch (open it in a text editor to see the details).
You’ll need to download the JBoss source, apply the patch and compile your own version of JBoss. It’s probably a lot easier to just install JDK5. 😉