30/04/2006, 21:31
|
| | Fecha de Ingreso: diciembre-2004
Mensajes: 59
Antigüedad: 20 años 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) |