InvokeDynamic throws NoClassDefFoundError

2010-02-18 Thread Kirill Shirokov
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

Re: InvokeDynamic throws NoClassDefFoundError

2010-02-18 Thread Rémi Forax
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; >