Ask Your Question
0

Create setup file with jar and opencv dll

asked 2018-03-09 14:34:25 -0600

Hello.

I made a game with opencv and libgdx but to play in windows I need 2 files:" the jar of a game and the opencv_java2413.dll.

I need create a ONLY file to play the game.

Is it possible to create a single installer file with opencv and a .jar?

Thank you for reading.

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
0

answered 2018-03-09 21:21:33 -0600

berak gravatar image

updated 2018-03-09 21:24:16 -0600

opencv is a c++ library, the main code is in the dll / so / dylib file, the jar file only contains shallow java wrappers for the former.

so, while you can zip your files into a single installer, and extract them on the client box to some location,

you will need to build a windows version, a linux version, a mac version ...

I need create a ONLY file to play the game.

not possible. (you misunderstood something)

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2018-03-09 14:34:25 -0600

Seen: 231 times

Last updated: Mar 09 '18