Welche JRE benutzt NetBeans?

Status
Nicht offen für weitere Antworten.

HaGs

Mitglied
Hallo an Alle,

hab da eine Frage. Welche JRE benutzt Netbeans?
Die in .... /jdk1.6.0_01/jre oder die "normale" jre, die ja irgendwo auf der Festplatte liegen kann.

1) Es geht darum. Wenn ich meine Java-Anwendung mit Netbeans starte und teste, dann funktioniert sie. Wenn ich die compilierte .jar Datei mit einem Doppelklick starte dann läuft die Anwendung nicht mehr!
Ich habe Netbeans IDE 6.0 (Build 200711261600) mit jdk1.6.0_01, die Anwendung kann ich Testen und starten.
Wenn ich nun die neueste jre (jre1.6.0_07) installiere, dann läuft die Anwendung nicht mehr, hingegen bei der jre1.6.0_02 dann schon wieder.

2) Kann ich ein .jar erstellen, die dann nur eine bestimmte jre-Version benutzt (z.B. jre1.6.0_02)?

3) Wie kann ich sicherstellen, dass meine Anwendung immer nur mit jre1.6.0_02 gestartet wird?

Schöne Grüße
 

Wildcard

Top Contributor
Es ist sicherlich nicht die JRE, sondern die jar (bzgw. ein Programmierfehler). Starte die jar von der Konsole und schau dir den StackTrace an.
 

HaGs

Mitglied
Hallo Wildcard,

