This is the same issue as the Mac build of the MLVM had, see: http://groups.google.com/group/jvm-languages/browse_frm/thread/47b4423aa99be008?hl=en
Is it some problem with the MLMV patches or with the OpenJDK? On May 9, 11:01 pm, Rémi Forax <[email protected]> wrote: > John Rose a écrit :> On May 6, 2009, at 11:52 AM, Robert Fischer wrote: > > >> Where can I find documentation on the JDK 7 changes to bytecodes and > >> the backport project? > > > The next build of OpenJDK (b58) will contain a provisional API derived > > on last year's JSR 292 EDR. The javadocs in that build will be useful. > > I seems there are some problem with b58 integration : > - the public javadoc doesn't contains java.dyn package. > http://download.java.net/jdk7/docs/api/ > > - javac doesn't want to find anything that is inside java.dyn: > fr/umlv/indy/visitor/test/Main.java:3: package java.dyn does not exist > import java.dyn.CallSite; > > It's weird because java.dyn.* classes are in rt.jar. > And it works if the classpath is set to rt.jar > javac -source 1.7 -cp /usr/java/jre/lib/rt.jar:. -d ../build/classes/ > fr/umlv/indy/visitor/test/Main.java > > [...] > > > -- John > > Rémi --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "JVM Languages" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/jvm-languages?hl=en -~----------~----~----~----~------~----~------~--~---
