Ver Mensaje Individual
  #1 (permalink)  
Antiguo 20/06/2011, 15:37
Avatar de calichecal
calichecal
 
Fecha de Ingreso: junio-2009
Ubicación: Colombia
Mensajes: 288
Antigüedad: 14 años, 10 meses
Puntos: 12
Duda con advertencias al compilar

hola a todos, llevo haciendo un programa desde hace meses y siempre me sale esto:

Cita:
/home/yo/NetBeansProjects/DiagnosticoEnfermeria/src/Bd/ConectarDerby.java:11: warning: com.sun.rowset.CachedRowSetImpl is internal proprietary API and may be removed in a future release
import com.sun.rowset.CachedRowSetImpl;
^
/home/yo/NetBeansProjects/DiagnosticoEnfermeria/src/Gui/Sonidos/ReproduceSonido.java:38: warning: sun.audio.AudioStream is internal proprietary API and may be removed in a future release
private AudioStream as;
/home/yo/NetBeansProjects/DiagnosticoEnfermeria/src/Bd/ConectarDerby.java:54: warning: com.sun.rowset.CachedRowSetImpl is internal proprietary API and may be removed in a future release
CachedRowSet crs= new CachedRowSetImpl();
/home/yo/NetBeansProjects/DiagnosticoEnfermeria/src/Gui/Sonidos/ReproduceSonido.java:76: warning: sun.audio.AudioStream is internal proprietary API and may be removed in a future release
as = new AudioStream(is);
/home/stivenson/NetBeansProjects/DiagnosticoEnfermeria/src/Gui/Sonidos/ReproduceSonido.java:80: warning: sun.audio.AudioPlayer is internal proprietary API and may be removed in a future release
AudioPlayer.player.start(as);
/home/yo/NetBeansProjects/DiagnosticoEnfermeria/src/Gui/Sonidos/ReproduceSonido.java:87: warning: sun.audio.AudioPlayer is internal proprietary API and may be removed in a future release
if(AudioPlayer.player.isAlive())AudioPlayer.player .stop(as);
/home/yo/NetBeansProjects/DiagnosticoEnfermeria/src/Gui/Sonidos/ReproduceSonido.java:87: warning: sun.audio.AudioPlayer is internal proprietary API and may be removed in a future release
if(AudioPlayer.player.isAlive())AudioPlayer.player .stop(as);
que tanta atención le debo colocar a estas advertencias?
__________________
Hay una fuerza motriz más poderosa que el vapor, la electricidad y la energía atómica: la voluntad. -Einstein-