Questions tagged as 'jar'

0
answers

Is it necessary to import the dependencies of a jar that is a dependency of my project?

When trying to use a jar (my own) in my project, gradle is causing me an error by not finding a dependency that uses the jar, should I import this dependency that is missing in my project? Why does this behavior happen? What is the good practice...
asked by 31.07.2018 / 20:59
0
answers

class works correctly in netbeans but does not work in .jar file

the entire project was compiled correctly, create an .exe file with launch4j and this message is displayed on launch4j: may 23, 2018 7:43:16 PM components.PnlCategory pnlCategoria is a JPanel, in netbeans this panel is shown correctly, but wh...
asked by 24.05.2018 / 04:07
0
answers

Save .xml in meta-inf folder?

When I compile a JAR POM in Maven it does not save an .xml file that I need in the meta-inf folder. How can I save this file in the pom? Example:                                            / src / META-INF /                                ...
asked by 27.04.2018 / 00:45
0
answers

Run a jar called from php?

I want to call a jar that receives parameters for electronic signature, I want to do it from php, in localhost it's great, I have a hosting with tomcat support with JVM Shared, I upload it in the same way I have in local and it does not do anyth...
asked by 09.02.2018 / 00:44
1
answer

How to protect some properties and persistence.xml files inside a jar?

Could you help me please is that when generating the jar of my application it also packages the information of the database (Persistence.xml) next to some .properties files and this makes the application very vulnerable, I would like to know how...
asked by 18.10.2017 / 17:30
0
answers

Create a .jar from R

I have a code in R that I want to export as .jar so that it can be called without problems after .jar How could I export a .R as .jar?     
asked by 10.08.2017 / 11:36
0
answers

It works in NetBeans but JAR does NOT work

Hello, how good everyone is. I need help. I'm doing a project that basically consists of making a chat that communicates by reading files, you can only communicate by executing the same jar several times. It basically consists of allowing the us...
asked by 02.05.2017 / 00:19
2
answers

Problem when creating the Jar and query to make a purchase ticket in Java, IDE Netbeans [closed]

Good evening, I wanted to see if someone can guide me for two problems I have, how can I make a purchase ticket and send it directly from Java and the other question is because when I build my project made with frames, in Do you see me create a...
asked by 14.01.2018 / 07:05