You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As I see now ikvm-monotouch require Java 1.6. When I try compile project with java 1.7 classes i receive something like
Warning IKVMC0108: not a class file "MyClass.class", including it as resource
(class format error "51.0")
And then I don't have such class in result dll.
Also I see that official IKVM has already supported java 1.7.
How far ikvm-monotouch from official IKVM? Is it possible to support Java 7?
The text was updated successfully, but these errors were encountered:
As I see now ikvm-monotouch require Java 1.6. When I try compile project with java 1.7 classes i receive something like
Warning IKVMC0108: not a class file "MyClass.class", including it as resource
(class format error "51.0")
And then I don't have such class in result dll.
Also I see that official IKVM has already supported java 1.7.
How far ikvm-monotouch from official IKVM? Is it possible to support Java 7?
The text was updated successfully, but these errors were encountered: