Open GoogleCodeExporter opened 8 years ago
[deleted comment]
This is an executable jar and suppose to run on double click (has been tested
in the
same platform u have mentioned); but i guess, somehow double clicking on the
jar is
not working for your case because of .jar extension is not mapped correctly to
JRE
in your machine.
Can u pls try to run the jar from command prompt like the following
java -jar [folderLocation/]ektooClient.jar
Original comment by auni.ku@gmail.com
on 19 May 2009 at 2:08
I think this was not the issue, but running it from a command line gives a more
meaningful exception:
Exception in thread "main" java.lang.ExceptionInInitializerError
at org.mesh4j.ektoo.Ektoo.main(Ektoo.java:28)
Caused by: java.util.MissingResourceException: Can't find bundle for base name
it_IT, locale it_IT
at java.util.ResourceBundle.throwMissingResourceException(Unknown Source)
at java.util.ResourceBundle.getBundleImpl(Unknown Source)
at java.util.ResourceBundle.getBundle(Unknown Source)
at org.mesh4j.translator.EktooMessageTranslator.<clinit>(EktooMessageTranslator.java:13)
... 1 more
Look like something related to localization.
Original comment by simone.b...@gmail.com
on 19 May 2009 at 2:15
Simone,
The problem was a resource bundle file name, we change it and a new version is
available from http://downloads.instedd.org/mesh4x/ektoo_0_0_5.zip.
Mesh4x is an open source project that try to help in humanitarian tasks, any
comments
or suggestions about mesh4x is welcome.
Thanks in advance.
JMTondato
Original comment by jtondato@gmail.com
on 19 May 2009 at 5:11
Suggestions, ideas, and feedback: http://mesh4x.uservoice.com
Discuss with experts and other users http://groups.google.com/group/mesh4x
Original comment by jtondato@gmail.com
on 19 May 2009 at 5:21
Original comment by jtondato@gmail.com
on 20 May 2009 at 2:37
Original issue reported on code.google.com by
simone.b...@gmail.com
on 19 May 2009 at 1:04