Java Scanner class not working on mobile device

We want to make a great tool, help reporting any malfunction you experience
dbremmen@gmail.com
Posts: 63
Joined: Sun Jan 07, 2018 6:30 pm

Re: Java Scanner class not working on mobile device

Post by dbremmen@gmail.com » Sun Jun 17, 2018 7:33 pm

Hi!

Thank you for reporting bugs! :D
For the strange characters issue try the following;
a) Edit the project properties
b) Fill execution options field wih the following: -Dfile.encoding=UTF8
c) click save

After that execute your program again and tell me if that works...
Thanks!
David

artbar@mailinator.com
Posts: 4
Joined: Sat Sep 29, 2018 3:34 am

Re: Java Scanner class not working on mobile device

Post by artbar@mailinator.com » Fri Oct 05, 2018 3:20 am

Yes it works after entering -Dfile.encoding=UTF8

Thanks!

Post Reply