The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
9 views

Does Jersey work with an OSGi container

Is there a simple example showing how to use Java Jersey JAX-RS with OSGi using Blueprint? A complete example with a MANIFEST.MF and the blueprint.xml files? Thanks.
1
vote
2answers
19 views

ClassPath in manifest does not work

Structure of files in my jar is: com/my/Main.class META-INF/MANIFEST.MF RXTXcomm.jar Manifest.mf consist: Manifest-Version: 1.0 Main-Class: com.my.Main Class-Path: RXTXcomm.jar (empty line ...
1
vote
2answers
47 views

NoClassDefFoundError when compiling a HelloWorld programming to a jar

Here's what I've got. I've got my 'MyJava' folder which everything is contained in. MyJava/src/a/HelloWorld.java MyJava/src/b/Inner.java MyJava/bin/ MyJava/manifest.txt HelloWorld.java: public ...
0
votes
0answers
30 views

Reading /META-INF/MANIFEST.MF in Spring MVC Application

I found this link that shows how to read/load /META-INF/MANIFEST.MF in Spring Web Application. Is this one of the best approaches? Are there any other approaches that you are using?
1
vote
2answers
62 views

How to make a runnable jar of my maven project?

I want to make a jar file of my project but it shows error when I try to make jar. Till now, I build a jar that is executed by using a command , java -cp <JAR FILE> <MAIN CLASS NAME>. ...
0
votes
1answer
33 views

ClassNotFoundException problems with manifest in created JAR

I'm trying to create a JAR file from my sources, but when I run it I get class not found exception - it can't find the main class, even though I defined it in the MANIFEST.MF file. Can you spot any ...
0
votes
0answers
30 views

Maven Shade Plugin: The uber jar keeps the shaded dependencies in the manifest

I'm using the maven shade plugin to create an uber-jar with all the dependencies of my project, but for some reason the Manifest file in the uber-jar keeps all the entries of the jars that were ...
0
votes
2answers
96 views

JAVA: Unable to run a jar file

I'm new to JAVA and trying unable to figure out what's wrong with the project I created. I created a JAVA project in eclipse and exported a jar (not runnable jar). I unchecked .project and .classpath ...
0
votes
2answers
53 views

How can I use class from another jar in JAVA?

I have a little app that uses import simple.http.Request; import simple.http.Response; import simple.http.load.BasicService; import simple.http.serve.Context; ... When running the jar file (java ...
0
votes
0answers
110 views

no default META-INF folder in Netbeans project — where to add files to?

How do I get Netbeans to add javamail.providers into the META-INF folder (which I manually added) without getting into the weeds in the ant build file? It's kinda odd, because manifest.mf ends up in ...
0
votes
0answers
49 views

Eclipse code template: to get version from MANIFEST.MF

How to get version, that is inside META-INF\MANIFEST.MF, in Eclipse IDE Code style template or when inserting JavaDoc @since? Related: How to get Maven pom.xml version in Eclipse code template?
0
votes
1answer
81 views

Java META-INF not working

My jar file is not working at all. It isn't the class files that are messed up, but the meta-inf file. My main class is called Main.class. This is what my META-INF/MANIFEST.MF file looks like: ...
1
vote
1answer
51 views

MANIFEST.MF issue with jhall.jar

i have created a jar-file (DicoDB.jar) with Eclipse in the folder called 'program-jar'. Inside a subdirectory 'javahelp' are the following jar-files: jhall.jar, hsviewer.jar, jh.jar and dicoDBHelp.jar ...
0
votes
5answers
110 views

I cannot access the correct MANIFEST.MF file in my java code

I have tried numerous ways to access the manifest from the correct jar. The issue i have is it seems to be reading the first jar file it comes to and not the one for my class. This is my latest ...
0
votes
1answer
156 views

Manifest.mf remains empty when trying to write via maven build process

I am trying to write some extra data to my manifest.mf via the pom.xml but for some reason it is remaining blank.... I am a complete newbie at java so am going to write all my steps down here .. no ...
1
vote
2answers
210 views

How to get package version at running Tomcat?

How to get package version at running Tomcat? I try getClass().getPackage().getImplementationVersion() but this always returns null. I guess it is because my war wasn't yet packaged and Tomcat ...
0
votes
1answer
65 views

Specify encoding in manifest file

I created a jar using the Export functionality in Eclipse and when I try to execute it in the following way it fails java -jar Code.jar However it works correctly for java -Dfile.encoding=UTF-8 ...
0
votes
1answer
59 views

If I'm using applet how can I create a .jar file using Eclipse?

I am currently working on creating an artificial world and I have followed the following website http://www.ethics.ubc.ca/eame/eameweb/Simulators/JavaProject/TofC.html He used an applet to create it ...
0
votes
0answers
89 views

Xbootclasspath/p equivalent for JAR Manifest.MF?

I currently run my JAR (which overrides default JRE classes) using command-line parameters like java -Xbootclasspath/p:lib/1.jar;lib/2.jar -jar myJAR.jar I would like to put those overrides into ...
1
vote
1answer
250 views

Manifest classpath is not working

I have created one manifest.jar which contains the jars that needs to be added in classpath for some other Jar. I tried using relative classpath as well in my manifest.mf but still these jars are not ...
0
votes
1answer
43 views

Unwrapping a java manifest file fin bash

In Java, META-INF/MANIFEST.MF files have a maximum line length. Beyond that, an automatic line break is inserted, signaled by a space at the beginning of the next line, like so: Manifest-Version: 1.0 ...
2
votes
1answer
404 views

java.class.path doesn't bring Manifest.mf Class-Path property

I'm trying to get my application classpath. I have a jar (named application.jar) and it have in its Manifest.mf other jar files, ex: "Class-Path: a.jar b.jar". Why when I use ...
0
votes
0answers
85 views

Setting the classpath for an executable jar

I build a war file. I have another project that needs to download this war file, unzip it and run a class in one of its jar files. When I unzip the war file I get the following structure: myWar ...
1
vote
1answer
230 views

Does the manifest.mf file show the version of the jar?

Intro I have created a script that loops trough all installed applications on our application server, for each application finding the WEB-INF/lib-folder. Then, for all third party jar-files in the ...
1
vote
1answer
116 views

How do I correctly use SNAPSHOTS dependencies with EARs and EJBs

I am trying to build an EJB in an EAR. My EJB has dependencies on SNAPSHOTS. So when I build the EAR my structure looks like this: my-ear-1.0.0-SNAPSHOT.ear + META-INF - application.xml - ...
0
votes
1answer
125 views

OSGi plugin - MANIFEST.MF being overriden changed at runtime

Do you guys know if there is some way to change the MANISFEST.MF settings programmaticaly at time to load a plugin? It would be perfect for me if I could do that on Activator start method. For ...
1
vote
0answers
136 views

Reading my own Jar's manifest, when the Jar is used in an Android app

I have a Jar that I use in my Android app (it's in the libs folder). The Jar doesn't contains any Android resources or anything like that, but just simple Java classes. Now, I want the Jar to know ...
0
votes
0answers
125 views

How to get JRE 1.7 on Windows Server 2008 R2

I want to run my jar execuatable file in a remote session of Windows Server 2008 R2. I'm not sure how to do it. The Remote session has JRE 6. On my windows XP desktop: I double-click the jar ...
2
votes
1answer
1k views

Use of manifest file in java

I noticed that jars,wars or ears have Manifest.mf file under META-INF folder. I want to know what is the use of Manifest.mf file. What all things we can specify in this file?
4
votes
5answers
213 views

Is it correct or incorrect for a Java JAR to contain its own dependencies?

I guess this is a two-part question. I am trying to write my own Ant task (MyFirstTask) that can be used in other project's build.xml buildfiles. To do this, I need to compile and package my Ant task ...
0
votes
1answer
527 views

ManifestEntries when building jar-with-dependencies

I am trying to set my build server information into META-INF/MANIFEST.MF. It works very well when using maven-jar-plugin with manifestEntries . The problem is that when I am packaging the Jar with ...
0
votes
1answer
475 views

MANIFEST.MF is override after running build.xml using ant

have following directory structure src/com src/META-INF/MANIFEST.MF src/META-INF/spring src/META-INF/spring/context.xml now when i run the script, my menifest file is override, i don't want that, ...
0
votes
2answers
168 views

Specifying JVM heap sizes in JAR

I'm trying to write a game engine, but it needs more memory than the default settings. I know that if you double-click a jar, the default settings are used. So is there anyway I can specify that the ...
0
votes
1answer
395 views

ant build got failure due to “Unable to delete file xxx.jarSAVE”

when i am doing ant build, every time build got failed due to Unable to delete file xxxx.jarSAVE. But this file is not there in that folder. i am attaching build trace here. Can any one help me for ...
0
votes
2answers
159 views

Howto: Locate a Resource file within a JAR file without knowing the name and location upfront

General problem: finding/locating a resource file (document.xml) within a JAR file that has no fixed position where it can be found and even the name of the file is unknown upfront. Situation: two ...
2
votes
3answers
203 views

After extracting files from a jar, how to recombine them into a valid jar again?

I extracted the files from a dacapo benchmark jar. jar -xf dacapo-2006-10-MR2.jar Then, I got this folder dacapo-2006-10-MR2 I tried to recombine them together in this way: jar cmf ...
1
vote
0answers
724 views

maven-ear-plugin - How to manipulate Manifest.MF of webModule and ejbModule?

I have a multimodule maven project with the following structure: app (parent) -- pom.xml -- app-ear -- pom.xml -- app-ejb -- src -- pom.xml -- app-web ...
4
votes
1answer
4k views

What is use of MANIFEST.MF in WAR/JAR/EAR?

I am aware of usage of MANIFEST file in a mobile application, but am not aware of usage of same in a Java Application. My guess say like, its being used to keep BUILD information only. Am I ...
4
votes
1answer
189 views

Support for manifest only jars in Java Compiler API

Does the Java Compiler API support manifest-only jar files with Class-Path entries in the classpath arguments? I am trying to use the Java Compiler API in Maven Surefire tests, but it seems that the ...
2
votes
3answers
423 views

How do I use manifest.mf class-path for alternative main in same jar?

I have created an executable jar file that contains two main classes. All libraries are included in the jar and the main Main-Class works fine when executing like this: java -jar MyApplication.jar ...
0
votes
1answer
112 views

Does URLClassLoader.addURL(URL) honor the META-INF/MANIFEST.MF

If I have a jar that includes a Class-Path entry in the MANIFEST.MF. If I add the jar to a URLClassLoader, are the jars in the Class-Path entry also added to the classloader? Do I need to introspect ...
2
votes
0answers
299 views

file not found manifest.mf eclipse

I'm using the following configuration : Eclipse Indigo Maven 2 ClearCase (like SVN and CVS) and every time I want to run an application within eclipse a popup appears telling me that a Problem has ...
1
vote
1answer
134 views

Java - getManifest() issue: Not first entry

I want to generate programtically a jar file in java. This works well when the input jar file has NOT been obfuscated. When I use an obfuscator on it, the first entry is no longer the manifest, so I ...
2
votes
1answer
2k views

what is correct internal structure of JAR file

This is a really silly question that I can't fine a difinitive answer to. Background. I'm using Eclipse (with one of the ANT plugins, on an XP terminal). I have just started playing with ANT, in ...
3
votes
2answers
417 views

Get JAR compilation time

I am trying to get the compilation time of the runnable JAR file I am exporting from Eclipse. One way to do this would probably be to get the modification time of the META-INF/MANIFEST.MF file. ...
0
votes
1answer
281 views

MANIFEST.MF in RAD not listing all dependencies

In my RAD, when I open up the MANIFEST.MF file for an ejb project, because I need to add dependencies, in the UI, I see (under dependencies): Select other JARs or modules contained by the EAR that ...
1
vote
3answers
336 views

Creating a workable jar

Ok, this is round two of my problem. I have created a simple program in notepad and saved it as a (Blocktestgui.java)java file. I compile with the command javac Blocktestgui.java and get ...
1
vote
2answers
2k views

Showing 'Failed to load Main-Class manifest attribute from TestExample.jar'

Failed to load Main-Class manifest attribute from TestExample.jar How to resolve the above problem of when I am trying to run the executable jar file?
0
votes
1answer
111 views

Executing jar file with jars in folders

I am inside a E:/foo/bar folder inside windows environment. I have a jar file as E:/foo/bar/a.jar. Also inside foo/bar there are lot of jar files. Also under the foo/bar there is another directory ...
4
votes
1answer
774 views

Best practices for embedding SVN version number in Java jar manifest?

I see questions like How to get revision number from subversion using maven? but are there any standards (defacto or otherwise) for which actual fields to use in the manifest, for the version # and ...

1 2