TYA

2000-02-03 Thread jbaker
Hiya, In reference to the TYA JIT, how does it slot in to the Blackdown Jdk1.2? Has anyone done any benchmarks of the Blackdown JVM performance without a JIT, with it's own JIT and with the TYA JIT? J Baker -- John Baker, BSc CS. Java developer and Linux lover:-) Sms: [EMAIL PRO

Jdk1.3

2000-01-31 Thread jbaker
Hiya! Is it possible to 'backport' the Swing fixes in the 1.3rc1 to the Blackdown Jdk1.2.2? J Baker -- John Baker, BSc CS. Java developer and Linux lover:-) Sms: [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to

Re: Slowly compiling java app.

1999-12-16 Thread jbaker
Use Jikes, from IBM. http://www10.software.ibm.com/developerworks/opensource/jikes/?aw=50 On Thu, Dec 16, 1999 at 03:30:45PM +0700, Siriphen Wikaisuksakul wrote: > > When I compile java application, it take very long time to succeed and if I don't >type -J-mx option, it can't compile the appl

Re: Sun and Inprise Java 2 announcement

1999-12-07 Thread jbaker
I though the current 1.2.2 rc was 3, not 1? Have Sun picked up an older copy to release on their site? On Tue, Dec 07, 1999 at 09:19:28AM -0500, Scott Murray wrote: > Check out: > > http://www.newsalert.com/bin/story?StoryId=CoeYuubWbu0zuvteXmW > > Their J2SE 1.2.2 RC1 is available at: > >

Re: RMi deaths

1999-12-03 Thread jbaker
Oh well, problem solved. Thanks for the pointers. I had in my main method: GameKeeperRemoteServer server = new GameKeeperRemoteServer(); Naming.rebind("//localhost:" + port + "/GamekeeperRemoteServer", server); So it appears that after the main method had completed, after a certai

Re: RMi deaths

1999-12-02 Thread jbaker
> > System Error:at >sun.rmi.transport.StreamRemoteCall.exceptionReceivedFromServer(StreamRemoteCall.java:249) > > System Error:at >sun.rmi.transport.StreamRemoteCall.executeCall(StreamRemoteCall.java:224) > > System Error:at sun.rmi.server.UnicastRef.invoke(UnicastRef.java:126) > > System Erro

Re: RMi deaths

1999-12-02 Thread jbaker
Erm, yes I read those docs too. The thing is, my RMI objects arent being killed off, and Im not doing anything fancy. It's so simple it might as well be the HelloWorld example;) The Object on the server side just sits there dishing out a "yes" or "no" to attempted logins. On Thu, Dec 02, 1999 at

RMi deaths

1999-12-02 Thread jbaker
Has anyone ever come across this exception: System Error:java.rmi.NoSuchObjectException: no such object in table System Error:at sun.rmi.transport.StreamRemoteCall.exceptionReceivedFromServer(StreamRemoteCall.java:249) System Error:at sun.rmi.transport.StreamRemoteCall.executeCall(StreamRemoteC

JSplitPane

1999-12-01 Thread jbaker
Anyone else find that the mouse "jumps over" the divider in a JSplitPane under the Jdk1.2pre2 and Jdk1.2.2rc2 (aint tried any more) I have the following 'sets' in operation: .setOneTouchExpandable(true); .setContinuousLayout(false); .setDividerSize(8); .setDividerLocation(0.5); -John --

XML Serialization

1999-12-01 Thread jbaker
Hi, I had a look at the XML Serialization, it does look quite nice, however the docs dont seem to explain how you make a non swing class, or a class that extends swing, serializable via XML. Does anyone know of a magic url that might shed some light on this? Cheers, J Baker -- John Baker, BS

Serialization:)

1999-11-30 Thread jbaker
Do Sun have any plans for long term persistence of objects that have been serialized? The serialization is a lovely idea, but the incompatibility between different Jdk's, and recompiled objects, is a real pain. Oh, thanks for confirming the Linux/Win javax.swing.JEditorPane serial uid for me.

More fun with serialization:)

1999-11-30 Thread jbaker
Hi again, Back onto serialization. Is the Linux 1.2.2 Jdk compatible with the Windows 1.2.2 Jdk? Although it's easy for me to make sure both Jdks are using the same set of classes I have built, it's a little more difficult when I have to use classes such as: javax.swing.JEditorPane (which it's cl

Ref: Subject: Fun with serialization

1999-11-30 Thread jbaker
Oh, sorry to bother you with the Serialization problem. It turned out to be a javac compiled class on the client side, and a jikes compiled class on the server side. I wasn't aware that would cause the class not compatible exception. If only JBuilder would let me use Jikes as the compiler. Evil th

Fun with serialization

1999-11-30 Thread jbaker
Hiya, After yesterdays fun with getting a Frame Buffer working (thanks for the advice), Im now having fun with serialization. I am using a Win1.2.2 JVM on the client end, and the rmi server is using the Blackdown1.2.2 or 1.2 (whatever I can get to work:-). When I try to return an object from the

Running a Java Service (ie no gui)

1999-11-29 Thread jbaker
Hiya, I'm using the 1.2beta2, and when I run a Java process outside of an X environment, I get the following error: java.lang.reflect.InvocationTargetException: java.lang.InternalError: Can't connect to X11 window server using ':0.0' as the value of the DISPLAY variable. at sun.awt.X11GraphicsEn