Skip to content

Porting Java applications to OSv

syuu1228 edited this page Nov 5, 2014 · 8 revisions

The easiest way to Port a Java application to OSv is using Capstan.

You can use the following example as a starting point.

Troubleshooting

In case your Java application goes outside the JVM and uses system calls, it might fail on a missing symbol or a system call. We will publish a short guide on how to solve these issues soon.

Clone this wiki locally