|
|
|
|
|
by overtomanu
1679 days ago
|
|
Its a bit complicated, technically java language never broke backward compatibility.
you can run existing java programs fine in higher java jvm's by adding extra command line parameters to include all existing libraries in default module. But it becomes complicated by the use of intermediate tools which are not updated to handle this. |
|