Ver Mensaje Individual
  #7 (permalink)  
Antiguo 30/04/2006, 21:31
Klaudioz
 
Fecha de Ingreso: diciembre-2004
Mensajes: 59
Antigüedad: 19 años, 5 meses
Puntos: 0
tengo esto

FileSystemWatcherSample ventana = new FileSystemWatcherSample(null);
try {
ventana.initialize();
}
catch(Exception e) {}
ventana.setVisible(true);



compila bien, pero cuando voy a ejecutar sale esto


Exception in thread "main" java.lang.NoClassDefFoundError: com/jniwrapper/util/a at FileSystemWatcherSample.<clinit>(FileSystemWatcher Sample.java:24)