Re: [Sablevm-developer] Re: qt-embedded and sablevm
Brought to you by:
egagnon
From: Fabien R. <re...@ne...> - 2004-05-06 07:01:48
|
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 > > > > |