Signed-off-by: Tomek Grabiec <[email protected]>
---
 vm/jato.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/vm/jato.c b/vm/jato.c
index 4eb5dbc..a9eb0a7 100644
--- a/vm/jato.c
+++ b/vm/jato.c
@@ -106,7 +106,7 @@ static void __vm_native 
native_vmsystemproperties_preinit(struct vm_object *p)
                { "java.vm.name", "jato" },
                { "java.io.tmpdir", "/tmp" },
                { "file.separator", "/" },
-               { "path.separator", "/" },
+               { "path.separator", ":" },
                { "line.separator", "\n" },
        };
 
@@ -474,6 +474,7 @@ main(int argc, char *argv[])
        vm_jni_init();
 
        try_to_add_zip_to_classpath("/usr/share/classpath/glibj.zip");
+       
try_to_add_zip_to_classpath("/usr/local/classpath/share/classpath/glibj.zip");
 
        /* Search $CLASSPATH last. */
        char *classpath = getenv("CLASSPATH");
-- 
1.6.0.6


------------------------------------------------------------------------------
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
[email protected]
https://lists.sourceforge.net/lists/listinfo/jatovm-devel

Reply via email to