java-web-start
Web Start unable to load external driver
I have a project as Java application, and it was running fine until I made it into web start.My project relies on external library to deal with serial port and USB port.[详细]
2023-03-18 09:32 分类:问答Java Web Start - ClassNotFoundException when running
I am now trying to deploy a Java application with Java Web Start. The application works fine when running standalone. I exported the project as a runnable .jar file, and then wrote the corresponding j[详细]
2023-03-17 19:48 分类:问答WebService with ComplexData type as input
I have the question why when I use the Java Annotation (import javax.jws.*) for WebServices, I don\'t get an complex java class members with the correct value?[详细]
2023-03-16 23:17 分类:问答Is there a JNLP Un-install event?
Does Java Web Start have any callback when your JNLP deployed app is going to be un-installed (either via Add/remove programs or Java Control Panel)?[详细]
2023-03-16 21:39 分类:问答How to use SQLite database inside jar file?
I can\'t figure out how to include a SQLite database within a Java .jar file for开发者_如何学Go deployment (via Java WebStart).[详细]
2023-03-15 15:13 分类:问答Java Web Start / JNLP for non-GUI console application / Code update distribution
I have a simple data validation command line utility that I\'ve written in Java.We distribute this utility to our clients as a JAR file.Our clients run this utility on data in their local machines.[详细]
2023-03-13 03:43 分类:问答Java Webstart Stdin and Stdout
Is there a way to route Stdin and Stdout/Stderr to another process within java webstart? What i want to do is have a java webstart application communicate with other processes on the desktop. Ideally[详细]
2023-03-12 22:43 分类:问答Unable to run project with anything but local codebase in Netbeans
I\'m trying to build my Java Web Start application using Netbeans. I realized that if I change the codebase option in the properties options to anything but local I get an error saying[详细]
2023-03-12 21:50 分类:问答Java Process Not Terminating
I have a Java application launched via Webstart.About half the time, this program will not die.This program listens on a socket and when it receives a particular command, should close down.When it rec[详细]
2023-03-11 08:36 分类:问答Deploying additional files with Java Webstart
I would like do deploy a java webstart application that has to read a default image (.gif) that is part of the distribution from the filesystem. For some reason I cannot package this image in a jar fi[详细]
2023-03-11 03:49 分类:问答