Results 1 to 4 of 4
Thread: Need Some Help Please.
- 07-08-2010, 10:26 AM #1
Member
- Join Date
- Jul 2010
- Posts
- 7
- Rep Power
- 0
Need Some Help Please.
I wrote the code in jCreator.
file name is HelloApp.java
code is:
public class HelloApp
{
public static void main(String[] args)
{
System.out.println(“Hello, World!”);
}
}
when i compile this error come.

--------------------Configuration: <Default>--------------------
C:\jwork\HelloApp.java:5: illegal character: \8220
System.out.println(“Hello, World!”);
^
C:\jwork\HelloApp.java:5: ';' expected
System.out.println(“Hello, World!”);
^
C:\jwork\HelloApp.java:5: illegal start of expression
System.out.println(“Hello, World!”);
^
C:\jwork\HelloApp.java:5: ';' expected
System.out.println(“Hello, World!”);
^
C:\jwork\HelloApp.java:5: illegal character: \8221
System.out.println(“Hello, World!”);
^
5 errors
Process completed.
Please help me .Last edited by jaminee; 07-08-2010 at 10:31 AM. Reason: Enter more text
- 07-08-2010, 10:28 AM #2
You get a no hotlink error?!
What happened to your other thread?Math problems? Call 1-800-[(10x)(13i)^2]-[sin(xy)/2.362x]
The Ubiquitous Newbie Tips
- 07-08-2010, 10:29 AM #3
- Join Date
- Sep 2008
- Location
- Voorschoten, the Netherlands
- Posts
- 11,417
- Blog Entries
- 7
- Rep Power
- 17
- 07-08-2010, 10:34 AM #4
Member
- Join Date
- Jul 2010
- Posts
- 7
- Rep Power
- 0


LinkBack URL
About LinkBacks
Reply With Quote

Bookmarks