Hi,
My java program has a comment line as follows:
//Go on to the DMS Table LENLINES ~V Single Line Requirement.
While compiling using /usr/java/jdk1.7.0_03/bin/javac, i get the following error:
error: unmappable character for encoding ASCII //Go on to the DMS Table LENLINES ? Single Line Requirement.
It seems that the compiler is not ignoring the comments and the special characters in comments are the issue.
Please let me what the problem is and how can it be overcome?
Thanks.
My java program has a comment line as follows:
//Go on to the DMS Table LENLINES ~V Single Line Requirement.
While compiling using /usr/java/jdk1.7.0_03/bin/javac, i get the following error:
error: unmappable character for encoding ASCII //Go on to the DMS Table LENLINES ? Single Line Requirement.
It seems that the compiler is not ignoring the comments and the special characters in comments are the issue.
Please let me what the problem is and how can it be overcome?
Thanks.