SoB: New SBQueue GUI! Updated 12/31

Ken g6

Programming Moderator, Elite Member
Moderator
Dec 11, 1999
16,700
4,661
75
SBProxy has become SBQueue, and SBQueue now has a GUI!
See my SBQueue web page for details.
Edit: Updated to beta version. :)
 

Allio

Golden Member
Jul 9, 2002
1,904
28
91
Looks good. I can't start it, but I think it's because I only have the JRE installed, and not the Java VM - would that explain it?

Off to find a VM download ;)
 

Ken g6

Programming Moderator, Elite Member
Moderator
Dec 11, 1999
16,700
4,661
75
The Java JRE V1.4.x should be sufficient. Both of you, could you please post the errors you are getting?

Edit: Are you using command-line mode or GUI mode?
 

Ken g6

Programming Moderator, Elite Member
Moderator
Dec 11, 1999
16,700
4,661
75
Stormgiant, I tested too much with one, two, even three user queues, and I forgot the inital case where there is no user queue! :eek:

Just type your SoB username in that box next to "User:" and hit enter. Then you should be able to fetch. I'll make it more obvious what to do in my next version.
 

Allio

Golden Member
Jul 9, 2002
1,904
28
91
Ah, java -jar SBQueue.jar did the trick. I'll post the errors I had anyway, if it helps.

> javaw SBQueue.jar
gives this.

> javaw -g SBQueue.jar
gives this.

and for good measure:

C:\Program Files\SB\Proxy>java SBQueue.jar
Exception in thread "main" java.lang.NoClassDefFoundError: SBQueue/jar

However, like I said, -jar seems to work perfectly. Maybe I was just misinterpreting the readme file ;)
 

Ken g6

Programming Moderator, Elite Member
Moderator
Dec 11, 1999
16,700
4,661
75
I guess I should have checked how Windows runs jar files. I thought javaw alone did it, but Windows does:

"C:\Program Files\Java\j2re1.4.1_01\bin\javaw.exe" -jar "%1" %*

So run javaw -jar (or just java -jar for more interesting error messages) and I'll update that, too.