vista - ¿Cómo mostrar UTF8 en Netbeans 7?
visual jsf netbeans plugin (3)
En mi proyecto de Java, necesito usar texto y cadenas en árabe, pero el texto se vuelve como "???????"
, entonces que pasa? ¿Y cómo resolver este problema?
Gracias
Aquí hay instrucciones para configurar el conjunto de caracteres predeterminado en Netbeans a UTF-8 (en Windows):
1 Go to C:/Program Files/netbeans-x.x/etc
2 Open netbeans.conf in Notepad.
3 On the netbeans_default_options add: -J-Dfile.encoding=UTF-8. (make sure to put it within the quotation marks)
4 Project properties -> Build -> Compiling ->
Additional compiler options) text box.- add: -encoding UTF-8
5 You can also check to make sure that you have increased the memory allocation for Netbeans by looking at the netbeans_default_options line. The default max is 128MB. We have increased this to 256MB.
Puedes configurar tus Netbeans con la opción de inicio
colóquelo dentro de netbeans.conf
en netbeans_default_options
-J-Dfile.encoding=UTF-8
Al final debería verse como
netbeans_default_options="..... -J-Dfile.encoding=UTF-8"
Espero te ayude
Ubuntu vaya al directorio ex.
sudo gedit /usr/local/netbeans-8.0/etc/netbeans.conf
Añadir
netbeans_default_options = "- J-Dfile.encoding = UTF-8"
Guardar aleta