Re: How to create a NetworkClassLoader in JDK1.1.x?

1999-03-15 Thread Richard Jones
- see the attachment. Rich. -- - Richard Jones. Bibliotech: http://www.bibliotech.co.uk/ - - Embryonic homepage at: http://www.annexia.org/ - - You are currently the 3,119,344,290th visitor to this signature. - -Original message content Copyright (C) 1998 Rich

javalinux.org

1999-02-21 Thread Richard Jones
Domain servers in listed order: NS1.NOVARE-INTL.COM 209.176.56.4 NS2.NOVARE.NET 209.176.56.120 -- - Richard Jones. Bibliotech: http://www.bibliotech.co.uk/ - - Embryonic homepage at: http://www.annexia.org/ - - You are currently the 3,119

Re: FAQs and mailing list

1999-02-16 Thread Richard Jones
owners of the list concerning the above configuration problems, I don't expect to be able to set up an `approved' list with all the appropriate redirections from java.blackdown.org and links from their website. So, who runs this list? Rich. -- - Richard Jones. Biblio

Re: Is there a good java Linux debugger?

1999-01-23 Thread Richard Jones
macs.org) has colour syntax highlighting and lots more. It's probably the best editor / development environment you can get for Linux now, although its enormous power comes with large size and system requirements. Rich. PS. Sorry to any vi fans out there ... -- - Richard Jones. Linux contr

java-linux@java.blackdown.org

1999-01-19 Thread Richard Jones
passing off - a severe offense. Besides, Microsoft have very deep pockets and could afford to launch a lawsuit even if there was only a slight chance of victory just to put pressure on Sun and to stir controversy over the Java platform. Rich. -- - Richard Jones. Linux contractor Lon

Linux Java & the Java2 ORB, and how to use shared memory from Java

1999-01-16 Thread Richard Jones
n JDK 1.1, but is this in Java2? Thanks in advance for any help. Rich. -- - Richard Jones. Linux contractor London and SE areas.- -Very boring homepage at: http://www.annexia.demon.co.uk/ - - You are currently the 1,991,243,100th visitor to this signature. - -Ori

Advanced Java books

1999-01-13 Thread Richard Jones
t this are a bit mysterious, so I'm looking for some real world examples. - Signed objects and the public key authentication system in Java 2. Rich. -- - Richard Jones. Linux contractor London and SE areas.- -Very boring homepage at: http://www.annexia.demon.co.uk/

Re: Unidentified subject!

1999-01-13 Thread Richard Jones
lackdown port of Java2 will contain a JIT? Rich. -- - Richard Jones. Linux contractor London and SE areas.- -Very boring homepage at: http://www.annexia.demon.co.uk/ - - You are currently the 1,991,243,100th visitor to this signature. - -Original message content Copyright (C) 1998 Richard Jones.-

Re: [ATTENTION]: Mailing List Changes

1999-01-13 Thread Richard Jones
used to work for, and I can dig out the script(s) and config file(s) if you're interested. Rich. -- - Richard Jones. Linux contractor London and SE areas.- -Very boring homepage at: http://www.annexia.demon.co.uk/ - - You are currently the 1,991,243,100th visitor to thi

Re: Yeah! Web based threaded messaging is best (WAS: Re: [ATTENTION]: Mailing List Changes

1999-01-12 Thread Richard Jones
web discussion if you want, but don't expect anyone over here to follow. Rich. -- - Richard Jones. Linux contractor London and SE areas.- -Very boring homepage at: http://www.annexia.demon.co.uk/ - - You are currently the 1,991,243,100th visitor to this signature. - -

Re: Unidentified subject!

1999-01-11 Thread Richard Jones
ial JITs - IBM and Metroworks - but neither has appeared yet. When Java 2 (a.k.a. JDK 1.2) appears on the scene for Linux, it may contain a JIT. Don't ask on the list about when Java 2 will appear, because no one knows and everyone is bored of reading about it. Rich. -- - Richard Jon

Re: Sorry: Ignore that last post (Is this a JVM bug? Why is my localvariable not initialized?)

1999-01-08 Thread Richard Jones
uld at the very least get an error or exception when I try to run the code. Rich. -- - Richard Jones. Linux contractor London and SE areas.- -Very boring homepage at: http://www.annexia.demon.co.uk/ - - You are currently the 1,991,243,100th visitor to this signature. - -Original message content Copyright (C) 1998 Richard Jones.-

Re: Is this a JVM bug? Why is my local variable not initialized?

1999-01-08 Thread Richard Jones
Exception { super (input, type); } /** * Receive the message. */ protected void receiveBody (DataInputStream input) throws IOException { this.user = input.readUTF (); } } -- - Richard Jones. Linux contractor London and SE areas.- -Very boring homepage

Sorry: Ignore that last post (Is this a JVM bug? Why is my local variable not initialized?)

1999-01-06 Thread Richard Jones
I've just found out why `d' isn't initialized ... it seems to be a dumb design decision in Java rather than a bug in the JVM. Rich. -- - Richard Jones. Linux contractor London and SE areas.- -Very boring homepage at: http://www.annexia.demon.co.uk/ - - Yo

Is this a JVM bug? Why is my local variable not initialized?

1999-01-06 Thread Richard Jones
{ DerivedClass derivedClass = new DerivedClass (); } } - $ java -version java version "1.1.6" $ java DerivedClass d = 0 -- - Richard Jones. Linux contractor London and SE areas.- -Very boring homepage at:

