Projects: JNLP Creator

A program that lets you specify all the config for your java web start application and then creates a JNLP for you automatically.

New project: JNLPCreator

I’ve created a new category/page for all JNLP Creator stuff.

Almost complete now, still has a few missing features (e.g. no way to add the JAR files for your app yet; e.g. although it can add extensions, if you try to edit an existing JNLP file, then it doesn’t load them from the source JNLP) and a few bugs (requires Java 1.6 to run, sorry).

But the core stuff is there, and it has some nifty stuff e.g. with one click you can test your file locally using the actual data, which mostly works (although c.f. the lack of resources issue above! This is definitely still an alpha build).

Files to download (you need ALL of them):

  1. Main file - jnlpcreator-bin1.jar
  2. log4j
  3. tmachine-basics-bin

Java Web Start / JNLP maker

A few years ago I wrote a web-service that would automatically create JNLP files, making it much easier to deploy java applications. They’re just XML files, but they have some very odd syntactical quirks and can be a pain in the ass to get working correctly. This post has an early alpha version that works as a downloadable application you can run from your desktop.
(more…)