Building jar files

Hello,

I am trying to build JCuda from source. I have managed to build the native binaries using CMake, but I’m not sure what I need to do to create the .jar files that I see in the pre-compiled versions - I’m a java neophyte and have only ever used ant to do this.

Any help would be greatly appreciated. Thanks!
conrad

Hello

Do you have a specific question related to JCuda (i.e. a question that is not covered by a general JAR tutorial) ?

bye

Well, in case this was your question: I usually create the JARs from Eclipse. You can use Project->Export->Java->JAR file, and select which files should be exported. Other IDEs offer similar functionalities. If you want to create it from the command line, it may involve some “inconvenient typing”, but if you run into problems, there’ll probably be a solution.