I use the code in this example example and in the runUpdate () function that I introduced in javabean in a web application in Netbeans 6.8 with Glassfish v3. I seem to have a problem with the encoding because question marks appear in the table.
I have tried so far:
- In nbproject-> private-> private.properties add runtime.encoding = UTF-8>
- In the project-> properties-> sources-> encoding utf-8
- In the program files-> netbeans-> etc-> netbeans_conf in netbeans_default_options I add -J-DFile.encoding = UTF-8
- In the project-> properties-> build-> compiling-> additional compiler options -encoding utf-8
- In sun-web.xml, I added
<locale-charset-info default-locale="UTF-8"> <locale-charset-map locale="" charset=""/> <parameter-encoding default-charset="UTF-8"/> </locale-charset-info>
Also, when I use system.out.print () in the glass fish output panel, I get gibberish. I'm at the last level of madness, please take a look. Thanks.
EDIT Also, when I do a .5 listing, I get an error in a glass box:
WARNING: WEB0500: default-locale attribute of locale-charset-info element is being ignored
source share