jnlp

JNLP file doesn't work on windows 10 x64

别来无恙 提交于 2019-12-24 10:15:51
问题 I have Windows 10 pro. x64. I have jnlp file, that works on many different laptops, but not mine. So usually jnlp file opens a window with application. Not on mine machine. When i double click on jnlp or run it using jawaws file.jnlp what happens is Java(TM) web launcher and Java (TM ) Web Start Launcher is active in processes in task manager.. So, each time i run jnlp program, it runs web launcher and web start launcher but doesn't run program. What is curious, sometimes but seldomly, it

How to grant dependent lib in jnlp file all permissions?

不羁的心 提交于 2019-12-24 04:13:25
问题 I have a serious problem with Java Web Start that I can't get my head around. The situation is the following: I have a JavaFX app, written Java8, that I want to deploy using Java WebStart. Until recently I used HTTP for communications with a server, and everthing worked fine. I could deploy the app using Web Start embedded in the browser or as a standalone app. However I have now changed the communication to use WebSockets. For this I am currently using the tyrus implementation. And now comes

Managing upgrades to Java 7

陌路散爱 提交于 2019-12-24 02:28:26
问题 My team uses a lot of Java applications and applets (both internally created and from external sources). Since the release of Java 7, which we are using for some applications, we have found a number of problems with external applications and applets which do not support Java 7 (although I don't know why - however, having spoken to the tech support at the organisations that provide these applications, they indicate that their applications are not compatible with Java 7). Unfortunately, many of

Just trying to write data to a serial port from a Java Applet?

拟墨画扇 提交于 2019-12-23 21:50:47
问题 I've been tearing my hair out for several days now trying to figure out just why the heck this never seems to work! First off, here is my config: Windows 7 x64 JDK 7 x86 JRE 7 x86 Firefox x86 Rails 3 served by Thin Java settings are such that the "next generation plugin" isn't active (but it keeps reactivating itself somehow!!!) At first I tried RXTX but I kept on getting "no class found" errors. I've now moved on to winjcom. The error I'm now getting is this: java.security

Security issue with jnlp jar for java swing

懵懂的女人 提交于 2019-12-23 21:11:59
问题 How to create totally security proof jnlp. I created one jnlp and uploaded on my online server. It is not working at all, but in my local, it is working fine. My online JNLP is opening GUI, only when, i decrease the java security level to medium( i think it is not secure at all) and it is not working (none of the functionality is working) I googled it about it, but could not find anything useful. Edited Can you please verify the JNLP file...find at link..This application is running perfectly

JNLP should use a specific Java version but error results

巧了我就是萌 提交于 2019-12-23 09:26:04
问题 I'm facing a problem here. I want to use a special version to run our java webstart application but just for one jnlp. ("It was tested, ... blabla we can't use a new version... blabla" by random windbag) So I tried to configure our JNLP like this: <resources> <j2se version="1.6.0_29" href="http://java.oracle.com/products/autodl/j2se"/> ... </resources> When I start this jnlp now I get following Error even if the right Java is installed: Error: The application has requested a version of the

Java applet: Chrome prompts to download java 7, IE and Firefox don't

杀马特。学长 韩版系。学妹 提交于 2019-12-22 15:52:09
问题 I'm having the following problem running a Java applet in Chrome. This is the script I have in my page: <script type="text/javascript" src="http://www.java.com/js/deployJava.js"></script> <script type="text/javascript"> var attributes = { code: 'com.mycompany.MyApplet', id: 'myApplet', name: 'myApplet', width: 710, height: 540 }; var parameters = { jnlp_href: "MyApplet.jnlp" } ; var version = '1.6'; deployJava.runApplet(attributes, parameters, version); </script> <noscript>This page requires

Java Web Start Application can read files from local systems, but not write [closed]

最后都变了- 提交于 2019-12-22 11:29:05
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 7 months ago . please ask if you need more info. I have the security and all permissions tags in my jnlp, and when I run my java app offline it works correctly. File T = new File(System.getProperty("user.home") + File.separator + ".myapp/");<br /> if(!T.exists()) T.mkdirs(); File[] temp=new File[2]; temp[0] = new File(System

Trying to pass multiple command line parameters to javaws launch application?

╄→尐↘猪︶ㄣ 提交于 2019-12-22 08:43:13
问题 I have seen similar questions about this but none of them have been able to help me resolve my issue. I have been given a requirement to be able to pass in multiple command line parameters to launch a custom Java application we use. Anyway I have tried this command as all the documentation I can find says: "javaws -open arg1 arg2 arg3 arg4 arg5 arg6 http://yadda/html/launch.jnlp" I have also tried various numbers of parameters and did notice that the "-open" does indeed get passed in as

OSX Blocking JNLP Launch Java1.8U40 - Anyone Know Why?

十年热恋 提交于 2019-12-22 06:57:10
问题 We deploy our application as a JNLP launch file and/or as a webpage applet. I have a customer that updated his MAC OSX system to the latest Java Version 1.8_40. After upgrading the JNLP launch stopped working. It seems to start Java (flashes blue java logo) then stops. No Exception is thrown. I suspect yet another OSX security hurdle. We adjusted his OSX Security settings to trust our application. We adjusted his Java security to trust our site. We also adjusted the Safari preferences to