Re: Some initial impressions (was: emacs vs xemacs)

1999-01-05 Thread Richard Jones
John Summerfield wrote: > > There was talk of them releasing their JVM for > > Linux ... I'm really looking forward to that. > > I don't know about JVM: I saw a mention of the x86 JIT here. Isn't that the same thing? Or can you plug one JIT into any JVM? Rich.

Re: Some initial impressions (was: emacs vs xemacs)

1999-01-04 Thread Richard Jones
to that. Rich. -- - Richard Jones. Linux contractor London and SE areas.- -Very boring homepage at: http://www.annexia.demon.co.uk/ - - You are currently the 1,991,243,100th visitor to this signature. - -Original message content Copyright (C) 1998 Richard Jones.-

Re: Some initial impressions (was: emacs vs xemacs)

1999-01-01 Thread Richard Jones
tire Java project (60 source files) in just a few seconds. And if you use it as above, then it works out the dependencies and only recompiles what's necessary. Rich. -- - Richard Jones. Linux contractor London and SE areas.- -Very boring homepage at: http://www.annexia.demon.

Re: How to send e-mail ?

1998-12-11 Thread Richard Jones
find with SMTP, so far as I can tell, and pretty > easy to use. I haven't tried it with POP or IMAP and fully intend to > die before trying it with MAPI. I stand corrected (and have to rewrite some code ... :-) Rich. -- - Richard Jones. Linux contractor London and SE areas.

Re: How to send e-mail ?

1998-12-11 Thread Richard Jones
ge at the beginning of a line. For portability to Windows, you will unfortunately have to write a little program which replaces sendmail. It just needs to accept the message and connect to a *user-configurable* machine and SMTP port. (Note that most mail can be relayed locally - it does not need

Re: JFrame

1998-12-05 Thread Richard Jones
to override the standard l'n'f? I choose window managers quite deliberately to get a consistent l'n'f across applications, whether written in Java or whatever. Anyway, you might get some ideas from the MDI code available on my homepage. Not quite what you want, but maybe another w

Re: Mail I sent to Inprise

1998-08-04 Thread Richard Jones
If people want to show some support for Visibroker for Java on Linux, they could follow up to my posting on Inprise's new Visibroker forum: news://forums.inprise.com/inprise.public.visibroker Rich. -- Richard Jones [EMAIL PROTECTED] Tel: +44 171 598 7557 Fax: 460 4461 Orchestream Ltd. 125 Ol

Re: Turbo-J 1.1.0 error on RedHat 5.1. Anyone has experince with it?

1998-07-30 Thread Richard Jones
here too, and I'm not going to change to 1.1.5 for the sake of one application. Does anyone know if they plan to release a version with works with 1.1.6 soon? Rich. -- Richard Jones [EMAIL PROTECTED] Tel: +44 171 598 7557 Fax: 460 4461 Orchestream Ltd. 125 Old Brompton Rd. London SW

Re: CORBA sites

1998-07-29 Thread Richard Jones
it, is it's very expensive to purchase - around £2000 ($3500). There's an eval copy you can play with for some limited time (30 days?) so you could at least learn CORBA from it. That's at: http://www.inprise.com/ Rich. PS. I'm still looking for a freeware Java ORB. Any suggest

Re: rmic is way slow

1998-07-28 Thread Richard Jones
After removing this file, various java programs and other things went a lot faster. Have you tried using strace(1) to see what rmic is up to? Rich. -- Richard Jones [EMAIL PROTECTED] Tel: +44 171 598 7557 Fax: 460 4461 Orchestream Ltd. 125 Old Brompton Rd. London SW7 3RP PGP: www.four11

Re: Virgin System!

1998-07-24 Thread Richard Jones
ssary unless you are extremely short of RAM (or have $$$ to burn :-) Rich. -- Richard Jones [EMAIL PROTECTED] Tel: +44 171 598 7557 Fax: 460 4461 Orchestream Ltd. 125 Old Brompton Rd. London SW7 3RP PGP: www.four11.com "boredom ... one of the most overrated emotions ... the sky is made of b

Re: Visibroker for Linux and JDK 1.1.6v2 problem

1998-07-17 Thread Richard Jones
Richard Jones wrote: > org.omg.CORBA.UNKNOWN[completed=MAYBE] > at com.visigenic.vbroker.orb.SE.read(SE.java:28) Sorry to answer my own question :-) This topic seemed to cause more discussion about how I ever managed to get VBJ working on Linux than on the original problem. Any

Re: Visibroker for Linux and JDK 1.1.6v2 problem

1998-07-16 Thread Richard Jones
rt osagent to Linux because of `lack of interest'. Yeah ... right ... Maybe you should write to them too and if enough people do it, then they will change their mind. Rich. -- Richard Jones [EMAIL PROTECTED] Tel: +44 171 598 7557 Fax: 460 4461 Orchestream Ltd. 125 Old Brompton Rd. London

Visibroker for Linux and JDK 1.1.6v2 problem

1998-07-16 Thread Richard Jones
at com.orchestream.policytest.Test1.main(Test1.java:68) -- Richard Jones [EMAIL PROTECTED] Tel: +44 171 598 7557 Fax: 460 4461 Orchestream Ltd. 125 Old Brompton Rd. London SW7 3RP PGP: www.four11.com "boredom ... one of the most overrated emotions ... the sky is made of bubbles ..."