Salut à tous :
j'ai viens d'ajouter ce ligne dans mon code
et il m'affiche cette erreur
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3 bindingGroup = new org.jdesktop.beansbinding.BindingGroup();
malgé que j'ai dejà ajouter le jar JDOM à mon projet !!
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8 java.lang.ExceptionInInitializerError Caused by: java.lang.RuntimeException: Uncompilable source code - package org.jdom does not exist at application_uml.Draw_window.<clinit>(Draw_window.java:20) Could not find the main class: application_uml.Draw_window. Program will exit. Exception in thread "main" Exception in thread "main" Java Result: 1
Partager