Want more features on Pastebin? Sign Up, it's FREE!
Guest

Untitled

By: a guest on Aug 30th, 2011  |  syntax: None  |  size: 2.21 KB  |  views: 117  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. $ sh netbeans --help
  2. Usage: ./../platform/lib/nbexec {options} arguments
  3.  
  4. General options:
  5.   --help                show this help
  6.   --jdkhome <path>      path to Java(TM) 2 SDK, Standard Edition
  7.   -J<jvm_option>        pass <jvm_option> to JVM
  8.  
  9.   --cp:p <classpath>    prepend <classpath> to classpath
  10.   --cp:a <classpath>    append <classpath> to classpath
  11. Exception in thread "main" java.lang.NoClassDefFoundError: Could not initialize class javax.imageio.ImageTypeSpecifier
  12.         at com.sun.imageio.plugins.png.PNGImageReader.getImageTypes(PNGImageReader.java:1387)
  13.         at com.sun.imageio.plugins.png.PNGImageReader.readImage(PNGImageReader.java:1282)
  14.         at com.sun.imageio.plugins.png.PNGImageReader.read(PNGImageReader.java:1579)
  15.         at javax.imageio.ImageIO.read(ImageIO.java:1438)
  16.         at javax.imageio.ImageIO.read(ImageIO.java:1390)
  17.         at org.openide.util.ImageUtilities.getIcon(ImageUtilities.java:515)
  18.         at org.openide.util.ImageUtilities.getIcon(ImageUtilities.java:408)
  19.         at org.openide.util.ImageUtilities.loadImage(ImageUtilities.java:152)
  20.         at org.netbeans.core.startup.Splash.loadContent(Splash.java:251)
  21.         at org.netbeans.core.startup.Splash$SplashPainter.<init>(Splash.java:379)
  22.         at org.netbeans.core.startup.Splash$SplashComponent.<init>(Splash.java:268)
  23.         at org.netbeans.core.startup.Splash.<init>(Splash.java:151)
  24.         at org.netbeans.core.startup.Splash.getInstance(Splash.java:104)
  25.         at org.netbeans.core.startup.Main.setStatusText(Main.java:86)
  26.         at org.netbeans.core.startup.NbEvents.setStatusText(NbEvents.java:423)
  27.         at org.netbeans.core.startup.NbEvents.logged(NbEvents.java:198)
  28.         at org.netbeans.Events.log(Events.java:166)
  29.         at org.netbeans.core.startup.ModuleList.readInitial(ModuleList.java:165)
  30.         at org.netbeans.core.startup.ModuleSystem.readList(ModuleSystem.java:280)
  31.         at org.netbeans.core.startup.CLICoreBridge.usage(CLICoreBridge.java:108)
  32.         at org.netbeans.CLIHandler.showHelp(CLIHandler.java:163)
  33.         at org.netbeans.CLIHandler.checkHelp(CLIHandler.java:217)
  34.         at org.netbeans.CLIHandler.initialize(CLIHandler.java:568)
  35.         at org.netbeans.CLIHandler.initialize(CLIHandler.java:384)
  36.         at org.netbeans.MainImpl.execute(MainImpl.java:190)
  37.         at org.netbeans.MainImpl.main(MainImpl.java:85)
  38.         at org.netbeans.Main.main(Main.java:78)
clone this paste RAW Paste Data