Questions tagged [runnable-jar]

39 questions
0
votes
1 answer

Make-distribution.sh failed to build spark 2.4.3

I have cloned the spark project from the github and added the scoverage plugin into the parent pom.xml, and set the zincZerver to false and added a reporting tag into the pom.xml following are the changes i have made into the…
Raman Mishra
  • 2,635
  • 2
  • 15
  • 32
0
votes
1 answer

Merging properties file to existing Runabble jar not working

I have created a new properties file to access for DB connection, and I have exported for eclipse as a runnable jar. My code is able to detect the properties file and working fine. Where I need to merge this code to other Environment, I have taken…
user12345
  • 1
  • 3
0
votes
2 answers

InputStream won't read images in Runnable JAR

I'm writing a character builder for D&D, but I find myself in a weird situation, since InputStream class seems to work for certain files, then I do get: java.lang.NullPointerException: Input stream must not be null I am using the InputStream to load…
0
votes
1 answer

Selenium + sikuli runnable jar

I have a question regarding selenium with sikuli runnable jar. I created a code for testing a page and when I run it from eclipse it does everything perfectly, but when I export it as runnable jar and start the script with java -jar filename.jar it…
mirx
  • 13
  • 3
-1
votes
1 answer

Eclipse Javafx Runnable Jar

I made a java application using javaFx on Eclipse IDE. I am using JavaSE-11 compiler and the javafx-sdk-11 version. It works when I run it from Eclipse, but now i'm trying to make a runnable .jar of the application. When I double click on the .jar,…
-1
votes
1 answer

JFrame not the size I set it to

I have followed a handful of tutorials on how to fix this and none of them helped What I am attempting to do is size the frame to 1280 by 720. But when I export my game to a jar the frame size is smaller then it should be, which leads to a variety…
Zeeen
  • 312
  • 1
  • 2
  • 13
-1
votes
1 answer

Can I have Solr Server incluided inside my java runnable jar project?

I want to include and start the solr server when I start my java project and then, when you click a button, I will run a python program which uses the solr server. I have done it and it works when I launch it in Eclipse, but when I packeted all in…
-1
votes
1 answer

How can I get my source code back after I exported on .JAR file and after that I erased the project from the Workspace?

I exported a project from Eclipse and then I tried to run'it in my machine and I couldn't. I readed some articles and I realized that I exported the program on a wrong way, (I'm using Eclipse as mi IDE) Eclipse gives you the option to export the…
Luis
  • 13
  • 2
-2
votes
1 answer

How to hit the run method of a spring boot application

I have runnable jar of a spring boot application. I have used it as a library in my java project. Now I want to hit the run method of this library, but I am getting an exception "java.lang.ClassNotFoundException:…
Ankit Pande
  • 7
  • 1
  • 5
1 2
3