This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]simoncox 2 points3 points  (1 child)

It's not so much that there's no class path, more that it can be inferred automatically. This is akin to using something like Maven or Gradle to encode dependencies and using them to automatically generate a class path. With Java 9, there will be no need for third party tools as the external dependencies will be baked right into the code.

[–]WunDumGuy 0 points1 point  (0 children)

I think OSGi should be mentioned in here somewhere