java-web-start

Using CXF web service from java web start

孤者浪人 提交于 2019-12-04 09:23:17
UPDATE: I have submitted my question to the CXF User's mailing list, here . UPDATE: I have currently signed all of my jars. I still can't seem to get CXF setup in a way that it can find the WSDL. My last attempt was to place the WSDL inside of my WAr file so I can access it through a web browser. I set the wsdllocation inside of the client to the URL ( http://www.example.com/app/example.wsdl ). I am now getting the following exception: Exception in thread "AWT-EventQueue-0" java.lang.ExceptionInInitializerError at com.sun.xml.internal.ws.util.xml.XmlUtil.createDefaultCatalogResolver(Unknown

What's with the new JNLP Missing items warnings in Java 7?

筅森魡賤 提交于 2019-12-04 08:35:29
My JNLP still works fine after our switch from Java 6 to Java 7, but it now throws a whole series of errors like this: Missing Application-Name: manifest attribute for: http://blah.com/app.jar Missing Permissions manifest attribute for: http://blah.com/app.jar Missing Codebase manifest attribute for: http://blah.com/app.jar It repeats several times for our main jar and a couple times for one of our library jars. However, it does not occur at all for the bulk of our library jars. JaNeLa lists some optimization opportunities (by changing some defaults), but none of those appear to be related,

Can a java web start application exist without .jnlp file? [closed]

本秂侑毒 提交于 2019-12-04 05:35:55
问题 It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center. Closed 7 years ago . As explained in Java Web Start it seems to have necessary to have a .jnlp file for a Java Web Start application. My application does not have a single .jnlp file . My application does not have main() as it has

Java Webstart attempt to sandboxed jar as “Trusted-Library”

谁都会走 提交于 2019-12-04 04:57:00
问题 I'm trying to load a signed jar with an unsigned library through Webstart. However I get a "attempt to open sandboxed jar as Trusted-Library" error. I removed the all permissions setting from my jnlp file, if let it there (which I prefer not to), I get a classnotdefined exception for my library. I'm using Netbeans to sign my jar with Trusted Library setting. Would it work if I signed the library (which is not mine, but GPL'ed)? All is working locally, btw, just not from Webstart. Thanks, Kaj

How to sign Java Webstart application for Java 8u141?

此生再无相见时 提交于 2019-12-04 04:26:58
It looks like there has been a change by Oracle similar to Java 7u45, where new manifest values needed to be set to run signed Java Webstart applications (see here ). Currently our signed application working with Java 8u131 does not start with Java8u141 with error message Could not verify signing in resource: (arbitrary resource.jar) Can you still run your signed Webstart application with Java 8u141, i.e. do I have a special problem? In the release notes is a note to security changes, but they don't look related to code signing. Also crypto roadmap looks like this release has not really

Is there any way to reenable javaws with Java 6 on OSX Lion? [closed]

这一生的挚爱 提交于 2019-12-04 03:34:16
Closed. This question is off-topic. It is not currently accepting answers. Learn more . Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 7 years ago . With the latest update to Apple's Java 6 on Lion, not only did it disable web browser support, it also disabled Java Web Start. I use javaws with an app that requires Java 6 and 32-bit. Java 6 is still present on my system, but javaws doesn't work: James-Babkas-iMac:~ jimbabka$ java -version java version "1.6.0_37" Java(TM) SE Runtime Environment (build 1.6.0_37-b06-434-11M3909) Java HotSpot(TM) 64

Problems launching the slave agent via Java Web Start on Jenkins

|▌冷眼眸甩不掉的悲伤 提交于 2019-12-03 22:52:50
We have recently upgraded Jenkins to the latest verion. and since then ive not been able to launch the slaves via Java WebStart through the command line everytime I try to launch it I get "Unable to Launch the application" error with this in the details panel CouldNotLoadArgumentException[ Could not load file/URL specified: http://MyServer:8080/computer/Slave1/slave-agent.jnlp] at com.sun.javaws.Main.launchApp(Unknown Source) at com.sun.javaws.Main.continueInSecureThread(Unknown Source) at com.sun.javaws.Main.access$000(Unknown Source) at com.sun.javaws.Main$1.run(Unknown Source) at java.lang

The digital signature is not trusted. Java will not allow any access to this application

南楼画角 提交于 2019-12-03 22:43:54
I have a Java Web Start application, which I've tested on Windows 7, Linux and Mac OS X 10.7 (works fine on all). On Mac OS X 10.8 Mountain Lion the following error occurs, with no option to choose "Allow". The error looks like this: Does anyone know of a workaround for this? Nick Just found a solution: Go into System prefs -> security and privacy, and check the box that allows applications to be downloaded from anywhere (you might have to click the lock to make changes to this) This is because of a new feature in Mountain Lion known as ' Gatekeeper '. Following is a brief description: Choose

Java Web Start Jar signing Issue?

筅森魡賤 提交于 2019-12-03 22:19:39
I'm trying to run this Java application (jar) via Java Web Start and am having an incredibly difficult time. Here's my current JNLP source: <?xml version="1.0" encoding="utf-8"?> <jnlp spec="1.0+" codebase="http://localhost:8080/" href="Test.jnlp"> <information> <title>Jnlp Testing</title> <vendor>YONG MOOK KIM</vendor> <homepage href="http://localhost:8080/" /> <description>Testing Testing</description> </information> <security> <all-permissions/> </security> <resources> <j2se version="1.6+" /> <jar href="TestJnlp.jar" /> <jar href="lib/appframework-1.0.3.jar"/> <jar href="lib/junit-4.7.jar"/

How can I get early access to Oracle Java updates, so I can test my RIA and avoid fire-drills when these updates are made public?

北慕城南 提交于 2019-12-03 18:49:26
问题 Having had our application stop working when customers installed the 7u45 update, we're wondering what more we can do in the future to be ready for these updates up-front and avoid release-day support nightmares. (Per the Java version numbering scheme, the next Critical Patch Update, planned for January 14, will be 7u51. The next Limited Update (date unknown) will be 7u60.) I've poked around the Oracle and OpenJDK websites, and not found anything particularly useful. The main Oracle page for