Re: problem using appletviewer jdk1.1.5

1998-06-01 Thread Rob Nugent
Matt, I noticed that you are in ther U.K. same as me. The JavaSoft guys f***ed up the BST adjustment in JDK 1.1.4 see http://developer.javasoft.com/developer/bugParade/bugs/4124203.html for details. This claims to be fixed in JDK 1.2b4 (!) Great huh ? Rob Matt Zagni wrote: > Great it now

Re: problem using appletviewer jdk1.1.5

1998-06-01 Thread Matt Zagni
Great it now works 100% in win95 but does a funny in linux.. The Clock2.class produces a time -1hr when run under appletviewer in linux but when viewed via netscape the time is correct. Intersting ? My orginal problem was solved by removing the following code from my .html file.. codebase "1.1

problem using appletviewer jdk1.1.5

1998-06-01 Thread Matt Zagni
Hi, Im getting the following errors when displaying Clock1.class basicaly I changed all the refs in the Clock2.class demo of jdk1.1.5 to Clock1 (ie from Class2 to Class1) recompiled and attempted to use appletviewer to display it to check that the compiler was working ok. However when I tried ap