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

samiras87 Messages postés 11 Statut Membre -  
irmeche Messages postés 76 Statut Membre -
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 76 Statut Membre 17
 
visiblement la méthode que t'essaye d'appeler n'existe pas
0