Search found 184 matches

by Stephan Classen
18 Sep 2020, 10:28
Forum: Public Forums
Topic: Extends java.security.Provider
Replies: 7
Views: 6037

Re: Extends java.security.Provider

Yes, any 1.8 or greater JVM is possible.
We simply do not proved links to all available vendors and versions at the time.
by Stephan Classen
18 Sep 2020, 10:03
Forum: Public Forums
Topic: Some problems with OWS
Replies: 9
Views: 7664

Re: Some problems with OWS

There is still the parse exception in the log of your app.
You need to trim the input string in view.cadastro.ViewCadastroCliente.jButtonSalvarActionPerformed
by Stephan Classen
15 Sep 2020, 16:35
Forum: Public Forums
Topic: Extends java.security.Provider
Replies: 7
Views: 6037

Re: Extends java.security.Provider

Have a look at this documentation and come back here if you have more questions https://github.com/karakun/OpenWebStart/blob/master/documentation/faq/FAQ.adoc#do-i-have-to-install-a-java-on-my-system-to-run-ows https://github.com/karakun/OpenWebStart/blob/master/documentation/guide/OWSGuide.adoc#jvm...
by Stephan Classen
15 Sep 2020, 10:38
Forum: Public Forums
Topic: Extends java.security.Provider
Replies: 7
Views: 6037

Re: Extends java.security.Provider

OWS handles many different JREs most likely you copied your jars to the wrong JRE. Activate logging and have a look at the xxx-ows-stage1.log file. At the very end it will display the JRE which is used to run the application. The line you are looking for starts with "About to launch external wi...
by Stephan Classen
09 Sep 2020, 00:44
Forum: Public Forums
Topic: Cannot overcome SocketPermission access denied
Replies: 12
Views: 11879

Re: Cannot overcome SocketPermission access denied

ok. because this property is not locked it will be overwritten if a different value is defined in the deployment.properties file in the user directory.
by Stephan Classen
08 Sep 2020, 21:37
Forum: Public Forums
Topic: [SOLVED] Jars downloaded even if present in cache and up to date
Replies: 4
Views: 6310

Re: Jars downloaded even if present in cache and up to date

Great to hear that your problem has been solved. We currently do the HEAD request not only for validating the cache entry but OWS is often trying multiple URLs to see which is the best to use for downloading. An example of this is that OWS will try https first even if http is specified in an URL. Al...
by Stephan Classen
08 Sep 2020, 21:27
Forum: Public Forums
Topic: Cannot overcome SocketPermission access denied
Replies: 12
Views: 11879

Re: Cannot overcome SocketPermission access denied

could you share the following file with us?
C:/Windows/Sun/Java/Deployment/deployment.properties
by Stephan Classen
07 Sep 2020, 20:59
Forum: Public Forums
Topic: [SOLVED] Jars downloaded even if present in cache and up to date
Replies: 4
Views: 6310

Re: Jars downloaded even if present in cache and up to date

OK, lets help you debug this a little. From your logs I take it that the application is not public. Thus you will need to do some work for us ;-) 1) Cached Info Locate you cache directory. The default location is ${USER_HOME}/.cache/icedtea-web/cache. In that folder there is a file named "recen...
by Stephan Classen
04 Sep 2020, 09:56
Forum: Installation & Configuration
Topic: [SOLVED] Windows 7 support
Replies: 2
Views: 7951

Re: Windows 7 support

We do not officially support Windows 7.
But we do not know of any reason why it should not work.

I would recommend to give it a try. Most likely you will be able to run it without problems
by Stephan Classen
01 Sep 2020, 08:56
Forum: Public Forums
Topic: Specify custom JVM args to the client application
Replies: 1
Views: 2955

Re: Specify custom JVM args to the client application

OWS finds the default trust stores by itself. You can see the found stores and the contained certificate in the settings (launch the itw-settings.exe executable) If you specific trust store is not found you can try one or more of the following: a) Add your certificates to one of the found trust stor...
by Stephan Classen
31 Aug 2020, 12:15
Forum: Public Forums
Topic: Use OpenWebstart on Windows RDS server
Replies: 3
Views: 4612

Re: Use OpenWebstart on Windows RDS server

no, there is a UI for changing the settings of OpenWebStart
https://github.com/karakun/OpenWebStart ... figuration
by Stephan Classen
31 Aug 2020, 11:52
Forum: Public Forums
Topic: Use OpenWebstart on Windows RDS server
Replies: 3
Views: 4612

Re: Use OpenWebstart on Windows RDS server

Open the setting (itw-settings.exe) and check if the proxy settings are correct for your setup
by Stephan Classen
29 Aug 2020, 22:50
Forum: Public Forums
Topic: [SOLVED] Opening a .jnlp file in Wine on a Mac
Replies: 4
Views: 6553

Re: Opening a .jnlp file in Wine on a Mac

Is your JNLP application Windows only?
If not you can also install and run OpenWebStart directly on your MacOS
by Stephan Classen
28 Aug 2020, 10:57
Forum: Public Forums
Topic: Some problems with OWS
Replies: 9
Views: 7664

Re: Some problems with OWS

@mathbigai
Any news? when running with the same JVM as open web start uses to launch your app?
If not can you post the logs from runig you app?
by Stephan Classen
25 Aug 2020, 11:16
Forum: Public Forums
Topic: Custom valid java-vm-args ?
Replies: 5
Views: 5433

Re: Custom valid java-vm-args ?

for the two properties (jogamp.gluegen.UseTempJarCache and com.luciad.imaging.disableOpenCLImagingEngine) you can try to add these to the JNLP as properties. Properties in the JNLP are applied before the client application is started. In most cases this is sufficient since no application code is exe...
by Stephan Classen
24 Aug 2020, 17:17
Forum: Public Forums
Topic: How to specify vendor in JNLP file?
Replies: 2
Views: 3090

Re: How to specify vendor in JNLP file?

no, the vendor is an attribute which was introduced by open web start so you will not find it in any oracle documentation. Basically you can add an attribute "vendor" to the <j2se> or <java> element: <resources> <j2se version="1.8*" vendor="Amazon"/> </resources>
by Stephan Classen
21 Aug 2020, 17:56
Forum: Public Forums
Topic: Some problems with OWS
Replies: 9
Views: 7664

Re: Some problems with OWS

anything that gets downloade by OWS is stored in ${USER_HOME}/.cache/icedtea-web
by Stephan Classen
21 Aug 2020, 15:19
Forum: Public Forums
Topic: Some problems with OWS
Replies: 9
Views: 7664

Re: Some problems with OWS

OWS is manly just downloading the jars of your application and once the application is running it does not interfere with it. You said you have run the app without OWS. Did you use the very same JVM instance when doing so? Also it would be helpfull to have the JNLP and/or the log files to further an...
by Stephan Classen
18 Aug 2020, 09:38
Forum: Public Forums
Topic: OWS makes https request instead of http (JVM Download Server list and jnlp file)
Replies: 3
Views: 3660

Re: OWS makes https request instead of http (JVM Download Server list and jnlp file)

Also in the settings under the tab "Security" There is an option "Do not favor https requests". If you select this OWS will not use https instead of http. But be advised that http is not save against a man in the middle attack and we strongly discourage the usage of http because ...
by Stephan Classen
07 Aug 2020, 15:59
Forum: Installation & Configuration
Topic: can not create desktop entry for app
Replies: 1
Views: 7189

Re: can not create desktop entry for app

Can you also provide the upper part of the exception message.
Thanks