ich verwende Methoden aus "import com.sun.rowset.FilteredRowSetImpl" und die sind ja für zukünftige jre`s nicht mehr gültig ( warning: com.sun.rowset.FilteredRowSetImpl is Sun proprietary API and may be removed in a future release ).

Deßhalb ja die Frage, ob es möglich ist eine .jar mit einer bestimmten jre-Version zu starten, oder entsprechen zu compilieren?

Gruß HaGs
 

Wildcard

Top Contributor
Du darfst keine Klassen aus sun packages verwenden, du verlierst damit alle Vorteile die dir Java bietet. Um deine Frage zu beantworten: nein, das geht alleine schon aus Sicherheitsgründen nicht, damit keine alten Bugs ausgenutzt werden können, du müsstest die JRE schon selbst ausliefern und einen Installer schreiben.
 

HaGs

Mitglied
Hallo WildCard,

aha, danke für deine Bestätigung. Ich werde dann die sun-klassen weglassen und ersetzten müssen.

Gruß HaGs
 
Status
Nicht offen für weitere Antworten.
Ähnliche Java Themen
  Titel Forum Antworten Datum
S Woher weiß ich welche build path entries fehlen? IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 1
E Welche Datenvisualisierungs-Tools gibt es denn? IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 2
M Eclipse zeigt mir nichtmehr an, welche Methoden in einer Klasse sind IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 2
M Nachvollziehen welche Methoden aufgerufen werden? IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 3
P Eclipse Welche Eclipse Version für Win64bit? IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 2
H Eclipse Welche Klassen werden benötigt? IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 13
B Maven - Angeben welche Klassen/Packes für build benutzen IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 4
B Welche IDE, die GUIs gestalten kann, ohne externe Lagerung? IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 6
A Eclipse WindowBuilder welche UpdateSite? IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 1
Y Welche IDE benutzen IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 3
N Welche klasse implementiert Interface? IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 6
H Welche IDE und welche Tools IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 11
B Welche IDE verwendet ihr? IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 2
M Eclipse Herausfinden welche Klassen eine Klasse implementier IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 2
L Welche Plug-Ins für Eclipse IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 5
S welche Jar in eclipse IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 2
X Welche Version(IDE) würdet ihr weiter empfehlen? IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 3
P Welche ist die beste IDE für Java IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 13
M Java in der Schule - welche IDE (oder keine?) IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 15
clemson [Eclipse] Welche Eclipse-Plugins verwendet ihr? IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 10
G Welche Entwicklungsumgebung ist geeignet für. IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 3
G welche ide für java IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 2
B Eclipse: Welche Plugins? IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 38
T Welche IDE würdet ihr empfehlen IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 3
B Welche Plugins sind für Eclipse nützlich? IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 9
D Java lernen! Welche Programme brauche ich dafür? IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 8
G Benutzt ihr den Matisse GUI-Editor? IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 4
T Wer benutzt MyEclipse, und wie zufrieden seid ihr damit? IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 2
N NetBeans IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 3
M Netbeans nutzt veraltete Bibliotheken für JAX-WS IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 2
W Debugger - Netbeans vs. VSCode IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 4
J Erstellen eines java Projekts mit Gradel in netbeans. IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 12
R Ist netbeans noch eine gute Wahl? IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 1
mihe7 NetBeans 17 IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 2
MiMa Netbeans zu IntelliJ mit Maven konvertieren IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 14
I NetBeans 15 - Strg+Z (undo) und Strg+Y (redo) funzen nicht mehr nach Start der Java-Anwendung IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 8
J Netbeans 14 friert unter Linus Mint 21 prötzlich ein IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 8
mihe7 NetBeans NetBeans 16 ist da IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 0
M Altes Java Projekt in Netbeans importieren IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 3
MiMa Methoden in Netbeans vergleichen? IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 23
M Linux Mint - Apache NetBeans 14 - Installationsanleitung deutsch IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 4
Neumi5694 Netbeans Warnung IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 3
T NetBeans NetBeans IDE 13 | Cannot find main class IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 8
J Seltsames Verhalten einer Klasse in netbeans IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 6
S License-Header in NetBeans 8.2 IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 2
G Netbeans 12.6 IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 9
kodela NetBeans App lässt sich ausßerhalb von NetBeans nicht ausführen IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 6
J Netbeans - WakaTime - Plugin sendet keine Daten IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 5
J Netbeans - Werte von Variablen überwachen IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 6
donnico2 Fehler beim Installieren von Apache Netbeans IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 4
J netbeans - refactoring funktioniert nicht mehr IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 3
S Netbeans unterstützung für "Rule Switch" - Bug? IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 8
O NetBeans Netbeans 12.0 - Hintergrundfarbe, auch im Navigator und Projekt umstellen IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 2
J Kombinationsproblem: netbeans, gradle, mysql, json IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 5
O NetBeans Netbeans 8.2 mit JKD 15 ? IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 4
J Seltsames Verhalten von netbeans bezüglich fxml Dateien IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 4
J netbeans 12 - wie -Xlint:deprecation aktivieren IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 3
J Netbeans 11.1 - Gradel aktualisieren IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 6
E Suche aktuelle Netbeans-Version für Win 10 IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 30
B Netbeans: Java Script Libraries funktioniert nicht IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 6
J NetBeans Projekt erstellen nicht möglich IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 1
G eigene Library In NetBeans 11.1 IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 4
J Bekomme keine lauffähige jar (netbeans/gradle) IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 12
J Install JasperReports on netbeans/gradle Projekt IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 5
W NetBeans Umzug von Netbeans 8.2 -> Netbeans 11.1: Plug-Ins IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 7
F Umstieg von Netbeans 8 mit JDK 8 auf Apache Netbeans 11 mit OpenJDK 12 IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 6
MiMa JavaFX in Netbeans 11 installieren? IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 32
G NetBeans Netbeans 8.2 hängt sich auf IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 15
W Netbeans and Git Projects IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 1
J NetBeans Dokumentation anderer Projekte IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 2
N Weder Eclipse noch Netbeans funktionieren auf Ubuntu 18.04 IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 0
J NetBeans Download NetBeans und Java SDK IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 3
MiMa compile with -Xlint bei Netbeans IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 3
C Netbeans Meldung: Git Push Failed IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 8
TheJavaKid NetBeans JDBC Library mit Netbeans in Jarfile mit packen IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 13
J Netbeans: Einsicht in den Programmlauf IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 3
J NetBeans Notizen IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 2
C maven startet jetty, netbeans "run" startet glassfish IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 4
L NetBeans NetBeans autofill einrichten IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 4
pcfreak9000 Eclipse Netbeans generics IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 1
K Netbeans + Maven: default pom Inhalt IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 2
B IDE Netbeans und Eclipse IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 1
M Netbeans CSS code completion abgeschaltet IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 5
TomatenBrot447 Netbeans ziegt mir falsche Tasteneingabe an IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 2
wolfgang63 Netbeans 8.2 ohne Projektvorlagen IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 2
MiMa Ist Netbeans mist ??? IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 14
K easy UML Plugin Netbeans 8.1 IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 1
WetWer NetBeans Wird NetBeans eigentlich noch unterstützt? IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 2
F Netbeans Overriden - @ IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 4
Tort-E NetBeans Netbeans RCP Spracheinstellungen IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 1
M Netbeans GUI Builder größe ändern IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 0
Y Tomcat aus Netbeans heraus starten schlägt fehl IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 1
A Login-Programmierung mit NetBeans IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 7
H Kann ich Commandline-Parameter in Eclipse oder Netbeans einfacher übergeben? IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 5
F Netbeans Pfad IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 2
D NetBeans Maven Projekt in Netbeans => WEKA wirft (java.lang.OutOfMemoryError: Java heap space) IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 0
S NetBeans 8.0.2: Startprogramm meldet: Hilfsprogramm für den Tastaturverlauf funktioniert nicht mehr IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 3
A in netbeans 8 mit jdk 8 erstellte jar's laufen nicht auf anderen rechnern ohne jdk IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 4
L NetBeans und Ausgabenumlenkung in Datei IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 0
T NetBeans - Tastatur-Tricks IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 2

Ähnliche Java Themen

Neue Themen


Oben