John,
I don't know if it is a known issue, but I noticed that InvokeDynamic
throws NoClassDefFoundError in the following test:
package test;
import java.dyn.InvokeDynamic;
import java.dyn.InvokeDynamicBootstrapError;
public class Self {
public static void main(String[] arg
Le 18/02/2010 10:44, Kirill Shirokov a écrit :
> John,
>
> I don't know if it is a known issue, but I noticed that InvokeDynamic
> throws NoClassDefFoundError in the following test:
>
> package test;
>
> import java.dyn.InvokeDynamic;
> import java.dyn.InvokeDynamicBootstrapError;
>