-
Notifications
You must be signed in to change notification settings - Fork 89
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NoSuchFieldError on Java 7u21 #48
Comments
This also occurs on JRE 1.6.0_45. |
I resolved this issue, but to older version. As soon as I merge this with head I will make pull request. |
Great; thanks for the update! |
Thank You for the update.. waiting for your release. Our production application using barchart is affected because of this. |
when can we get release of this changes |
I will take a look this weekend |
released please test and confirm |
Tested in windows 7,xp 32 bit and Mac Os x 10.8.2,Linux Fedora 18 64bit |
thanks for tesing |
Hi,
It seems like the same issue that was fixed here: #35
came up again on newest Java release.
java.lang.NoSuchFieldError: address
at com.barchart.udt.SocketUDT.initClass0(Native Method)
at com.barchart.udt.SocketUDT.(SocketUDT.java:142)
at transmission.FileReceiver.createSocket(Unknown Source)
at transmission.FileReceiver.run(Unknown Source)
The text was updated successfully, but these errors were encountered: