Re: 3D API

1999-10-15 Thread Rob Nugent
--- > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] -- Rob Nugent Development Manager UniKix Technologies Europe [EMAIL PROTECTED] http://www.unikix.com Tel: +44 (0) 1489 585503 Fax: +44 (0) 1489 881363

Re: Netscape 4.61 bus error

1999-07-22 Thread Rob Nugent
sr/sbin/chkfontpath --add /usr/X11R6/lib/X11/fonts/75dpi > > as root. > > For more info, the reference number of the reported bug and solution is: > REF#990511-0082 > > Hope this helps. > > Bill > > > -Original Message- > > From: Rob Nugent [mailto

Netscape 4.61 bus error

1999-07-22 Thread Rob Nugent
Hi, I just upgraded to RedHat 6.0 and Netscape 4.61 and when I invoke a Java applet, Netscape exits with a 'bus error' when trying to start Java. Has anyone seen this and if so, does anyone know what the solution is ? Thanks Rob ---

Re: Problems with java.lang.ClassLoader

1999-07-21 Thread Rob Nugent
DisplayClass); > > When I look in the JDK1.2 API Specifications, those 2 methods exist. Any > idea? > > Michel > > -- > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > with a subject of "unsubscribe"

Re: Has Sun Overstretch Themselves With So Many APIs?

1999-07-09 Thread Rob Nugent
lly reflects high quality in the code from IBM when it finally does ship. There is an alpha test version to play with right now anyhow. -- Rob Nugent Development Manager UniKix Technologies Europe [EMAIL PROTECTED] http://www.unikix.com Tel: +44 (0) 1489 585503 Fax: +44 (0)

Re: Has Sun Overstretch Themselves With So Many APIs?

1999-07-08 Thread Rob Nugent
- > > ---------- > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] -- Rob Nugent Development Manager UniKix Technologies Euro

Re: Java3D and 'main()'

1999-07-08 Thread Rob Nugent
problem, although I can' explain why. This is a good enough solution for me until I can move to RedHat60/glibc2.1/jdk1.2pre2 Again many thanks Rob Nathan Meyers wrote: > Rob Nugent wrote: > > > > I am sure that the following is a User Error on my part, but if anyone can expla

Java3D and 'main()'

1999-07-07 Thread Rob Nugent
{ } public void windowClosed(WindowEvent e) { } public void windowClosing(WindowEvent e) { } public void windowIconified(WindowEvent e) { } public void windowDeiconified(WindowEvent e) { } } snip -- Rob Nugent Development Manager UniKix Techn

Re: Fonts have large ascents/decents

