I am using the javac with command prompt to compile my .java to .class. This is for minecraft if it helps...
Here are the errors I am receiving :
C:\java\eh.java:269: unclosed character literal
/* 284 */ char c = '─Æ';
^
C:\java\eh.java:269: illegal character: \8217
/* 284 */ char c = '─Æ';
^
C:\java\eh.java:269: unclosed character literal
/* 284 */ char c = '─Æ';
^
3 errors
This is the error code line in eclipse :
/* 284 */ char c = 'Ä’';
Any help is greatly appreciated! I can't seem to find an answer anywhere!