JDK 7 installieren

Endymion

Bekanntes Mitglied
Hi, ich habe ein kleines Problem: In "Java 7 - Mehr als eine Insel" Steht, dass seid Java 7 switch(String)-Anweisungen möglich sind (Galileo Computing :: Java 7 - Mehr als eine Insel - 1 Neues in Java 7). Nun habe ich mir das JDK 7 von Java SE Development Kit 7 Downloads heruntergeladen und installiert. In Eclipse steht nun bei window>preferences>java>installed jres das jre7. Wenn ich in einem Programm nun eine witch(String)-Anweisung mache, bekomme ich folgende Fehlermeldung: Cannot switch on a value of type String. Only convertible int values or enum constants are permitted. Habe ich bei der Installation was falsch gemacht?
 
A

Akeshihiro

Gast
Das geht nur mit Eclipse 3.7+ und das Projekt muss auch das JRE im richtigen Level konfiguriert haben. Sprich im Build Path des Projektes unter Libraries müsste nicht JRE System Library [JavaSE-1.6] stehen, sondern JRE System Library [JavaSE-1.7]. Sollte da tatsächlich noch Java 6 eingestellt sein, dann einfach Doppelklick drauf und ändern.
 

turtle

Top Contributor
Bei den Projekt-Properties hast Du angegeben, dass der Compliance-Level auf 1.7 steht?
 

Anhänge

  • properties.gif
    properties.gif
    97,5 KB · Aufrufe: 42
Ähnliche Java Themen
  Titel Forum Antworten Datum
Petewin Netbeans 12.2 läßt sich nicht auf iMac installieren IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 1
lappenmaster1337 Kann die Dokumentation nicht installieren IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 4
donnico2 Fehler beim Installieren von Apache Netbeans IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 4
nonickatall paho.client.mqttv3 in Eclipse installieren/einbinden IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 8
M Kann EGit nicht auf Eclipse installieren? IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 7
1 Problem beim JavaFX installieren IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 20
MiMa JavaFX in Netbeans 11 installieren? IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 32
W Eclipse Externe Klassenbibliothek (Jar) richtig installieren? IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 2
K Android Studio unter Mint installieren IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 1
A JDK 1.4.2.19 auf Windows XP SP3 installieren schlägt fehl IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 4
P WindowBuilder installieren IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 3
S Eclipse Plugins installieren IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 7
H Eclipse ADT in Eclipse installieren IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 2
TheDarkRose Eclipse Eclipse in welchem Umfang installieren? IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 6
K Wie den Visual Editor installieren? IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 4
R Eclipse etc installieren bei baldiger Systemumstellung IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 7
M MyLyn und Maven installieren IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 12
M VE Installieren IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 5
Y myEclipse 6.0.1 - SVN Plugin wie installieren IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 2
padde479 Eclipse: Visual Editor installieren IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 2
M Problem beim installieren? IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 3
T Eclipse Plugin manuell installieren IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 4
DEvent UML2 - Tool unter Eclipse installieren IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 9
S Visual Editor Plug-In unter Eclipse installieren, wie? IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 7
J Eclipse installieren IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 12
M Module installieren in Netbeans? IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 6
M Problem beim installieren von EclipseUML IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 4
A Ich kann NetBeans nicht installieren. IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 5
S (eclipse) Plugin installieren (allgemein) IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 2
S eclipse installieren IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 4
G Eclipse installieren IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 9
B Plugin in Eclipse installieren IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 11

Ähnliche Java Themen


Oben