Skip to content
This repository has been archived by the owner on May 17, 2021. It is now read-only.

w11k/webrcp

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
etc
 
 
lib
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

WebRCP

WebRCP is a framework for launching Eclipse RCP-Applications with Java Web Start. WebRCP supports the most common platforms.

Features

  • Download and unpack your generated RCP archive
  • Launch the given Eclipse RCP Product file

Getting Started

  • Import the project into your eclipse workspace
  • Write your own property file or pass in the properties from your given build system
  • Generate the jar file (and the index.html, plus *.jsp if needed)
  • Deliver the generated files with your server

Serving custom properties

Custom properties in your *.jnlp or *.jsp file, should be marked as "jnlp.custom.". WebRCP than removes the jnlp.custom prefix and sets property as a new Systemproperty.

Miscellaneous

The project was formerly hosted on http://sourceforge.net/projects/webrcp/