Skip to content

ams-ts-ikvm/cn1-ikvm-uwp

 
 

Repository files navigation

cn1-ikvm-uwp

IKVM fork with UWP support for Codename One

Building From Source

Requirements:

  1. Nant
  2. Ant
  3. JDK8 or higher

Building The Full IKVM

This will build all of IKVM including OpenJDK. Generally try to do this as little as possible as it takes a while to compile.

$ ant compile-all

Building only the IKVM Runtime

This will only build the IKVM runtime. You must have previously run compile-all for this to work. Generally run this one if you've only made changes inside the "runtime" directory that you need to compile.

$ ant compile-runtime

More instructions to come

About

IKVM fork with UWP support for Codename One

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 48.2%
  • C# 47.2%
  • HTML 3.9%
  • Other 0.7%