1999-05-20 Thread Rob Nugent
I have been assuming that this is a bug in the Linux JDK1.2 prerelease. If I run the following on Linux/Java1.2: import java.awt.*; public class FT { public static void main(String[] args) { Font f = new Font("Monospaced",Font.PLAIN,14); FontMetrics fm = Toolkit.getDefau

Re: BDK 1.0

1999-05-14 Thread Rob Nugent
s with JDK 1.1. Thanks. > > Richard Hall > Network Services > University of Tennessee > > -- > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact [EMAIL

Re: javax.swing.preview not found

1999-04-28 Thread Rob Nugent
blackdown release? > > -- > Bob Williams, http://bob.usuhs.mil/ > > -- > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] -- Rob Nugent Development Manager Un

Re: You're gonna love this...

1999-04-27 Thread Rob Nugent
-- > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] -- Rob Nugent Development Manager UniKix Technologies Europe [EMAIL PROTECTED] htt

Re: Java Linux and Signal Handlers

1999-04-13 Thread Rob Nugent
ld be one solution. Rob Juergen Kreileder wrote: > >>>>> Rob Nugent writes: > > Rob> Hi, I have a requirement to use Java Linux to implement a > Rob> number of sub-routines in an environment in which other > Rob> languages such as 'C

Java Linux and Signal Handlers

1999-04-12 Thread Rob Nugent
e-existing signal handlers for C. Can anyone comment ? I would much prefer that the VM did NOT install handlers so that I can remain in control. Thanks Rob -- Rob Nugent Development Manager UniKix Technologies Europe [EMAIL PROTECTED] http://www.unikix.com Tel: +44 (0) 1489 585503 Fax: +4

Re: I have a big problem with Sun

1999-04-06 Thread Rob Nugent
hem know your on linux > they will drop it. > > Pissed off. > > Mike > > -- > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] -- Rob Nugent Development Manager UniKix Tech

JDK 1.2 Success

1999-03-09 Thread Rob Nugent
occasional segv, but nothing I can get a reproduce on to raise a bug report. Thanks to the porting team for all the significant hard work - it is appreciated. Rob -- Rob Nugent Development Manager UniKix Technologies Europe [EMAIL PROTECTED] http://www.unikix.com Tel: +44 (0) 1489 585503 Fax: +44

Re: Weird math calculations.

1999-02-04 Thread Rob Nugent
-- > > Name: aVectorUtil

font.properties.ja

1999-01-27 Thread Rob Nugent
agnitude less success. My current theory is that that I need to install the *Japanese* version of WinNT ??) Thanks for any help Rob -- Rob Nugent Development Manager UniKix Technologies Europe [EMAIL PROTECTED] Tel: +44 (0) 1489 585503 Fax: +44 (0) 1489 881363

Re: timezone

1999-01-25 Thread Rob Nugent
but Java reports the UTC. > How can I make my Java software report the localtime without making my > code timezone depended (addind one hour is not a wanted solution) ? > > Thanx in advance, > > Jeroen -- Rob Nugent Development Manager UniKix Technologies Europe [EMAIL PROTECTED] Tel: +44 (0) 1489 585503 Fax: +44 (0) 1489 881363

backtab

1999-01-06 Thread Rob Nugent
the effort to create a standalone test case ? This is all on RH52 Thanks Rob Rob Nugent Development Manager UniKix Technologies Europe

Re: JFrame

1998-12-04 Thread Rob Nugent
Try a Window instead of a Frame. Anguel Anguelov wrote: > Hi > > how kan i show one Frame without border? -- Rob Nugent Development Manager UniKix Technologies Europe [EMAIL PROTECTED] Tel: +44 (0) 1489 585503 Fax: +44 (0) 1489 881363

Re: Time slicing or tricks to simulate it?

1998-12-02 Thread Rob Nugent
d until the compute intensive method finishes. Raising the > priority of the gui (and putting in a few yields()) doesn't make any > differences. > Any suggestions would be appreciated. > --- > Barnet Wagman > [EMAIL PROTECTED] > -

Accepting sockets ?

1998-11-16 Thread Rob Nugent
Hi, I am trying to write a server program that accepts a large number of socket connection. However, when the number of sockets goes over about 250, the accept call either blocks, or throws an InvalidArgumentException. I did wonder if this is related to the maximum number of open file descriptor

JDK 1.2 Announcement at LWN

1998-10-26 Thread Rob Nugent
Hi, I just saw Steve Byrne's announcement at: http://www.lwn.net/daily/java.html This is good news indeed. Continuing thanks to the Java-Linux team for their efforts in this area. Is anyone able to comment as to whether this agreement will cover HotSpot when it arrives ? Rob Rob N

Re: Write Once Run Anywhere?

1998-10-02 Thread Rob Nugent
Are you on JDK 1.1 on your Win95 Box ? Try doing a "java -version" on both platforms. If you are trying to run JDK1.1 compiled code on JDK 1.0 that might cause problems. Rob -- Rob Nugent Development Manager UniKix Technologies Europe [EMAIL PROTECTED] Tel: +44 (0) 1489 585503 F

Re: Write Once Run Anywhere?

