-
-
Notifications
You must be signed in to change notification settings - Fork 53
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
JavaCall does not work with 32 bit Julia on Windows #35
Comments
I get the same error: https://gist.github.com/AndyGreenwell/f0aff057e6d25a37609cae9c64ec837e Setup under test:
|
How serious is (and difficult to fix) is non-32-bit support? [I guess this is independent of Windows.] Most ARM CPUs are non-64-bit, whether of non-Android Linux or Windows Phone (I guess it doesn't have JVM..). [I'm thinking of getting an ARM Linux (not Android, or possibly for both..). I do not care for, but others might: 32-bit [Windows] CPUs are on the way out, so maybe not too limiting there. Still, thought JDBC.jl was a nice option..] [Yes, Dalvik is not that JVM. JavaCall doesn't support that or ART, is there an alternative, in that case? I'm not sure if similar support to this is needed there (and similar to Objective-C) or if Java code there would call Julia code (through JNI).] |
I managed to get This corresponds to 078278e |
Representative error: https://ci.appveyor.com/project/aviks/javacall-jl/build/1.0.42/job/8tjh878bbqf2h2dl
cc: @AndyGreenwell you've done some investigation around this i believe?
The text was updated successfully, but these errors were encountered: