jCUDA 1.0.1 released

We are pleased to annouce the availability of jCUDA version 1.0.1 for the public.

New in this version:

  • Support for Windows operatin system (XP/Vista) in 32/64 bit
  • Fixing issues with native layer

You may download it from: jCUDA.

2 Replies to “jCUDA 1.0.1 released”

  1. Hi,
    thanks to GLASS Group for porting CUDA native language to java,give my live lot easier , unfortunately Seems the library wont coorperate:

    Exception in thread “main” java.lang.UnsatisfiedLinkError: no jcuda in java.library.path
    at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1709)
    at java.lang.Runtime.loadLibrary0(Runtime.java:823)
    at java.lang.System.loadLibrary(System.java:1030)
    at jcuda.driver.CUDADriver.(CUDADriver.java:272)
    at examples.driver.EnumDevices.main(EnumDevices.java:20)

    This I’ve done a bit adjustment at the CUDADriver class , Hopefully you dont mind…..

    Exception in thread “main” java.lang.UnsatisfiedLinkError: C:Program FilesJavajdk1.6.0_12binlibjcuda.dll: Can’t find dependent libraries
    at java.lang.ClassLoader$NativeLibrary.load(Native Method)
    at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1778)
    at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1703)
    at java.lang.Runtime.loadLibrary0(Runtime.java:823)
    at java.lang.System.loadLibrary(System.java:1030)
    at jcuda.driver.CUDADriver.(CUDADriver.java:272)
    at examples.driver.EnumDevices.main(EnumDevices.java:20)

    Im sure I’ve put the library at the right place or there somethibg else that i missing?

  2. Hi anak !

    I had the same exception problem in Windows Vista (using jcuda.jar library in examples projects). Maybe try to copy jcuda.dll file to C:WindowsSystem32 directory.

Comments are closed.