+ 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
7 Respuestas
+ 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
+ 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.
+ 7
@TheRedSpy Yay, Happy coding good luck :)
+ 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
+ 3
@compex
Yup, I just rewrote it and it works! Thanks!
+ 2
no need to type it. just copy and paste into code playground
+ 1
your'e better off taking the 2 minutes to copy and paste it into code playground