I have this snippet of java code. I am a noob in java..
Error :
expected cfg = new Config;
Code:
Where are you declaring your cfg variable?
cfg
I only see the assignment. I think that may be the reason.
Config cfg = new Config();
Shoud fix it.