1998-10-01 Thread Rob Nugent
a) accidentally coercing the file name to the wrong case or b) if you ftp'd them make sure they were ftp'd in binary mode. We have a project here with over 400 class files that work just fine on WinNT/Win95/Linux, AIX etc -- Rob Nugent Development Manager UniKix Technologies Europe [EM

Re: 1.1.7

1998-09-29 Thread Rob Nugent
It looks like the getResource() problems I was having with JPEGS in large JAR files may have been resolved by 1.1.7 on NT at least, since some of my code just sprang into life when I upgraded. Rob -- Rob Nugent Development Manager UniKix Technologies Europe [EMAIL PROTECTED] Tel: +44 (0) 1489

Re: getResourceAsStream on Class-Files

1998-09-28 Thread Rob Nugent
rnd Wengenroth > IoS Gesellschaft für innovative Softwareentwicklung mbH > > Donatusstraße 127-129 WWW: http://www.IoS-online.de > 50259 Pulheim email: [EMAIL PROTECTED] > Tel: 02234 / 986434 Fax: 02234 / 986433 -- Rob Nugent Development Manager UniKix Technologies Europe [EMAIL PROTECTED] Tel: +44 (0) 1489 585503 Fax: +44 (0) 1489 881363

Re: Versioning -- Linux JDK needs your HELP!

1998-09-25 Thread Rob Nugent
My System: RedHat 5.1 1) libc => /lib/lib.so.6which is symlink to libc-2.0.7.so 2) libdl => /lib/libdl.so.2 which is symlink to libdl-2.0.7.so 3) No - I didn't have to delete anything. Java worked out of the box. Rob -- Rob Nugent Development Manager UniKix Technologies Eu

jdk116v3a feedback

1998-08-19 Thread Rob Nugent
indow before I could use a menu on it. Thanks for the continuing efforts, and apologies that this feedback was a while coming. Rob Rob Nugent Development Manager UniKix Technologies Europe [EMAIL PROTECTED]

Re: Wrong time in Clock demo (fwd)

1998-08-14 Thread Rob Nugent
that I change the timezone to "ECT" instead, thought it > was supposed to be CET, whatever, haven't heard of ECT before but it > works at least =|:-) > According to the person I talked to, Sun will fix this in 1.2b4. > So I guess I'll just stick to "ECT" until they fix this... > > Best Regards, > Mats Petersson -- Rob Nugent Development Manager UniKix Technologies Europe [EMAIL PROTECTED] Tel: +44 (0) 1489 585503 Fax: +44 (0) 1489 881363

Re: AWT-Bug in JDK1.1.6v2

1998-08-05 Thread Rob Nugent
u not to use your grenade launcher > in a small room." - www.bluesnews.com > > iiNet Technologies -- Rob Nugent Development Manager UniKix Technologies Europe [EMAIL PROTECTED] Tel: +44 (0) 1489 585503 Fax: +44 (0) 1489 881363

Bug tracking

1998-06-10 Thread Rob Nugent
I have tried out the bug tracking tool and I think it is rather splendid. Thanks for setting this up. A couple of questions: 1) What happens to my bug reports next ? (They seem to have been "incoming" for a couple of days now) 2) How do I add a note to a bug ? I have some extra info, but when

Re: problem using appletviewer jdk1.1.5

1998-06-01 Thread Rob Nugent
y .html file.. > > codebase "1.1.6" > > Then it worked great. > > Many thanks to all and most of all Pat for his helpfull assistance. > > Matt -- Rob Nugent Development Manager UniKix Technologies Europe [EMAIL PROTECTED] Tel: +44 (0) 1489 585503 Fax: +44 (0) 1489 881363

Graphics.drawString)() bug ?

1998-05-27 Thread Rob Nugent
comments ? Might this be because libc5 isn't thread safe ? (I can't get the glibc version to run properly, but the errors do not occur on JDK1.1.6 on NT. Can anyone confirm if this occurs or not on Solaris ? Thanks ! Rob -- Rob Nugent Development Manager UniKix Technologies Europe [EM