Hi Konrad,<div><br></div><div>Did you compile vmkit with llvm-gcc or gcc? Did you make sure the path to GNU Classpath is correct in your configure command?</div><div><br></div><div>Also, you can now update to the latest revision.</div>
<div><br></div><div>Cheers,</div><div>Nicolas<br><br><div class="gmail_quote">On Tue, Apr 6, 2010 at 6:15 PM, Konrad Hinsen <span dir="ltr"><<a href="mailto:konrad.hinsen@fastmail.net">konrad.hinsen@fastmail.net</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">Hi Nicolas,<div class="im"><br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
How would I run VMKit without GC?<br>
</blockquote>
<br>
VMKit just falls back to malloc when it detects that the machine is 64bits.<br>
</blockquote>
<br></div>
OK, I think I can handle that ;-)<div class="im"><br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Yes, running a 32bits virtualized system should work just fine.<br>
</blockquote>
<br></div>
I first tried something else: compiling on an older Mac (10.5, 32 bit compilers) and copy the binary over to the 64-bit Mac. Of course I ran a quick test on the 10.5 machine to make sure that it works - but it doesn't:<br>

<br>
~/Temp> javac hello.java<br>
~/Temp> java -cp . HelloWorld<br>
Hello World!<br>
~/Temp> j3 -cp . HelloWorld<br>
terminate called without an active exception<br>
Abort trap<br>
<br>
Here's hello.java:<br>
<br>
class HelloWorld<br>
{<br>
        public static void main(String args[])<br>
        {<br>
           System.out.println("Hello World!");<br>
        }<br>
}<br>
<br>
Any ideas?<br><font color="#888888">
<br>
Konrad.<br>
</font></blockquote></div><br></div>