Class not found avec rmic

Résolu/Fermé
dubeau - 12 juin 2007 à 10:41
 maicol - 2 févr. 2008 à 16:38
Bonjour a tous j'ai un gros probleme
j'arrive pas a compiler mes fichiers avec rmic quand je lance j'ai un message
Class not found. je ne sais pas trop comment resoudre ce probleme

1 réponse

Hi.
this is a classpath problem, but it have a simple solution
type in your command line ----> rmic -classpath <classpath-name> <class-file>
where classpath-name is the location of your class file running with rmic and class-file the file.
4