Questions tagged as 'jar'

1
answer

How to pass the Netbeans project to a .jar file?

I just did a project on Netbeans and would like to turn it into an app to run on the PC, so I want to turn it into .jar. How to do this?     
asked by 03.06.2017 / 22:07
2
answers

How to save the maven dependencies inside the project folder?

I want to save all maven project dependencies inside my project folder! What should I put in the pom.xml file?  Is there a plugin for this? I would like a pom.xml template that describes how to do this. Here is my pom.xml: <?xml version=...
asked by 06.01.2017 / 00:47
1
answer

How to extract images and sounds and songs in the jar file of any Gameloft java games? [closed]

I have a mobile game in Gameloft's JAR Format so I can not see where the images and sounds and music are. I only see some bin files (ConditionExpr.bin and ResInfo.bin), some class files (a.class, b.class, c.class, d.class, and.class, f.class,...
asked by 12.08.2016 / 19:19
1
answer

Create a Java application executable

I made an application that has a timer to look at a certain directory every 2 seconds, when I'm running the application in NetBeans it works normally, but I tried to create a JAR of this application and it does not run in the application manager...
asked by 11.07.2016 / 19:50
1
answer

How to generate a jar through ANT?

I'm using Jdeveloper together with Ant, though I came across a pretty boring situation ... I can not generate a functional .jar through the ant. I have already built a build.xml containing the path to main class, however ... whenever I try to...
asked by 14.10.2015 / 23:00
3
answers

Embark Tomcat in Java Desktop application

After a long time, I was able to develop a Java application, with a graphical interface (swing), which simulates access to a given site and extracts data. The problem is that as it simulates a browser (with HtmlUnit), it needs Tomcat, and when I...
asked by 19.11.2018 / 21:38
0
answers

SchemaSpy - Error while executing

I was reading about programs that generate database documentation and found SchemaSpy , by what I understand it generates an html with the bank structure (tables, columns, fks, data dictionary, etc ... ). As per the documentation, I ins...
asked by 15.02.2018 / 03:47
0
answers

Problems sending JSON by POST when compiled

I have an application whose one of the modules is responsible for sending a JSON to an online API that synchronizes the data with a back-end system. When this module is executed or debugged in an IDE, it performs this task successfully, however,...
asked by 05.09.2017 / 14:30
1
answer

I can not execute jar using exec command in php

When I try to run the system it does not return anything, I do not know what might be wrong, I tried to run another jar and it worked, but msm n does not get any parameters. the finder jar works on the linux command line normally public functi...
asked by 09.04.2017 / 05:52
0
answers

java error running via jar

I have a code that makes a request to a WS. When I run via NetBeans, the code works perfectly, but when I do via java -jar programa.jar the system has the following error: com.sun.xml.internal.messaging.saaj.client.p2p.HttpSOAPConn...
asked by 26.12.2016 / 18:15