Apache Maven
-
Make your project
Apache Maven
Make your project
public class WhileLoopsTrueForever { | |
public static void main(String[] args) { | |
firstPhase(); | |
sum(5, 2017); | |
secondPhase(); | |
iamOK(); | |
} |
public class IllegalStateExceptionInWhile { | |
public static void main(String[] args) { | |
seeMore(); | |
run(); | |
iamNotWorking(); | |
} | |
static void run() { | |
int counter = 0; |
private void getSystemProperties() { | |
System.getProperties().list(System.out); | |
} |
Start-Process PowerShell -WindowStyle Maximized |