Questions tagged as 'jar'

2
answers

Create two jar with the same pom by the eclipse

How to create a pom in the maven that generates by eclipse two .JAR files, where one will have the .class files and the other .jar will have the sources (.java files) doing only one install. Example: Project exemplo.jar exemplo-src.jar E...
asked by 25.03.2015 / 22:00
1
answer

exec () does not execute the passed command

I'm trying to use the exec() PHP function to execute a .jar file (I know it's not a good practice, but it's the only solution I have at the moment), but I'm not getting good results. > The code in question: exec(java -jar /home/sistem...
asked by 27.05.2014 / 13:59
2
answers

Problems with JARs

I'm running a Spring application that uses Maven. All dependencies are in the pom.xml file or the JARs are in my% repository% local. Every time I try to run the application the following messages appear: The Class-Path manifest attribut...
asked by 23.02.2018 / 15:41
0
answers

Unable to build entity manager factory in jar created with maven

Good morning, In a project we are using Hibernate, Log4J2, Gson and some other things you can see in pom.xml <?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/200...
asked by 09.09.2016 / 16:37
0
answers

Using .jar libraries on the pier [closed]

Good afternoon everyone Researching found several posts talked about java2po and its function of converting .jar libraries to delphi language. I was able to convert some libraries that I need, but when I load the converted files they have sev...
asked by 28.06.2016 / 20:46
1
answer

process 24x5 in jar how to convert to .war

I have created a jar to calculate forex signals, but I would like to host it on some server in the cloud. As I've been researching, it will be much easier to convert it to a war. Since my app is supposed to run 24x5, I'd need it to run around...
asked by 09.05.2016 / 03:59
1
answer

My .jar files generated by Eclipse are not opening

I've done everything I know and found on the internet to open a .jar file, but nothing works. When I give 2 clicks it just does not open, it does not give a mistake, but it also does not open anything. I have already tried to run through the Win...
asked by 07.08.2016 / 19:45
1
answer

Android not finding class inside a Jar. What to do?

This is the error: java.lang.ClassNotFoundException: br.org.projeto.precos.bean.Lista where "br.org.project.precos.bean.list" is the Jar of which I'm trying to use a class. I've imported everything right, I put it in the libs folder, i...
asked by 06.07.2015 / 21:07
1
answer

Convert .Jar to .Dex

Speak up! I decompiled an apk and it generated a class.dex file. I managed to turn this file into .jar and now I want to go back to .dex. How to do this?     
asked by 15.10.2017 / 02:43
1
answer

Access a directory by a jar

I've created a code that uses a file that is located in a certain directory (resources). When I squeeze this code through eclipse, this directory is found and all code actions are done. However, by generating a .jar of this code, it does...
asked by 07.11.2017 / 18:33