Taalkiezer

Phoenix Applet & WebStart Runtime (Phoenix AWR)

PHOENIX AWR · EDICIÓN 2026

Devuelve Java a la web moderna

Phoenix AWR permite abrir Applets, JApplets, aplicaciones Web Start y contenido JavaFX en sistemas actuales, con una instalación guiada y un runtime Java controlado.

Java 1.0–25 validado Java 21 LTS incluido Applet · JApplet · JNLP · JavaFX Windows · Linux
Phoenix Applet Viewer
Compatibilidad sin fricción

Una plataforma para décadas de software Java

Simplifica la implementación y el mantenimiento de aplicaciones Java remotas sin obligar a distribuir componentes locales distintos para cada aplicación.

01

Compatibilidad amplia

Hemos validado Applets desde Java 1.1 hasta Java 25 ejecutándose sobre Phoenix AWR.

02

Runtime administrado

La distribución incluye Java 21 con soporte para JavaFX de Azul Systems.

03

Navegadores modernos

Compatible con Chrome, Edge, Brave, Opera y navegadores basados en Chromium.

Instalación guiada

Instala Phoenix AWR en tres pasos

Todos los enlaces e imágenes originales se mantienen dentro de esta guía.

1

Descarga el instalador

Selecciona el paquete correspondiente a tu sistema operativo.

Windows

Instalador en archivo BAT.

https://www.mc3d.cl/documents/d/guest/install_phoenix_appletviewer_windows
Descargar Windows

Fedora y Ubuntu

Instalador shell; requiere permiso de ejecución.

https://www.mc3d.cl/documents/d/guest/install_phoenix_appletviewer_linux
Descargar Linux
¿Tu sistema aún no tiene instalador?
Descarga directamente Phoenix AWR: https://www.mc3d.cl/documents/d/guest/phoenixappletviewer-1

El instalador prepara:

  • Java 21 con soporte para JavaFX de Azul Systems.
  • La última versión disponible de Phoenix AWR.
  • Una ejecución de prueba para verificar la instalación.
  • Un acceso directo a la carpeta Phoenix en el escritorio.
2

Carga la extensión en el navegador

En el módulo de extensiones activa Modo desarrollador y selecciona Cargar extensión sin empaquetar.

Cargar extensión sin empaquetar

En el escritorio, abre la carpeta Phoenix Applet & WebStart Folder.

Carpeta Phoenix Applet y WebStart
3

Selecciona la carpeta de la extensión

En el selector del navegador, elige la carpeta indicada.

Carpeta seleccionada para cargar Phoenix
Runtime y seguridad

¿Por qué Java 21 y no Java 25 por defecto?

Java 21 LTS como base estable

Java 21 es el runtime predeterminado de Phoenix y mantiene la arquitectura de sandbox utilizada actualmente para ejecutar Applets.

Cambio de runtime

Para seleccionar otra instalación de Java, cambia la variable:

PHOENIX_JAVA_HOME
Estado de macOS: el plugin para navegadores en Mac continúa en desarrollo.
Phoenix Applet & WebStart Runtime · MC3D.CL Diseño 2026 con estilos en línea

Acuerdo de Licencia de Usuario Final - Phoenix Applet & WebStart Revival

📄 Business Source License 1.1 (BSL 1.1)

Phoenix Applet & WebStart Revival
© 2025 MC3D SPA

1. DEFINICIONES

  • Licensed Work: Phoenix Applet & WebStart Revival.

  • Production Use: uso en entornos productivos, comerciales o servicios a terceros.

  • Official Version: compilaciones publicadas directamente por MC3D SPA (incluye los binarios etiquetados “oficiales” o releases firmados).

  • Additional Use Grant: permiso para Production Use según cláusula 3.

  • Change Date: hasta 4 años tras la distribución pública de cada versión, máximo según BSL 1.1 InfoQ+7FOSSA+7HashiCorp | An IBM Company+7deficollective.org+6Wikipedia+6Medium+6.

  • Change License: GPL v2 o posterior (licencia GPL-compatible) deficollective.org+3Wikipedia+3FOSSA+3.


