Dear All:
I am battling with Ivy (I tried maven but had an event more difficult time setting up the JBoss repository for Hibernate).
Quick question - I am using this wonderful package:
http://ooweb.sourceforge.net/index.html
Unfortunately, the JAR is only available through Sourceforge:…
is web-inf/lib should contain only application specific jar's or deployment environment specific jar's also as per J2EE standards.
Note : war file is not making use of any deployment environment specific functionality (for instance weblogic or websphere or tomat etc ...)
I am getting this error when I tried to use a JPA object created by Roo.
Entity manager has not been injected (is the Spring Aspects JAR configured as an
AJC/AJDT aspects library?)
I have followed some online advice to add the spring-aspects.jar to aspectj path in Eclipse but…
I need to run a jar file which is application for for SAMSUNG mobiles. I have configured my eclipse with Latest samsung SDK for java. I also able to run a sample application on emulator. Now I have to run a JAR file in that emulator. Please advise.
How can I change the icon of a .JAR file I want to distribute? I have changed the icon that shows when the program is run, but I want to change the icon in the environment (e.g. Windows XP), that is for the file itself. I googled, but the best I could find is converting the .JAR to a…
I'm getting an error in a JBOSS application:
Static Method [addHeader] not found on JavaBean [class com.ppnet.webservice.WebserviceHeaderWriter]
I have checked the WebserviceHeaderWriter.jar that gets deployed into JBOSS and checked it in eclipse. It looks as if it should have…
Is there a way to reuse a jar with JPA annotated entities in more than one SE applications (as a dependency)? <jar-file> in persistence.xml is not supported in SE environments so is there another way?
I am trying to compile jar file to exe using mingw- gcj version 4.4 under windows 7, but it always throws error saying
I am using following command
C:\libs>gcj --classpath . --main=<main class> -o test.exe <my jar file>
Where I am going wrong ?
I have developed an application using Eclipse IDE. After creating the application I exported the project in jar format. When I am trying to run this jar file, I get the error: Unable to load main class. Please Help.
I noticed this while running a performance test with JMeter. For first half an hour everything was fine and the /server/all/tmp directory size was around 36M.
Then suddenly the tmp directory grew up to 6.1G. The space was taken by jar files inside vfs-nested.tmp.
I found…
How can you javac the code in terminal by using google-collections in CLASSPATH?
Example of code trying to javac in terminal (works in Eclipse)
import com.google.common.collect.BiMap;
import com.google.common.collect.HashBiMap;
public class Locate {
...
…
Hi friends,
I have website source code...in which there is a adito.jar file
first i extract it ...then make again jar using "jar -cvf adito.jar .
and the changed jar file work fine again with that website.
above process is only work when i use jdk1.6.0_14…
I've a directory in my eclipse project, in build path which contains files (txt).
Now, when i run the application from eclipse, i can read the files (using #1 below). but, when i export my application to jar and run it from other pc i can't read the files…
Oracle B2B 11g, provides the out-of-the box ability to connect to IBM MQ to exchange the message. This is support is provided via JMS offering of Oracle B2B.
This is an addition to the stack of existing communication capabilities of B2B with trading…
I have a used the maven assembly plugin to create multiple jar from one jar now the problem is that I have to publish these jar to the local repo, just like other maven jars publish by them self when they are built maven clean install how will I be…
The following ant xml should work according to documentation, but does not.
Can anyone tell me if I'm doing something wrong. The get task should support the nested "resources" element in Ant 1.7.1 which is the version I'm using:
…
Is it possible to have an AndroidManifest.xml and or resource files in a Jar file and import that into a executable Android project?
My goal is to provide styles, resources, and services from a jar library that can be accessed from a main android…
I'm trying to use KSoap2 library.
I put the file Ksoap2-android-assembly-2.5.7-jar-with-dependencies.jar in the directory workspace myproject libs
Then I setted it in build path. (libraries)
I have error just when I run the application:
…
Hi all,
I have a java project in Eclipse which includes a couple of external jar files. These external jar files are being rebuilt through a different process (not eclipse, ant). Those changes are not being reflected on the eclipse project…
keytool -genkey -keystore myKeyStore -alias me
keytool -selfcert -keystore myKeyStore -alias me
jarsigner -keystore myKeyStore jarfile.jar me
I'm using this way to sign jars.
I use my jar and a few more as libraries and all of them are…
I have a project that contains a single module, and some dependencies.
I'd like to create a jar, in a separate directory, that contains the compiled module. In addition, I'd like to have the dependencies present beside my module.
No…
I need to run this line from my c++ program:
java -jar test.jar text1 text2
the java app will give a float value and give it to the c++ program.
How can I do this? I never call a java stuff before from my ms visual studio C++…
Does anyone know what the difference is between adding an appropriate JAR-file (eg. Apache XALAN) to a JRE's endorsed directory and adding it to the application's classpath?
Is it possible to take a jar-file that can be added…