jnlp
Error with generating JasperPrint in the client side
I am using JNLP which fetches my jar files to client. When I run the application, I am getting the error: JasperPrint(NullPointerException).[详细]
2023-01-21 01:12 分类:问答Hosted server, changing IP and JNLP
I have the following scenario for a customer of mine: He has a hosted server (1) (i.e. http://customer.net) which basically redirects to an address in this format: http:///app (server 2)[详细]
2023-01-20 07:17 分类:问答Where I can Find Path of resources *.jar in JNLP?
i download a java app webstart.JNLP . After i opened in notepad, i found it listed some resource as below, i think, for the app to be able to load, those *.jar must be locate some where in my pc. Wher[详细]
2023-01-20 06:19 分类:问答Is it possible to force cache clearing when a java web start application is updated?
Is it possible to force cache clearing when a java web start application is updated f开发者_运维技巧rom the command line?Personally, I\'d disable the caching while developing.[详细]
2023-01-17 17:30 分类:问答Passing arguments on a jnlp file
Is it possible to pass maven-like arguments on a JNLP file? <jnlp spec=\"1.0+\" codebase=\"${javafxCodebase}\" href=\"Foo.jnlp\">[详细]
2023-01-17 15:13 分类:问答Is there a way I can add Java Web Start service inside my server which uses my own TCP-based-protocol?
I am building an applicaton in Java that will have some updates over time. This means that the client will have to download a new .jar and use it when available.[详细]
2023-01-17 13:48 分类:问答Generate java JNLP files?
I have a java application that reads a resource folder containing a bunch of .jar files. For some of these .jar files corresponding JNLP files must be created based on default schema and stored in the[详细]
2023-01-17 05:29 分类:问答How to get jnlp href attribute at run time in Java web Start app (similar to BasicService.getCodeBase())?
I have a single application t开发者_JAVA百科hat I am deploying via Java web Start.I have several different jnlp files for different launch scenarios.I am using DownloadService2 to check for updates pe[详细]
2023-01-16 03:01 分类:问答Dynamic JNLP Generation and invocation from Excel
I have an application which is invoked via Java Webstart. Opening it via the Webstart link works without any issue.[详细]
2023-01-15 18:03 分类:问答JavaFX Scripts do not seem to work on other computers
When I bring my app to another computer the two buttons that should either open a file browser, or take in a file path to open a file both don\'t work. I don\'t understand why.[详细]
2023-01-15 02:58 分类:问答