2. LICENCIA TÉRMINOS GENERALES

Se otorga una licencia mundial, no exclusiva, para usar, copiar, modificar, crear trabajos derivados y redistribuir el Licensed Work para fines no productivos o de prueba, siempre bajo los términos de esta licencia.


3. CONCESIÓN DE USO EN PRODUCCIÓN (Additional Use Grant)

MC3D SPA concede permiso para Production Use solo si se utiliza la Official Version distribuida por MC3D SPA. Esto incluye:

  • Uso en entornos comerciales.

  • Entrega de servicios a terceros.

  • Licencia para uso oficial sin notificaciones ni restricciones adicionales.

Las versiones modificadas o forks no se consideran Official Version y no podrán declarar Production Use ni atribuirse el derecho a hacerlo bajo los términos de esta licencia. Cualquier uso en producción de forks requerirá un acuerdo explícito por escrito con MC3D SPA.


4. CONVERSIÓN A LICENCIA ABIERTA (Change Date)

Cada versión se relicencia automáticamente a GPL v2 o posterior dentro de los 4 años posteriores a su publicación FOSSA+1HashiCorp | An IBM Company+1InfoQ+7Wikipedia+7FOSSA+7InfoQ+2dotCMS+2HashiCorp | An IBM Company+2. A partir de esa fecha, todos los derechos adicionales se transforman a términos GPL, aplicables a todos los usuarios por igual.


5. RESTRICCIONES

  • Queda prohibido atribuir derechos de Production Use a cualquier versión no oficial.

  • Cualquier versión non-Official Version utilizada en producción sin licencia válida será una violación de los términos.

  • MC3D SPA se reserva el derecho a emprender acciones legales en caso de incumplimiento.


6. CÓDIGO FUENTE

El código fuente está disponible desde el inicio bajo estos términos.


7. ACTUALIZACIONES Y PARCHEOS

Las mejoras y actualizaciones se publican bajo esta licencia hasta reach Change Date.


8. DESCARGO DE RESPONSABILIDAD

El Licensed Work se proporciona “tal cual”, sin garantías. MC3D SPA no asume responsabilidad por ningún daño derivado del uso.


9. TERMINACIÓN

El incumplimiento de cualquier cláusula extingue automáticamente los derechos. Tras el Change Date, todos los usos están regulados por la GPL.


10. LEY APLICABLE

Rige la legislación chilena. Tribunales competentes de Chile.

Ejecutando un applet de la NASA en Java 24 - Chrome

que es un applet

Un applet es un pequeño programa desarrollado en Java que se ejecuta dentro de un entorno controlado, típicamente incrustado en páginas web o ejecutado por visores especializados. Aunque hoy en día su uso en navegadores ha sido desplazado por otras tecnologías, los applets siguen teniendo relevancia en entornos corporativos y sistemas legados.

Desde un enfoque de negocio, un applet representa una forma segura, modular y reutilizable de distribuir funcionalidades específicas a usuarios finales sin necesidad de instalar software adicional. Por ejemplo:

  • En instituciones financieras, se utilizan applets para validar firmas digitales o interactuar con dispositivos de seguridad.

  • En infraestructuras industriales o gubernamentales, permiten visualizar interfaces remotas, monitorear sistemas o integrar módulos desarrollados hace décadas pero aún críticos.

Ventajas clave desde el negocio:

  • ✔️ Reduce el tiempo de despliegue: no requiere instalaciones locales.

  • ✔️ Compatible con entornos restringidos o controlados.

  • ✔️ Aprovecha inversiones anteriores en desarrollos Java.

  • ✔️ Puede integrarse con soluciones modernas a través de visores como Phoenix Applet Viewer, permitiendo extender su vida útil sin comprometer la seguridad ni la compatibilidad.

