Problème Exception in thread "main" java.lang.NoSuchMethodError

Fermé
samiras87 Messages postés 9 Date d'inscription dimanche 1 juin 2014 Statut Membre Dernière intervention 16 septembre 2014 - 18 juil. 2014 à 14:24
irmeche Messages postés 71 Date d'inscription jeudi 10 juin 2010 Statut Membre Dernière intervention 18 juillet 2014 - 18 juil. 2014 à 17:29
Bonjour,

j'ai un programme qui utilise la méthode GaussSeidel voici son lien

http://www2.hawaii.edu/~jmcfatri/math407/GaussSeidelCode.html#GaussSeidelColor

il est constitué de 3 parties:

1. GaussSeidel.java: This is the class which holds the algorithm and the relevant parameters.
2. ColorPanel.java: This class draws a grid on a Panel.
3. GaussSeidelColor: This is the applet that handles the user interface and creates the boundary conditions specific to this problem.
4. MathFunction2D: This is an abstract class which enforces the signature of the function evaluation.

mon problème c'est que j'arrive pas à faire tourner le programme, il y a toujours l'erreur:

Exception in thread "main" java.lang.NoSuchMethodError

Que dois je faire??

Merci d'avance.

1 réponse

irmeche Messages postés 71 Date d'inscription jeudi 10 juin 2010 Statut Membre Dernière intervention 18 juillet 2014 17
18 juil. 2014 à 17:29
visiblement la méthode que t'essaye d'appeler n'existe pas
0