Skip to content
Snippets Groups Projects
Commit 98d95bc2 authored by Tomasz Grabiec's avatar Tomasz Grabiec
Browse files

java: move context creation logic from RunJava to ContextIsolator

ContextIsolator is a generic API for starting new applications inside
a single JVM. RunJava should be just a command-line starter which uses
that API.

I tried to change as little as possible during the code move so that
any changes to that logic are clearly visible. The changes which adapt
the code to a more generic API are in the next patches.
parent 901a68d0
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment