-
Notifications
You must be signed in to change notification settings - Fork 115
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cant run my created runable jar #134
Comments
Are you running a 32-bit or a 64-bit JVM? If 32-bit, HumbleVideo does not support those. Otherwise, please post your maven manifest (pom.xml) that you built with? |
Looks like the same as #112 |
I'm currently facing this same issue. I have exported a project, which is fully functional in Eclipse, to a runnable JAR. The JAR will run until it's time to use Humble Video, at which point I get the following error:
As it relates to Humble Video and Maven plugins, my pom.xml contains the following: ...
<build>
<sourceDirectory>src</sourceDirectory>
<plugins>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.7.0</version>
<configuration>
<source>1.8</source>
<target>1.8</target>
</configuration>
</plugin>
</plugins>
</build>
<dependencies>
<dependency>
<groupId>io.humble</groupId>
<artifactId>humble-video-all</artifactId>
<version>0.3.0</version>
</dependency>
...
</dependencies>
... I have attempted the solution proposed by mozeq in #112 to no avail. I'm quite unfamiliar with Maven, so there may be an oversight in my pom.xml, but there are other Maven dependencies in my project which work fine in the runnable JAR. I am using Humble Video 0.3.0, a 64-bit JVM, and Windows 10 Home. |
The workaround from #112 appears to be incomplete and/or they were building humble video from source whilst compiling their app.
|
I cannt run my runable jar in which i use this Humble Video Library.
In Eclipse it all worked fine, but when I created the file, it doesnt work.
This error message appears.
humble_error.log
I have created it with Maven.
Version of humblevideo: 0.3.0
Operation System: MacOs MojaveVersion of humblevideo: 0.3.0
Operation System: MacOs Mojave
Please help me if you can.
The text was updated successfully, but these errors were encountered: