Skip to content
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

Open
aviks opened this issue Apr 24, 2016 · 3 comments
Open

JavaCall does not work with 32 bit Julia on Windows #35

aviks opened this issue Apr 24, 2016 · 3 comments
Labels

Comments

@aviks
Copy link
Collaborator

aviks commented Apr 24, 2016

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?

@AndyGreenwell
Copy link
Contributor

I get the same error: https://gist.github.com/AndyGreenwell/f0aff057e6d25a37609cae9c64ec837e

Setup under test:

  • Windows 7 32-bit
  • Julia 0.4.5
  • JavaCall master with the PR that uses WinReg.jl
  • JDK 1.8.0_77

@PallHaraldsson
Copy link
Contributor

PallHaraldsson commented Jul 26, 2016

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).]

@mkitti
Copy link
Member

mkitti commented May 14, 2020

I managed to get JavaCall.init() to work as well as few calls to function on x86 Windows:
https://ci.appveyor.com/project/mkitti/javacall-jl/builds/32767716/job/6mog0jrkqc6s5ea0

This corresponds to 078278e

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants