Originally Posted by
Freaky Chris
Hi cha0s619,
You may find that you have an "invalid" character in your Java program you were trying to compile in eclipse. Looking at this line,
System.out.println(“You’ll love Java!”);
Edit: see how the syntax highlighter hates those characters!
notice the ” character, this is not the same as " make sure you are using " and avoid copying code from websites/pdfs/.docs
I hope this helps you resolve the problem with Eclipse, if it doesn't let us know
.
Regards,
Chris
interesting solution and it works