diff options
author | Tor Lillqvist <tlillqvist@suse.com> | 2012-10-04 11:53:57 +0300 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@suse.com> | 2012-10-04 11:53:57 +0300 |
commit | e2b23364d4ac9f096f93aebd076b23f68e28b7a8 (patch) | |
tree | d78fb09536ea0547a9b9d9e0e5786ba4003354d0 /jvmfwk/README | |
parent | 9d9f2a382d12eb3ad5335495dc8bb5f644f9fc32 (diff) |
Mention the plugin mechanism
Change-Id: I51e22cceb332048552e86acb2362b907617a84cc
Diffstat (limited to 'jvmfwk/README')
-rw-r--r-- | jvmfwk/README | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/jvmfwk/README b/jvmfwk/README index 54af22469516..dad5f435622e 100644 --- a/jvmfwk/README +++ b/jvmfwk/README @@ -1 +1,4 @@ Wrappers so you can use all the Java Runtime Environments with their slightly incompatible APIs with more ease. + +Uses an over-engineered "plugin" mechanism although there is only one +"plugin", called "sunmajor", that handles all possible JREs. |