<html>
<head>
<base href="http://fiji.sc/bugzilla/" />
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED FIXED - jruby integration is broken"
href="http://fiji.sc/bugzilla/show_bug.cgi?id=776#c17">Comment # 17</a>
on <a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED FIXED - jruby integration is broken"
href="http://fiji.sc/bugzilla/show_bug.cgi?id=776">bug 776</a>
from <span class="vcard"><a class="email" href="mailto:brotkastennation@dukun.de" title="brotkastennation@dukun.de">brotkastennation@dukun.de</a>
</span></b>
<pre>puts Java::ij.gui.Line.object_id
puts Object.const_defined? "Line"
java_import 'fiji.plugin.volumeviewer.Line'
puts Line.object_id
puts Object.const_defined? "Line"
puts Java::fiji.plugin.volumeviewer.Line.object_id
=> 2000
false
2002
true
2002
I still don't see the problem. But please consider the other remark.
[Strangely, running this script twice gives a different result (true, true), is
this a bug?]</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are on the CC list for the bug.</li>
</ul>
</body>
</html>