A manifest is a file containing metadata about an application, data file or assembly.
-1
votes
1answer
21 views
SOLVED: jar not opening even with manifest
I'm trying to run the following statement on the terminal
java -jar /Users/bigbitecode/Documents/workspace/sys\ sysa_a/sys-client/out/artifacts/sys_client_jar/sys-client.jar
However, I'm always met ...
0
votes
0answers
6 views
Chrome Manifest Version 2 Simple JS and Tab?
Much like most every one, had a version 1 for years, worked fine.
Forced to upgrade to version 2 and despite reading endless docs, nothing works, lost.
It's a stupid simple action. Icon loads new tab ...
0
votes
0answers
11 views
ClickOnce Download Group with Assembly Manifest
I have an application which have an external assembly manifest, which have references to some dll:s. I want those dll:s in the manifest to only be downloaded sometimes, so I have specified a download ...
0
votes
2answers
24 views
How to read MANIFEST file of a particular class path jar in java program
I am able to read MANIFEST file of all my class path jars in my java program. But i want to read MANIFEST file of a particular jar say "xml-apis-1.0.b2.jar" How it can be done?
My working code is
...
-2
votes
0answers
17 views
Has anybody written a script that can run as an app for all us nube's to migrate our browser from manifest 1 to 2 without all the java editing?
Can a java script be written that will edit all the deprecations in the json command lines for migrating from manifest 1 to manifest 2 on the chrome browser? I saw the list posted of all the changes ...
0
votes
0answers
10 views
Develop updatable application android using file manifest
I want to develop android apps, but my apps data is too large, more than 500 MB. Anyone can help me? How to develop updatable android apps, when update, add data and update database application. I ...
0
votes
0answers
14 views
Eclipse conflicting handlers
On developing an eclipse plugin i created a command in the Manifest extensions with id crtc_v4.session with a default handler crtc_v4.handlers.StartSession , I added a handler in the manifest for ...
0
votes
0answers
9 views
HTML5 Cacheing Via Manifest
I am having some trouble with cacheing.
With my manifest file, I want to serve to the client which files I want the client to cache. What I am finding, though, is that the when I do not specify a ...
0
votes
1answer
15 views
How to set manifest tag for jar file in build.xml?
I want to make a build.xml for ant build.
I have the directory structure like this
practice
|____src
| |_____Func1.java
| |_____Func2.java
| |_____MainClass.java
|
|
|____build
...
0
votes
0answers
3 views
Troubles with .ocx registrations using manifest files
I have executable with 4 ocx files.
in my exe file, the manifest is embedded with dependecy section with all my .ocx files listed.
for each ocx file, i have also the manifest with its own data ...
1
vote
1answer
25 views
New apk uploaded and getting “Supported devices 0” on my developer console
I have following code in my Manifest file.
<permission
android:name="com.qpino.mobile.permission.MAPS_RECEIVE"
android:protectionLevel="signature" />
<uses-permission ...
1
vote
1answer
53 views
Getting Runtime Access to Clojure version number
From this so question I developed the code below. For now its only purpose (compiled as an uberjar) is to print its version number and exit.
; core.clj
(ns clojure-test-vnum.core
(:gen-class))
...
0
votes
0answers
39 views
File already exists starting ClickOnce
In my application manifest (app.manifest) I have a dependency to a manifest file (test.manifest).
When I publish my project and attempt to start it, I get an error saying:
The file ...
1
vote
1answer
65 views
Android: Main Activity not found
my App was already running fine, but suddenly the main activity is not found any more. Don't have a clue why.
In the end I get java.lang.ClassNotFoundException: ...
0
votes
0answers
16 views
Manifest, Assembly, Dll search order - looking for complete reference
Could you please advise a comprehensive reference/manual/chapter in book about Windows dll searching order, assemblies, manifests, deploying and loading C++ runtime libraries.
I found MSDN articles ...
1
vote
1answer
46 views
Adding permissions to the Android Manifest with Apportable
I'm trying to follow the Store Kit documentation to make in-app purchases over the apportabled -android version of my app. Most of the steps are pretty simple and I've managed to upload the apk on ...
0
votes
2answers
18 views
Invalid value for 'manifest_version'. Must be an integer greater than zero
{
"name": "Park_School",
"version":"2",
"manifest_version":"2",
"icons": { "128": "128.png" },
"app": {
"urls": [
"http://vle.parkcommunity.devon.sch.uk/"
...
0
votes
0answers
31 views
android webview not caching entire cache.manifest file
I have an app that loads a webpage and it works while online.
I've added a cache.manifest file to my pages, and this seems to work perfect when using browsers on my android phone, and also when ...
1
vote
2answers
26 views
Failed to load Manifest attribute - eclipse
I am trying to export jar of a project via eclipse
when I run that jar it gives error "failed to load Manifest attribute"
although I give main-class-name in manifest file but it is not working
I ...
0
votes
0answers
16 views
UAC dialog for an installer with a manifest and code signed
I wrote a setup.exe installer in C++ that has to be released through a web server. I attached a manifest with 'requestAdministrator' elevation and i signed it with a regular code certificate bought by ...
0
votes
0answers
46 views
Android R file not recreated when changing Package
I changed the package name in my manifest file.
It automatically changed the target package for the generated files.
Now Eclipse doesn't create the R file.
What could be the problem?
EDIT:
I am ...
0
votes
0answers
11 views
Appcache Manifest Issue - getting zip files that are not included in manifest
I'm having issues with a manifest file.
I am trying to download zip files that are located in a folder in my web server: /files
However I am unable to access the files due to the following error:
...
0
votes
1answer
38 views
How can I run this script when the tab reloads (chrome extension)?
So i'd like to run a script when the tab reloads in a specified URL. It almost works, but actually id doesn't :)
This is my manifest file:
{
"manifest_version": 2,
"name": "Sample Extension",
...
3
votes
0answers
29 views
Cache Manifest with ASP.NET MVC Downloads Correctly, But Site Still Unavailable Offline
I'm working on an ASP.NET MVC web page that I would like to have available offline. I created a Cache Manifest file and included it as follows:
<html lang="en" manifest="/cache.manifest" ...
2
votes
1answer
45 views
Packaging Spring Jars in the exported Spring project - better way?
I'm exporting a spring project as JAR. Now the problem is, I need to take care of spring jar files dependencies.
One option for this is, include all the JAR files in the Class-Path header of the ...
0
votes
1answer
18 views
What parts of the project library manifest need to be duplicated in dependent application manifest?
I'm creating a library project, and a regular project based on that. So far I've only made one simple view in the library project. When I load in the emulator I get the error "No Launcher activity ...
0
votes
1answer
75 views
Creating a .jar file for a program
I am working on a game and was going to create a jar file of it to send out a beta version to some of my friends so that I would know how the game looks on different resolutions and how it runs on ...
1
vote
0answers
67 views
“Invalid signature file digest for Manifest main attributes” on Java build from source
I am building java from the Oracle source code, on Linux (SLES 11). I have gotten through the glitches up to this point, but have hit a problem where the rt.jar file is being processed.
The last ...
0
votes
0answers
17 views
Get phonegap build app to work with manifest file on server
I´m creating an app with phonegap build and Im trying to get one page offline from my server with a .manifest (appcache) file.
In my app index file I load a main.html page from my server with:
...
0
votes
1answer
40 views
update a chrome extension: manifest 2 and security policy
I am trying to update an existing chrome extension that used background page, I found something here and here I get no error but the popup is never displayed.
I even tried to go back to some old ...
0
votes
1answer
47 views
java -jar is not able to read classpath from manifest file resulting in NoClassDefFoundError error
My MANIFEST.MF file looks like this
My main() prints the classpath -
ClassLoader cl = ClassLoader.getSystemClassLoader();
URL[] urls = ((URLClassLoader)cl).getURLs();
for(URL ...
0
votes
0answers
21 views
MT.exe changing “language” by “culture” in the generated assembly
I'm trying to install in WinSxS a MUI version of my dll.
I'm creating a manifest file for the localized dll with mt.exe with the next assembly identity:
...
1
vote
1answer
40 views
Android manifest XML provider tag. android:authorities
I have been going through the NotePad sample application for android-17 when I came across this tag in the manifest XML file:
<provider android:name="NotePadProvider"
...
0
votes
3answers
28 views
How to “merge” two and mor JARs into one?
Ok, I have App.jar as a runnable jar of my applicaiton. It is dependent on many more jars, defining the functionality of the applicaiton (such as worldwind.jar providing 3D globe). One way how to make ...
0
votes
0answers
38 views
Ho can I get rid of *.exe.manifest files form the MSVC compiled exe files?
I beg my apologies beforehand before asking some silly questions,
but I searched the web at my capacity but not found any answer that works in my case.
My question is:
How can I get rid of the ...
0
votes
0answers
19 views
offline cache in webapp is not working in fullscreen
I have a webapp done with jqtouch and the offline cache is not working when I add it to the homescreen as a fullscreen app, I finally found out what was causing the app not to cache, it was when I ...
0
votes
1answer
26 views
Can receive ACTION_POWER_CONNECTED via manifest but not programmatically
Why is it that I can register a broadcast receiver for "android.intent.action.ACTION_POWER_CONNECTED" via the manifest file but not programmatically using the following:
IntentFilter iFilter = ...
1
vote
1answer
31 views
Unable to read manifest error in firefox os simulator
I have a directory hello containing
1.jpg hello.webapp index.html
index.html is as follows:
<html>
<head>
<title>Hello World!</title>
</head>
<body>
Hello World!
...
1
vote
2answers
120 views
App not compatible with Samsung Galaxy Tab 10.1
I recently released an update to an app. Since the update I have received several emails asking why it's not compatible with the Samsung Galaxy Tab 10.1 anymore.
The only addition to the manifest is ...
0
votes
1answer
48 views
Including libraries in jar
Ok, so here's what we've got:
We've got two library packages, which we've compiled into jars.
package starwars;
public class JarJar {
public void JarSayHello()
{
...
0
votes
2answers
49 views
why dynamically created elements will be cleaned in java(android)?
I am developing an aplication by java for android.in my app i create some TableRows dynamically by code.when i rotate or go to another activity and return,my created elements will be cleaned.why?
I ...
0
votes
1answer
59 views
C#, Cant load embedded resource with GetManifestResourceStream
I am embedding a binary file with the /linkres: compiler argument, but when i try to load it with:
System.Reflection.Assembly myAssembly = System.Reflection.Assembly.GetExecutingAssembly();
string[] ...
-2
votes
0answers
22 views
Fix Hash for App manifest (Resolution for Application manifest having different computed hash)
Ok i have created an application on C#. Now when i create a clickone it works fine. Now what i did I created ClickOne Application 2 times.
Obviously both of my application contains similar files, in ...
-1
votes
0answers
41 views
Unable to instantiate ComponentInfo [duplicate]
I imported my Android app onto a new laptop with the latest installations from The Android SDK. It used to compile without problems. The app uses the Facebook SDK. I get this error when I try to build ...
1
vote
1answer
35 views
how can I make or change a manifest in java?
I wanna add Extension-List to manifest. but I don't know that how make manifest file for java project? or where can I find it, if it was made before?
I've read oracle docs but I didn't find a good ...
0
votes
1answer
81 views
How do i declare my Activity as Launcher?
I am trying to build a kind of custom lockscreen.
In order to achieve that I need to disable the HOME button.
From this post I understand that I can achieve that by declaring my Activity as a ...
0
votes
1answer
37 views
Mozilla webapp manifest validation fails with “Error while requesting icon” and “Error while requesting launch_path”
I try to submit a webapp to Mozilla's Firefox Marketplace but the validation fails.
The manifest is located here: https://www.bonner-nacht.de/manifest.webapp
The validator complains:
Error while ...
0
votes
3answers
41 views
unfortunately project name has stopped
I got "unfortunately app has stopped" error in the emulator for many applications.all the applications can have the same logcat.java file as I mentioned here.please post a solution.Thanks...........
...
1
vote
1answer
59 views
programmatic vs static broadcast recievers in android
In my app, I am utilizing GCM and push notifications.
However, I am a bit concerned regarding broadcast receivers.
In the app, I see the broadcast receivers are being declared 2 types.
static via ...
0
votes
0answers
24 views
Version number in manifest does not match any assembly reference
I've got :
"Runtime Error!
Program: D:\Foo\Bar.exe
R6034 An application has made an attempt to C runtime library incorrectly"
After hours of googling I've found out that my Bar.exe has embedded ...




