java 10

Eclipse Oxygen 3 and Java 10

If you write an application to read a file existing in the current project, you have to put file name. However it is not suf ... st); Simple way to display all properties from your System object is use this code: System.getProperties().list(System.out);

Simple Module application in Java 10 and Eclipse Oxygen 3a

In this post I show how in very simple way create module application in Java 10 using Eclipse IDE(Oxygen 3a). Open IDE and s ... Apply and Close button. Select main class and Run it. In Output window you see text come from m1 module from Hello object.