En resumen, los applets ofrecen una alternativa eficiente y controlada para mantener operativas aplicaciones críticas que todavía cumplen con objetivos estratégicos de la organización.

Applets probados

PHOENIX AWR · COMPATIBILITY LAB 2026

Test decades of Java software with one runtime

A curated catalog of Applets, JApplets, JavaFX experiments and JNLP resources used to validate Phoenix AWR across legacy and modern Java generations.

Java 1.1–2524 direct tests22 additional resourcesHTTP + HTTPS
Phoenix AWR tested Java versions
How to launch a test
Use Open website to inspect the original page, or Open with Phoenix AWR to invoke the registered phoenixawr: deep-link protocol. Phoenix AWR must already be installed and registered on the device.
DIRECT TESTS
24
Individual Applet and simulator URLs
COLLECTIONS & JNLP
22
Directories, educational resources and JNLP
DEEPLINK FORMAT
phoenixawr:https://...
Also supports phoenixawr:http://...
TESTED APPLETS ONLINE

Direct compatibility tests

These entries reproduce the original test catalog, with separate controls for opening the source website and launching the same URL through Phoenix AWR.

JavaURLType / notesStatusActions
1.1 https://www.christcenteredmall.com/kids/games/asteroids/index.htm
HTTPS external test URL
Applet single class Tested
21 https://github.com/mastercracker3dbkp/jarkanoid/blob/main/applet.html
HTTPS external test URL
JavaFX with Applet descriptor in GitHub format; no HTML page Tested
1.1 https://www.christcenteredmall.com/kids/games/tail-gunner/index.htm
HTTPS external test URL
Applet single class Tested
1.1 http://www.javaonthebrain.com/java/solitaire/
HTTP external test URL
Applet single class Tested
https://c3d.libretexts.org/Paul_Seeburger/JavaCode/Other/myAreaFun.htm
HTTPS external test URL
Area function Applet OK
http://www.sc.ehu.es/sbweb/fisica_/ondas/interfer/quincke/quincke.html
HTTP external test URL
Unsigned JAR OK
8 https://www.mc3d.cl/falcon/index.html
HTTPS external test URL
Self-signed JAR OK
1.2 https://www.falstad.com/ripple-java/
HTTPS external test URL
Expired signature; currently marked as not working Issue
https://www.falstad.com/interference-java/
HTTPS external test URL
Expired signed JAR OK
1.1 https://www.grc.nasa.gov/WWW/k-12/airplane/engsimu.html
HTTPS external test URL
Runs correctly without a separate JAR link OK
https://www.grc.nasa.gov/WWW/k-12/aerosim/applet/vj402.html
HTTPS external test URL
Runs correctly without a separate JAR link OK
https://www.falstad.com/circuit-java/
HTTPS external test URL
Circuit simulator OK
http://wismuth.com/elas/elasticity.html
HTTP external test URL
Elasticity Applet OK
https://horstmann.com/applets/RoadApplet/RoadApplet.html
HTTPS external test URL
Loads but does not display data Partial
https://www.ee.buffalo.edu/faculty/cartwright/java_applets/basic/Snell/index.html
HTTPS external test URL
Snell's law Applet Tested
https://www.kgs.ku.edu/PRS/Ozark/Summary/tools/Tools.html
HTTPS external test URL
Geoscience tools OK
https://homepage.divms.uiowa.edu/~rlenth/Power/old_index.html
HTTPS external test URL
OBJECT element Tested
https://varna.lisn.upsaclay.fr/index.php?lang=en&page=demo&css=varna
HTTPS external test URL
VARNA demo OK
https://indra.mullins.microbiol.washington.edu/quality/jquality.htm
HTTPS external test URL
JQuality Applet OK
https://neuron.eng.wayne.edu/bpFunctionApprox/bpFunctionApprox.html
HTTPS external test URL
Neural-network function approximation OK
https://neuron.eng.wayne.edu/java/AHK/EPM_pp.html
HTTPS external test URL
Neural-network Applet OK
https://physics.weber.edu/schroeder/software/EField/
HTTPS external test URL
Electric field Applet OK
http://www.jgiesen.de/skymap/index.html
HTTP external test URL
Sky map Applet OK
https://www.christcenteredmall.com/kids/games/golf/course1p.html
HTTPS external test URL
Golf Applet OK
ADDITIONAL RESOURCES

