I'm pretty sure you cannot mix 32bit and 64bit binaries, they will not co-exist.
It is possible to run 32bit executables on a 64it platform, however. If the
platform is AMD64 or EMT64 then it should cause no problems at all. All you
would need is to install a 32bit JRE.
I'm pretty sure you cannot mix 32bit and 64bit binaries, they will not co-exist.
It is possible to run 32bit executables on a 64it platform, however. If the
platform is AMD64 or EMT64 then it should cause no problems at all. All you
would need is to install a 32bit JRE.
On running "mvn exec:exec" I am getting following error
64-bit Java Virtual Machine to load
32-bit native libraries.
More information may be available in the log, specify -Dvlcj.log=DEBUG on the command-line when starting your application.
at uk.co.caprica.vlcj.binding.LibVlcFactory.create(LibVlcFactory.java:191)
at uk.co.caprica.vlcj.player.MediaPlayerFactory.<init>(MediaPlayerFactory.java:213)
at uk.co.caprica.vlcj.component.AudioMediaPlayerComponent.onGetMediaPlayerFactory(AudioMediaPlayerComponent.java:168)
at uk.co.caprica.vlcj.component.AudioMediaPlayerComponent.<init>(AudioMediaPlayerComponent.java:102)
at com.amazon.alexa.avs.AVSAudioPlayer.setupAudioPlayer(AVSAudioPlayer.java:252)
at com.amazon.alexa.avs.AVSAudioPlayer.<init>(AVSAudioPlayer.java:143)
at com.amazon.alexa.avs.AVSAudioPlayerFactory.getAudioPlayer(AVSAudioPlayerFactory.java:18)
at com.amazon.alexa.avs.AVSController.<init>(AVSController.java:183)
at com.amazon.alexa.avs.App.<init>(App.java:47)
at com.amazon.alexa.avs.App.<init>(App.java:36)
at com.amazon.alexa.avs.App.main(App.java:31)
Ad
Advertisements
Ask a Question
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.