I recently installed visual studio on my Ubuntu Linux machine. I also installed Java on my Ubuntu system but I keep getting "Classpath is incomplete" warning" anytime I run my a java code as well as Java implicit super constructor not defined whenever I run my code. I would like an easy to understand solution on how to fix this particular problem. 
Edit: I tried this exact same code on my Mac and it doesn't give me the "Java implicit super Constructor not defined" warning.