I'm new in java. I want to convert my text file in ARFF format but my texts is Persian and NetBeans can not display these in a good format (utf-8 format ) in this topic:
http://weka.wikispaces.com/Text+categorization+with+Weka#UTF-8
said that i should run this:
java -Dfile.encoding=utf-8 -classpath ...
but i want to use this command in my code. I do not know how should i run java in command. Can anyone tell me how should i do this line in my code?
thank you in advance