Re: [Sablevm-developer] Re: qt-embedded and sablevm
Brought to you by:
egagnon
From: Chris P. <chr...@ma...> - 2004-05-06 13:58:03
|
Hi Fabien, Assuming you only specified --prefix to configure when installing SableVM: sablevm \ --property=sablevm.boot.class.path=${PREFIX}/share/sablevm/sablevm-classpath/ --property=sablevm.boot.library.path=${PREFIX}/lib/sablevm/sablevm-classpath/ HelloWorld should work (watch out for line wrapping or lack thereof in the above). If things are in different places, you just need to specify the two different sablevm-classpath directories. Cheers, Chris Fabien Renaud wrote: > Hi, > > If I don´t set boot.class.path I have "cannot create vm" because > directories are not the same than the machine where I cross compiled > (and sanlevm wants to search in these). > > My command : > sablevm -Y -c "/home/java/tests" -p > "sablevm.boot.class.path=/home/java/classpath" -p > "sablevm.verbose.methods=true" -p > "sablevm.boot.library.path=/home/java/sablevm/lib" helloworld > And I do this command in /home/java/tests where is my helloworld.class > > Fabien > > David Bélanger wrote: > > >>On Tue, May 04, 2004 at 10:58:58AM +0200, Fabien Renaud wrote: >> >> >> >>>Soon, I´ll be able to run QT embedded applications but ... I have a >>>little problem. >>>I set -p "sablevm.boot.class.path=my_path" and -c >>>"my_path_where_there_is_helloworld.class" >>>There is no problem but it doen´t check in >>>"my_path_where_there_is_helloworld.class" so he cannot find helloworld.class >>>If i move my helloworld.class in "my_path" that´s works well. >>> >>> >>> >> >>Hi, >> >>I cannot see what could be wrong unless the path is not specified >>correctly. If you don't specify the boot class path and use the default >>one, do you get the same error? >> >>Please copy and paste the full command line to report problems. >>Sometimes it happens to me what I think is correct but I don't do what I >>think I am doing and then it doesn't work... >> >>David >> >>--- >> >>David Bélanger >>Graduate Student >>School of Computer Science >>McGill University >>Office: MC226 >> >>Web page: http://www.cs.mcgill.ca/~dbelan2/ >>Public key: http://www.cs.mcgill.ca/~dbelan2/public_key.txt >> >> >> >> > > > > > > ------------------------------------------------------- > This SF.Net email is sponsored by Sleepycat Software > Learn developer strategies Cisco, Motorola, Ericsson & Lucent use to > deliver higher performing products faster, at low TCO. > http://www.sleepycat.com/telcomwpreg.php?From=osdnemail3 > _______________________________________________ > Sablevm-developer mailing list > Sab...@li... > https://lists.sourceforge.net/lists/listinfo/sablevm-developer > |