<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
On 01/19/2011 04:31 PM, Mark Roos wrote:
<blockquote
cite="mid:OF54427D93.E22A6962-ON8825781D.00544A1F-8825781D.0055415C@roos.com"
type="cite"><tt><font size="2"><br>
> From:<br>
> Rémi Forax <a class="moz-txt-link-rfc2396E" href="mailto:forax@univ-mlv.fr"><forax@univ-mlv.fr></a></font></tt>
<br>
<tt><font size="2"><br>
> Mark, it's an Eclipse bug.<br>
> MethodHandle.invokeExact and MethodHandle.invokeGeneric
aren't <br>
> compiled correctly by Eclipse.<br>
> <br>
</font></tt>
<br>
<tt><font size="2">The compile works correctly its the run that
fails.
The .class files generated </font></tt>
<br>
<tt><font size="2">run fine using bash.</font></tt>
<br>
<br>
<tt><font size="2">On Eclipse 3.5 on mac the compile works but the
run
does not. On eclipse 3.6 on windows</font></tt>
<br>
<tt><font size="2">the compile fails but the run works (go
figure). I
addded -version to the vm parameters</font></tt>
<br>
<tt><font size="2">and I see that its getting the correct vm. So
I was thinking that I have some path issue</font></tt>
<br>
<tt><font size="2">with the vm setup.</font></tt>
<br>
<br>
<tt><font size="2">Since I am up and running editing in eclipse
and executing
with bash all is good</font></tt>
<br>
</blockquote>
<br>
Eclipse wraps arguments in an array. It should not.<br>
So it compiles, but the generated bytecode sequence is not the one
expected.<br>
<br>
<blockquote
cite="mid:OF54427D93.E22A6962-ON8825781D.00544A1F-8825781D.0055415C@roos.com"
type="cite">
<br>
<tt><font size="2">thanks</font></tt>
<br>
<tt><font size="2">mark</font></tt>
<br>
</blockquote>
<br>
Rémi<br>
</body>
</html>