-
-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from karakun/readme
Readme updated
- Loading branch information
Showing
3 changed files
with
26 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,26 @@ | ||
# OpenWebStart | ||
# OpenWebStart 🚀 | ||
|
||
This repository contains all sources that are needed to build [OpenWebStart](https://openwebstart.com) | ||
releases based on the [IcedTea-Web](https://github.com/AdoptOpenJDK/IcedTea-Web) core functionality that | ||
is developed at the [AdoptOpenJDK community](https://adoptopenjdk.net). | ||
|
||
![Rocket](readme/rocket.png) | ||
|
||
## About OpenWebStart | ||
|
||
Java Web Start (JWS) was deprecated in Java 9, and starting with Java 11, Oracle removed JWS from their JDK distributions. | ||
This means that clients that have the latest version of Java installed can no longer use JWS-based applications. | ||
And since public support of Java 8 has ended in Q2/2019, companies no longer get any updates and security fixes for Java Web Start. | ||
|
||
OpenWebStart offers a user friendly installer to use Web Start / JNLP functionality with future Java versions without depending on a specific Java vendor or distribution. | ||
The first goal of the project is to target Java 8 LTS versions while support for Java 11 LTS will come in near future. | ||
|
||
While we ([Karakun](https://dev.karakun.com)) develop user friendly installers to use a Java vendor independ approach for Web Start, we also help to integrate Web Start functionally in the Java 8 LTS releases of AdoptOpenJDK. | ||
Therefor all Web Start functionality is developed in the [IcedTea-Web](https://github.com/AdoptOpenJDK/IcedTea-Web) repository of the AdoptOpenJDK organization together with RedHat and other members of the AdoptOpenJDK community. | ||
Therefore this repository only contains sources that are needed to create enterprise ready and user friendly native installers for OpenWebStart. | ||
|
||
## License | ||
|
||
The project is released as open source under the [GPLv2 with exceptions](LICENSE.md). | ||
|
||
![Footer](readme/footer.png) |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.