IntelliJ - Quarkus :"cannot find symbol class Generated"
Résolu/Fermé
Rune188
Rune188
- Messages postés
- 61
- Date d'inscription
- lundi 20 février 2017
- Statut
- Membre
- Dernière intervention
- 13 juin 2022
Rune188
- Messages postés
- 61
- Date d'inscription
- lundi 20 février 2017
- Statut
- Membre
- Dernière intervention
- 13 juin 2022
A voir également:
- Java cannot find symbol intellij
- Symbol: class generated - Meilleures réponses
- IntelliJ - Quarkus :"cannot find symbol class Generated" ✓ - Forum - Java
- Cannot find symbol class ✓ - Forum - Linux / Unix
- Cannot find symbol class list ✓ - Forum - Java
- Cannot find symbol - Forum - Java
- Erreur : "cannot find symbol" ✓ - Forum - Java
1 réponse
KX
17 mai 2021 à 18:36
- Messages postés
- 16582
- Date d'inscription
- samedi 31 mai 2008
- Statut
- Modérateur
- Dernière intervention
- 8 août 2022
17 mai 2021 à 18:36
Bonjour,
L'annotation @Generated a été introduite en Java 9.
Ton erreur vient sûrement du fait que tu compiles en Java 8 ou inférieur.
https://docs.oracle.com/en/java/javase/16/docs/api/java.compiler/javax/annotation/processing/Generated.html
L'annotation @Generated a été introduite en Java 9.
Ton erreur vient sûrement du fait que tu compiles en Java 8 ou inférieur.
https://docs.oracle.com/en/java/javase/16/docs/api/java.compiler/javax/annotation/processing/Generated.html
17 mai 2021 à 21:00
J'ai changé le sdk:
Mais maintenant j'ai l'erreur suivante:
17 mai 2021 à 23:02
Je passe donc en résolu