Signed-off-by: Vegard Nossum <vegard.nos...@gmail.com> --- vm/jato.c | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/vm/jato.c b/vm/jato.c index ae89274..4eb5dbc 100644 --- a/vm/jato.c +++ b/vm/jato.c @@ -101,8 +101,10 @@ static void __vm_native native_vmsystemproperties_preinit(struct vm_object *p) }; static const struct system_properties_entry system_properties[] = { - { "java.vm.name", "jato"}, - { "java.io.tmpdir", "/tmp"}, + /* XXX: Don't hardcode this, but detect it at run-time */ + { "java.library.path", "/usr/lib/classpath" }, + { "java.vm.name", "jato" }, + { "java.io.tmpdir", "/tmp" }, { "file.separator", "/" }, { "path.separator", "/" }, { "line.separator", "\n" }, -- 1.6.0.4 ------------------------------------------------------------------------------ Enter the BlackBerry Developer Challenge This is your chance to win up to $100,000 in prizes! For a limited time, vendors submitting new applications to BlackBerry App World(TM) will have the opportunity to enter the BlackBerry Developer Challenge. See full prize details at: http://p.sf.net/sfu/blackberry _______________________________________________ Jatovm-devel mailing list Jatovm-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/jatovm-devel