ich habe jetzt von 23- jetzt ein Forum erstellt , alles funtzt nun super nur der JMapMod macht Schwierigkeiten, wenn ich auf Via JNLP (Java Web Start) - ohne Installation als Standalone-Anwendung starten gehe dann versucht der des Java zu starten , aber bringt diese Fehler meldungs- Details
Von Allgemein ;
Beim Starten/Ausführen der Anwendung ist ein Fehler aufgetreten.
Titel: Map Mod - 'Domain'
Hersteller: Pyramide, phpbb.de
Kategorie: Unerwarteter Fehler
Can't find bundle for base name mapmod.i18n.bundle, locale de_DE
Von Startdatei ;
<?xml version="1.0" encoding="utf-8"?>
<jnlp spec="1.0+" codebase="http://'Domain'/forum/" href="">
<information>
<title>Map Mod - 'Domain'/</title>
<vendor>Pyramide, phpbb.de</vendor>
<homepage href="home.php"/>
<description>Karte aller Benutzer auf heimracing.de</description>
</information>
<resources>
<j2se version="1.4+"/>
<jar href="mapmod-core.jar"/>
<jar href="mapmod-lib.jar"/>
</resources>
<application-desc main-class="mapmod.starter.Application">
<argument>-server_url=http://'Domain'//forum/</argument>
<argument>-laf=default_ifnotjava,system</argument>
<argument>-self=2</argument>
</application-desc>
</jnlp>
Von Ausnahme ;
<?xml version="1.0" encoding="utf-8"?>
<jnlp spec="1.0+" codebase="http://'Domain'//forum/" href="">
<information>
<title>Map Mod - 'Domain'/</title>
<vendor>Pyramide, phpbb.de</vendor>
<homepage href="home.php"/>
<description>Karte aller Benutzer auf heimracing.de</description>
</information>
<resources>
<j2se version="1.4+"/>
<jar href="mapmod-core.jar"/>
<jar href="mapmod-lib.jar"/>
</resources>
<application-desc main-class="mapmod.starter.Application">
<argument>-server_url=http://'Domain'//forum/</argument>
<argument>-laf=default_ifnotjava,system</argument>
<argument>-self=2</argument>
</application-desc>
</jnlp>
hoffe jemand weiß weiter
