I found this on google
vb.net - Illegal Character when trying to compile java code - Stack Overflow
But don't know what streamwriters or writealltext overloads he is talking about.
Welcome to the Java Programming Forums
The professional, friendly Java community. 21,500 members and growing!
The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.
>> REGISTER NOW TO START POSTING
Members have full access to the forums. Advertisements are removed for registered users.
I found this on google
vb.net - Illegal Character when trying to compile java code - Stack Overflow
But don't know what streamwriters or writealltext overloads he is talking about.
Already solved it myself. Thanks for not helping me.
Ok, good to know you've solved it, but don't be so bloody damn rude!
Everyone on this forum helps one another, when and if they have the time.
People here aren't paid to do this, they do it out of generosity and use up their own time to do it.
The fact is, if you structured your question better with greater details, instead of "I found this on google and i dont get it + random image" people
would have been more incline to help you.
There are others on this forum who need help, so a lot of people don't have the time to
follow links and read up on what you don't get.
Anyway if you're so much better, and if the actual question allows for it, how about you post your solution for other people who might have a similar issue.
Just my 2c.
Please use [highlight=Java]//code goes here...[/highlight] tags when posting your code
Ow cool people here talk. I thought no one will respond to this topic ever. We got some progress going in our communication skills eh?
Anyway the problem was caused by BOM
Byte order mark - Wikipedia, the free encyclopedia
It's an invisible thing in the beginning of a text file that says that this file is encoded in UTF.
I simply changed the encoding in Notepad++ to ANSI and saved it.
You can also change it to UTF but without BOM as you can see on picture.
I wish people would be as helpful to me as I am to them.
The picture was enough to understand what the problem was if they had a solution. Unless of course person has brain damage then he should be locked up eh?Ok, good to know you've solved it, but don't be so bloody damn rude!
Everyone on this forum helps one another, when and if they have the time.
People here aren't paid to do this, they do it out of generosity and use up their own time to do it.
The fact is, if you structured your question better with greater details, instead of "I found this on google and i dont get it + random image" people
would have been more incline to help you.
There are others on this forum who need help, so a lot of people don't have the time to
follow links and read up on what you don't get.
Last edited by Tank314; March 12th, 2011 at 09:23 AM.
Granted following the link and reading through joins the image and text together, but "Image + But don't know what streamwriters or writealltext overloads he is talking about." didn't make for good question structure IMHO.
That didn't even make a particle of sense either, please refrain from using derogatory comments.
Thanks for the solution and be sure to mark this thread as SOLVED using thread tools.
Please use [highlight=Java]//code goes here...[/highlight] tags when posting your code