java.lang.LinkageError: attempted duplicate class definition for name:
"append_features28277251_29404618Invokerjava_class__8Fixed0"
------------------------------------------------------------------------------------------------------------------------------------
Key: JRUBY-1865
URL: http://jira.codehaus.org/browse/JRUBY-1865
Project: JRuby
Issue Type: Bug
Affects Versions: JRuby 1.1b1
Environment: WinXP/Eclipse 3.2.2/SWT
Reporter: Joe Mooney
Assignee: Thomas E Enebo
Attachments: test_asyncExec.tgz
When I translate this into jruby I get an exception
display.asyncExec(new Runnable() {
public void run() {
do something...
}
});
I have several threads that have need to provide updates for a GUI Table in SWT
(eclipse gui widgets)
When I translated it to
display.asyncExec {
puts "here"
}
I got this error
Exception in thread "Ruby Thread29140102" java.lang.LinkageError: loader
(instance of org/jruby/util/JRubyClassLoader): attempted duplicate class
definition for name:
"append_features3152885_24916054Invoker__jcreate_proxy_b___7Opt"
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe from this list please visit:
http://xircles.codehaus.org/manage_email