3.0 Tuner on Linux

1998-07-06 Thread Luiz Otavio L. Zorzella

Paul Phillips writes:
 > Subject says most of it.  I downloaded the solaris tuner, blew
 > away the jdk and symlinked to 1.1.6v2 (glibc version), and killed
 > the two solaris shared libs shipped with the tuner.

Paul, were you able to unpack the tuner_300d_products_enus.bin file
usin iBCS or something or you just happen to have a Solaris box were
you did that?

Any suggestion for someone who does not have a solaris box?

Thanks

-- 
Luiz Otavio L. Zorzella Product Engineer
[EMAIL PROTECTED]  http://www.conexware.com



Re: 3.0 Tuner on Linux

1998-07-06 Thread Paul Phillips



On Mon, 6 Jul 1998, Luiz Otavio L. Zorzella wrote:

>  > Subject says most of it.  I downloaded the solaris tuner, blew
>  > away the jdk and symlinked to 1.1.6v2 (glibc version), and killed
>  > the two solaris shared libs shipped with the tuner.
> 
> Paul, were you able to unpack the tuner_300d_products_enus.bin file
> usin iBCS or something or you just happen to have a Solaris box were
> you did that?

Indeed, I just happened to have a few dozen solaris boxes handy.  It
is annoying that it's shipped in such an other-OS-unfriendly manner (um,
say it with me guys, "write once run anywhere", "package once unpack
anywhere", it's called .tar.gz.)

> Any suggestion for someone who does not have a solaris box?

Obviously it'd be easy to send you a tarball but I'm sure marimba 
wouldn't like this, so I have no suggestions other than the one to
marimba to try to treat java as if it's cross-platform.

-- 
Paul Phillips  | Something you might be allergic to - Skiing
Cat Juggler| -- heard on Family Feud
<[EMAIL PROTECTED]> | 
+1 206 447 1595|* http://www.go2net.com/people/paulp/ *



bugs

1998-07-06 Thread Laszlo Szenttornyai

bugs in Java 1.1.6 on redhat 5.1

*** Datagram Socket receive
  after about 15 minutes inactive Datagram receive, the
  receive throws an IOException

  the receive cannot throw IOException just in case of
  IO problem!

*** setResizable
  setResizable( false ) disable the resize function
  for the layoutManager's also

  the setResizable is for the user, not for the system!





JClassPatch

1998-07-06 Thread Kurt Huwig

-BEGIN PGP SIGNED MESSAGE-

Hello!

I made a small script to patch ZIPped or JARed classfiles. It is currently very
broken, because it just can handle absolute paths, but you should be able to do
something like

JClassPatch /usr/lib/java-classes/swingall.jar /home/kurt/Win32PlafOnLinux.diff

and get a new swingall.jar with the Win32 Look & Feel enabled with Linux.

Please comment on a program like this.

Kurt

- -
If you put a PC-formatted disk into a Macintosh, you can read it.
If you put a Mac-formatted disk into a Win95-PC, it asks you
whether it should format it.

-BEGIN PGP SIGNATURE-
Version: 2.6.3i
Charset: noconv

iQBVAwUBNaFXiEcqiS0id3pJAQFvBgIAj6o+8Ez7cl8xrqO6+bmA3Xa4X0fY+cih
wYCsu1vMZp4QgUBhYS3rfN2plcgQlA8MJy0+YAbf2niUucEQZrACOw==
=1Si7
-END PGP SIGNATURE-



Problem with Java Web Server

1998-07-06 Thread Guenther Wieser

Hi!

I tried to apply the jwebs-linux.diff patch, but, as mentioned in previous reports, 
this patch produced some error messages.
Trying a make with Makefile.lnx reports: error: Separator missing
First I thought of having the file transfered in ASCII mode under WinNT, but this 
didn't wolve the problem.
As I scanned the Makefile.lnx I was not abel to see any errors in it.

Starting the Webserver with ./JwebServer/bin/httpd -nojre makes it possible to acces 
files, but it's not possible to start the administration tool on port 9090.



Guenther Wieser

In mir schlummert ein Genie,
aber das Biest wird nicht wach!

"The day Microsoft makes something that doesn't suck
is probably the day they start making vacuum cleaners"

Company: creative-it / Guenther Wieser Software KEG
Student of Telematics at Technical University Graz / Austria
WWW: http://www.creative-it.com
E-Mail: [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED]

Unite for Java!
http://www.javalobby.com

Java Daily Grounds Newsletter:
http://javausers.ihost.com/dailygrounds




Re: JClassPatch

1998-07-06 Thread Kurt Huwig

-BEGIN PGP SIGNED MESSAGE-

Am Tue, 07 Jul 1998 schriebst Du:
>-BEGIN PGP SIGNED MESSAGE-
>I made a small script to patch ZIPped or JARed classfiles. It is currently very
>broken, because it just can handle absolute paths, but you should be able to do
>something like

Maybe you like to know the link?!

http://www.huwig.de/java/

Kurt

- -
If you put a PC-formatted disk into a Macintosh, you can read it.
If you put a Mac-formatted disk into a Win95-PC, it asks you
whether it should format it.
-BEGIN PGP SIGNATURE-
Version: 2.6.3i
Charset: noconv

iQBVAwUBNaFY9kcqiS0id3pJAQEMTwH/X4cPJ+Zdw62BOLdfS6B5YxPgfxdGluLn
T/p7LrUfWrM3gWTs05IJvLvXE3C1UGZ0qgLWQLhc5SwSE0grjq4MuQ==
=2nXk
-END PGP SIGNATURE-



jdb? (1.1.6v2 RH5.1)

1998-07-06 Thread Alen Peacock


  Anyone had luck with getting the java debugger to work?  This is what I 
get:

 ]# jdb
 Initializing jdb...

and then after about five minutes:

 Failed accessing debugging session on localhost: invalid password.


System: RH 5.1, kernel 2.0.34, glibc 2.0.7-13
Java: sbb 1.1.6-2.1.2glibc

  Thanks in advance,
Alen



Re: JClassPatch

1998-07-06 Thread pepr



On Tue, 7 Jul 1998, Kurt Huwig wrote:

> -BEGIN PGP SIGNED MESSAGE-
> 
> Hello!
> 
> I made a small script to patch ZIPped or JARed classfiles. It is currently very
> broken, because it just can handle absolute paths, but you should be able to do
> something like
> 
> JClassPatch /usr/lib/java-classes/swingall.jar /home/kurt/Win32PlafOnLinux.diff
> 
> and get a new swingall.jar with the Win32 Look & Feel enabled with Linux.
> 
> Please comment on a program like this.
> 
> Kurt
> 
> - -
> If you put a PC-formatted disk into a Macintosh, you can read it.
> If you put a Mac-formatted disk into a Win95-PC, it asks you
> whether it should format it.
> 
> -BEGIN PGP SIGNATURE-
> Version: 2.6.3i
> Charset: noconv
> 
> iQBVAwUBNaFXiEcqiS0id3pJAQFvBgIAj6o+8Ez7cl8xrqO6+bmA3Xa4X0fY+cih
> wYCsu1vMZp4QgUBhYS3rfN2plcgQlA8MJy0+YAbf2niUucEQZrACOw==
> =1Si7
> -END PGP SIGNATURE-
> 
Very interesting. The only problem is that I received a ...tar.bz2 file
that I dont seemed to be able to decompress. Excuse my ignorence but could
you clue me into untaring this file.