We are about to switch to a new forum software. Until then we have removed the registration on this forum.
Hey I found this tip here: https://forum.processing.org/one/topic/video-library-not-found-in-eclipse-using-proclipsing.html
-Dgstreamer.library.path=D:\Benutzer\Willi\MyProcessing\libraries\video\library\windows64 -Dgstreamer.plugin.path=D:\Benutzer\Willi\MyProcessing\libraries\video\library\windows64\plugins
and it works with Java 1.8
If i try to make a runnable Jar, i got this message.:
VM arguments will not be part of the runnable JAR. Arguments can be passed on the command line when launching the JAR
What can i do? I've moved from Netbeans to Eclipse.
Answers
I will concretly my problem. I have programmed a GUI for my Quadrocopter with Eclipse in Java(Processing 3). In this GUI is a camera included. She woks fine inside the IDE. Now i want to make an executable Jar File.
This is my Main:
I put this lines into the VM Arguments.
-Dgstreamer.library.path=D:\Benutzer\Willi\MyProcessing\libraries\video\library\windows64 -Dgstreamer.plugin.path=D:\Benutzer\Willi\MyProcessing\libraries\video\library\windows64\plugins
VM arguments will not be part of the runnable JAR. Arguments can be passed on the command line when launching the JAR
The Jar-file doesn't work. If I disable the camera part within the setup, it works, but without camera.
I needyour help realy
Have nobody can answer. Perhaps it is an stupid questions. I dont get any further. I need your help please.
I have not found a solution yet.
It works not.
Is it basically possible to include the Processing-video library in a runable Jar-file?
Wait a second, you're trying to add the Processing Video library to an "app" you created using Eclipse, right? I don't think it should require any additional VM arguments. But now I'm confused.
Have you tried what @akenaton explains here - https://forum.processing.org/two/discussion/10034/#Comment_39007
Thanks for the answer and interest. I need the VM arguments into the IDE. Without it, no Video Capture on the screen. Please wait a little bit. I will send your my command line.