
Envoyé par
Sanguko
tu as déjà pensé à truc du genre ?
1 2 3 4 5 6
|
...
String[] args = list[i].toString().split(" ");
compiler.Main.main(args);
... |
Effectivement, je pense que cela devrait fonctionner logiquement... Mais cela ne fonction pas..
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
Exception in thread "main" java.lang.ExceptionInInitializerError
at org.openlaszlo.server.LPS.HOME(Unknown Source)
at org.openlaszlo.server.LPS.ROOT(Unknown Source)
at org.openlaszlo.server.LPS.getWorkDirectory(Unknown Source)
at org.openlaszlo.compiler.Main.lzc(Unknown Source)
at org.openlaszlo.compiler.Main.main(Unknown Source)
at digi.openlaszlo.plugin.Main.compileFichier(Main.java:53)
at digi.openlaszlo.plugin.Main.main(Main.java:15)
Caused by: java.lang.NullPointerException
at org.openlaszlo.i18n.LaszloMessages.getValue(Unknown Source)
at org.openlaszlo.i18n.LaszloMessages.getMessage(Unknown Source)
at org.openlaszlo.i18n.LaszloMessages.getMessage(Unknown Source)
at org.openlaszlo.server.LPS.HOME(Unknown Source)
at org.openlaszlo.server.LPS.getConfigDirectory(Unknown Source)
at org.openlaszlo.server.LPS.getPropertiesFile(Unknown Source)
at org.openlaszlo.server.LPS.loadProperties(Unknown Source)
at org.openlaszlo.server.LPS.getProperty(Unknown Source)
at org.openlaszlo.server.LPS.getLocale(Unknown Source)
at org.openlaszlo.i18n.LaszloMessages.<clinit>(Unknown Source)
... 7 more |
A la ligne 53 j'ai ca :
org.openlaszlo.compiler.Main.main( list );
Partager