2

What happened to "java.dyn" package? I couldn't get it in java 1.7 in eclipse. Actually I just wanted to learn about "InvokeDynamic" and try to run this example.

RoboAlex
  • 4,895
  • 6
  • 31
  • 37

1 Answers1

0

Yes, it becomes java.lang.invoke package

Aubin
  • 14,617
  • 9
  • 61
  • 84