Orion icon indicating copy to clipboard operation
Orion copied to clipboard

Replace LegacyLauncher

Open mikroskeem opened this issue 5 years ago • 4 comments

LegacyLauncher does still not load all the JVM jars (for example, Yamakaja's RuntimeTransformer is broken out of the box because of it) or not defining packages properly (Class#getPackage()), then it needs a better replacement.

However, first I need to research what replacements are available.

mikroskeem avatar Jan 04 '20 14:01 mikroskeem

Should look into it soon because people are moving off from Java 8 (including me)

mikroskeem avatar Jan 11 '20 20:01 mikroskeem

Would be nice to support not only higher versions(Java13/14?), but also other JVM's like Openj9/GraalVM.

tr7zw avatar Jan 13 '20 10:01 tr7zw

Do you happen to know if Orion works on OpenJ9/GraalVM right now (on older, Java 8 based versions)? And if it doesn't, then why?

mikroskeem avatar Jan 13 '20 11:01 mikroskeem

I think I have tried it with OpenJ9 Jdk8.

tr7zw avatar Jan 13 '20 11:01 tr7zw