\ufeff error? javafx (SOLVED) | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

\ufeff error? javafx (SOLVED)

when I google it, nothing explains what it is. the only thing I got is that there an illegal character that I cant see? Its also worth noting Im using intelij and I tried with the same error on java 6 & 8. Also, when I put it into the playground a get a slightly different error https://code.sololearn.com/ce8glJ735R6o/?ref=app

9th May 2017, 10:58 PM
DeleteThisAccount
7 Answers
+ 6
Hmm, It's a hidden ASCII trick, if you go to line 10 at the very last character(;), try to take a closer look at the semicolon and click delete button, nothing happened? Its an ASCII hidden trick, if you copied it from another site, they probably did it to reduce copyright. If not, its SoloLearns bug
10th May 2017, 1:43 AM
Complex
Complex - avatar
+ 7
@TheRedSpy Yes the ASCII is hidden in line 10 which is one of the imported files, I dont know if this would work, but I'd write it manually again.
10th May 2017, 2:15 AM
Complex
Complex - avatar
+ 7
@TheRedSpy Yay, Happy coding good luck :)
10th May 2017, 2:17 AM
Complex
Complex - avatar
+ 4
@complex I didnt copy it which is strange..... or atleast I didnt copy and paste, I typed it manually from a youtube video. Although I did copy and paste the imports
10th May 2017, 2:13 AM
DeleteThisAccount
+ 3
@compex Yup, I just rewrote it and it works! Thanks!
10th May 2017, 2:17 AM
DeleteThisAccount
+ 2
no need to type it. just copy and paste into code playground
9th May 2017, 11:08 PM
Edward
+ 1
your'e better off taking the 2 minutes to copy and paste it into code playground
9th May 2017, 11:27 PM
Edward