-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I developed small cross-platform (Windows and Mac) SWT desktop application. It is distributed with WebStart. So far so good, everything works.
I've got a new requirement to make my app start on system startup (with no user interaction). What is the best way to accomplish that?
In JNLP file I've…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hello Experts ..
Need some guidance.
I have java webstart app and I want it to connect to a server via SSL.just adding a property like:System.setProperty("javax.net.ssl.trustStore","my.keystore");But since a JAWS program is downloaded from server didn't work and don't have a my.keystore on local…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I would like to use a html/css/js view in my webstart project without requesting all permissions.
I figured out that I could use the java HTTPServer to process the requests but I need a way to avoid using real sockets, so that the HTTPServer instantiation doesn't ask for some permission.
Do you…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi,
I want to show a PDF document from a Java (Swing) application in a system independent manner (provided that a PDF viewer is properly installed on the target system).
Also I'd like to deploy this PDF document using Java WebStart.
Could you please tell me the "standard" way to achieve this? (I…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
This post is similar to this post, but not exactly, so I'm asking this question.
How does one go about, From a Java WebStart app:
launch a new browser window with a target URL?
bring an existing browser window into
focus with a target URL?
Is the solution OS/platform independent? Does it matter…
>>> More