On Tue, 1 Dec 1998, Kontorotsui wrote:

> 
> On 26-Nov-98 Juergen Kreileder wrote:
> 
> [About parse method]
> 
> >Get 1.1.7-v1a and try again, 1.1.7 has some bugfixes for the parse methods.
> 
> I got the 1.1.7-v1a and the bug is still there. The blanks are not skipped,
> while in the docs it is clearly written that they should be.
> 
> >The parse-methods are 100% pure Java, so if 1.1.5 Linux and 1.2 Solaris
> >show different behavior it doesn't have to be a Linux bug, but it means
> >that there have been some changes to the java code between 1.1.5 and 1.2.
> 
> Yes, probably it's not a problem with the Linux port, but is a fact that
> the behaviour is different from what I read in the docs.
> 
> Should I do a bug report to the Java developers?

That is a good idea.
It would be sensible first to verify it in an applet in Netscape (which
does not use the Blackdown port).
> 
> 
> Anyway, here is a real Linux port JDK 1.1.7-v1a problem.
> 
> I get this message:
> 
> /usr/local/java/bin/../bin/checkVersions: /tmp/ldd.out.889: Permission denied

This is more usually a permissions problem, though it's odd that it happens
with root.

Can you, from the commandline, execute the command
ls >/tmp/Clancy.was.here

Does this show anything odd?
ls -dl /tmp
For reference, I get this:
[summer@emu summer]$ ls -dl /tmp -d
drwxrwxrwt   8 root     root         3072 Dec  3 07:06 /tmp

You can bypass this by running
export JDK_NO_VERS_CHECK=don\'tbother
or the csh equivalent.
> 
> every time I run java and javac. The number seems to be the PID and this
> happens with my standard user and the superuser.
> Beside the annoying message, anything works fine.
> 

-- 
Cheers
John Summerfield
http://os2.ami.com.au/os2/ for OS/2 support.
Configuration, networking, combined IBM ftpsites index.

Reply via email to