Twitter iPhone pliant OnePlus 11 PS5 Disney+ Orange Livebox Windows 11

Probleme pour démarrer avec NetBeans 4 beta 2

2 réponses
Avatar
jl_cosmocat
Bonjour à tous

J'ai upgradé Netbeans de 3.6 vers la version 4 beta 2.
Depuis, je n'arrive plus à créer un nouveau projet

Je fais:
Fichier/New project/Standard/Java Applciation
Nom de l'application....
[Next][Finish]
Et j'ai un message "xception occurred in Request Processor"

Avec en détail

Annotation: Exception occurred in Request Processor
java.lang.IllegalArgumentException: Malformed \uxxxx encoding.
at java.util.Properties.loadConvert(Properties.java:387)
at java.util.Properties.load(Properties.java:336)
at org.netbeans.spi.project.support.ant.PropertyUtils$FilePropertyProvider.loadProperties(PropertyUtils.java:224)
(Ect...)

Quelqu'un peut il m'aider à résoudre ce PB ?
Merci

2 réponses

Avatar
Vincent Brabant
Bonjour à tous

J'ai upgradé Netbeans de 3.6 vers la version 4 beta 2.
Depuis, je n'arrive plus à créer un nouveau projet

Je fais:
Fichier/New project/Standard/Java Applciation
Nom de l'application....
[Next][Finish]
Et j'ai un message "xception occurred in Request Processor"

Avec en détail

Annotation: Exception occurred in Request Processor
java.lang.IllegalArgumentException: Malformed uxxxx encoding.
at java.util.Properties.loadConvert(Properties.java:387)
at java.util.Properties.load(Properties.java:336)
at org.netbeans.spi.project.support.ant.PropertyUtils$FilePropertyProvider.loadProperties(PropertyUtils.java:224)
(Ect...)

Quelqu'un peut il m'aider à résoudre ce PB ?
Merci
Y aurait-il des caractères accentués dans le nom de ton application ?


--
Vincent Brabant
----------------
http://fr.netbeans.org/

Avatar
jl_cosmocat
Hello

J'ai trouvé la réponse:

Quand on installe un environnement J2EE, il faut proscrire tous les
espaces et caracteres accentués dans les noms de répertoire. Ainsi, En
installant netbean dans c:netbeans plutot que dans c:program
filesnetbeans, ça marche sans problemes

(Ne pas oublier d'initialiser la variable d'environement
JAVA_HOME=C:j2sdk1.4.2_04)

Cordialement,Cosmocat