Applet collections, JNLP and research pages

Useful directories and secondary test sources. Some external pages may change, move or become unavailable independently of Phoenix AWR.

CategoryURLDescriptionStatusActions
JNLP https://github.com/mastercracker3dbkp/swingset3/blob/master/SwingSet3.jnlp
HTTPS external test URL
SwingSet3 JNLP OK
Collection https://hypnagogic.net/sim/#top
HTTPS external test URL
List of Applets Collection
Collection https://nzip.org.nz/education/resources-for-teachers/sites-for-applets/
HTTPS external test URL
Resources for teachers Collection
Collection https://probability.ca/jeff/java/index.html
HTTPS external test URL
Probability Applets Collection
Applet https://www.survo.fi/java/survo5x5e.html
HTTPS external test URL
Survo 5x5 OK
Collection https://math.bu.edu/DYSYS/applets/
HTTPS external test URL
Dynamical systems Applets Collection
Collection https://campusvirtual.ull.es/ocw/mod/page/view.php?id=6007
HTTPS external test URL
List of Applets OK
Collection https://www.qrg.northwestern.edu/software/simgen/ses-applets.html
HTTPS external test URL
List of Applets; contains a code error Issue
Collection http://www.jgiesen.de/GeoAstro/GeoAstro.htm
HTTP external test URL
GeoAstronomy Applets OK
Collection https://www2.informatik.uni-hamburg.de/TGI/PetriNets/tools/java/
HTTPS external test URL
Petri net Java tools Collection
Collection https://www.christcenteredmall.com/kids/games/
HTTPS external test URL
Java games collection Collection
Collection https://www.grc.nasa.gov/WWW/BGH/shorth.html
HTTPS external test URL
NASA Applets Collection
Collection https://www.phys.hawaii.edu/~teb/java_stuff.html
HTTPS external test URL
Physics Java resources Collection
Collection https://www.artima.com/insidejvm/applets/
HTTPS external test URL
Inside the JVM Applets Collection
Collection https://www.yorku.ca/sychen/research/sorting/index.html
HTTPS external test URL
Sorting Applets Collection
Collection https://www.sfu.ca/~rpyke/335/software.html
HTTPS external test URL
Statistics software and Applets Collection
Collection http://www-fen.upc.es/wfib/virtualab/marco/applets.htm
HTTP external test URL
Virtual laboratory Applets Collection
Collection https://www.rossmanchance.com/applets/
HTTPS external test URL
Statistics Applets Collection
Collection http://www.socr.ucla.edu/Applets.dir/
HTTP external test URL
SOCR Applets directory Collection
Collection https://www.uvm.edu/~statdhtx/fundamentals8/SeeingStatisticsApplets/Applets.html
HTTPS external test URL
Seeing Statistics Applets OK
Collection http://centros.edu.xunta.es/iesramoncabanillas/buapp/ejemplos.htm
HTTP external test URL
Applet examples In progress
JNLP https://www.engapplets.vt.edu/
HTTPS external test URL
Engineering Applets; work in progress inside Phoenix In progress
Security reminder: URLs opened through the custom protocol are external input. Phoenix AWR should validate that the destination uses HTTP or HTTPS, display the source domain, and apply its configured sandbox and execution policy before running remote Java content.
Phoenix AWR · Applet & Web Start RuntimeMC3D.CL · Compatibility Lab 2026

Formulier