Re: Strange timings for pre-v2 under Linux.

1999-07-02 Thread Nick Lawson
My first guess would be that the jit is better at static calls than virtual. Nick Patrick LAM wrote: > We have some machines running Debian 2.1 here (libc 5.4.46), and we are > running the pre-v2 Linux port of Java. > > There are strange timings for the following programs. In particular, the >

How to Map the network resources

1999-07-02 Thread LAIKOK
How do I use java to map the network resources without the need to mount i.e the NFS or installed Novell Netware ? I mean I can use java to access another machine's resources i.e file and the printer connect to it .I can also add ,delete ,rename the file. ___

This is the most important & powerful application that you'll ever use...

1999-07-02 Thread Note-It-All-Software
"Knowledge IS power, especially if you can manage it!" Do you wish you could keep all of your information about anything in one easy & organized place? No matter what level of computer user you are, you will use this software EVERYTIME you get on your PC! Store, organize, and quickly recall

JNDI

1999-07-02 Thread LAIKOK
I 'm here to clarify something. Is that JNDI only provide a higher interface as it is independent or any naming and directory sevices. That means we cannot use it to map network resources without the network been map already. I mean if we use JNDI to map to a network resources ,i.e another machi

Re: RMI Activatable Object

1999-07-02 Thread Jim Hazen
I don't know what your code looks like, but you may need to carefully check your thread calls. As such fun calls as thread.suspend(), thread.stop(), etc are depricated in 1.2, and are almost guaranteed to break your app. Try looking at thread.wait() and thread.join() if you haven't already. -Ji

Re: An idea for Java / KDE or GNOME integration

1999-07-02 Thread Jeff Galyan
There is a group of engineers (including me) working on binding Java to mozilla's XPCOM, which uses ORBit. If you made it to JavaOne, you may have seen an early demo at one of Sun's booths. --Jeff Cees de Groot wrote: > > [EMAIL PROTECTED] wrote: > >Now, once this basic idea is implemented, th

RMI Activatable Object

1999-07-02 Thread James Caple
Greetings, Was wondering if any other Linux/Java developers have run into problems when developing RMI Objects. I have a Runnable, Activatable Object, which has been subclassed from an Activatable RMI Server Object. When instantiated, the RMI Server Object starts a thread and suspends it until o

Re: Linux Desktop based on JDK 1.2

1999-07-02 Thread Kent Smith
Here's a link - don't know if it's the one refered to below. Text AWT for Java http://www.geocities.com/SiliconValley/Grid/1239/ Kent At 01:44 PM 7/2/99 +0100, you wrote: >[EMAIL PROTECTED] writes: > > I tried looking for an ncurses library once, the only thing I found was a > > JNI implementat

Re: JDK1.2 under RH6.0

1999-07-02 Thread Nathan Meyers
Tom Whitcomb wrote: > > Well, just after a few trials and tribs I got the JDK1.2 to run with X under > RH6.0. I had to do the following: > > 1) create symbolic link for libstdc++-libc6.0-1.so.2 from > libstdc++-libc6.1-1.s0.2 > 2) LD_PRELOAD=libstdc++-libc6.0-1.so.2;export LD_PRELOAD You need

Re: [Fwd: Off-Topic(bzip2 on RH6.0).]

1999-07-02 Thread Nathan Meyers
The recommended site for bzip2 seems to be a suboptimal choice :-(. Despite the confusion, it's widely available... Red Hat ships RPMs on their installation media, and I suspect everyone else does similarly. Or you can find source distributions at your favorite repository. You definitely don't hav

Re: Linux Desktop based on JDK 1.2

1999-07-02 Thread Bernd Kreimeier
[EMAIL PROTECTED] writes: > I tried looking for an ncurses library once, the only thing I found was a > JNI implementation which I didn't find useful. Got a URL handy? If the Java API is okay, it'd allow for using it right away until somebody comes up with a pure Java port for the same API.

Re: Strange timings for pre-v2 under Linux.

1999-07-02 Thread Patrick LAM
I forgot to mention that the machines are running the x86 JIT. Our next step is to find a way to run the Solaris versions of JDK1.2 and see what those numbers look like. pat On Fri, 2 Jul 1999, Patrick LAM wrote: > We have some machines running Debian 2.1 here (libc 5.4.46), and we are > runni

Strange timings for pre-v2 under Linux.

1999-07-02 Thread Patrick LAM
We have some machines running Debian 2.1 here (libc 5.4.46), and we are running the pre-v2 Linux port of Java. There are strange timings for the following programs. In particular, the static version runs at about half the speed of the nonstatic version, which seems backwards; static takes 232s a

[Fwd: Off-Topic(bzip2 on RH6.0).]

1999-07-02 Thread Javier Bolaños Molina
Javier, I also had problems getting bzip for linux. There is a site mentioned on the download page for FTPing bzip but the linux version seemed to be corrupt. What I did was download the Windows version of bzip, then unziped the JDK under windows and then copied it into my linux partitio

JDK1.2 under RH6.0

1999-07-02 Thread Tom Whitcomb
Well, just after a few trials and tribs I got the JDK1.2 to run with X under RH6.0. I had to do the following: 1) create symbolic link for libstdc++-libc6.0-1.so.2 from libstdc++-libc6.1-1.s0.2 2) LD_PRELOAD=libstdc++-libc6.0-1.so.2;export LD_PRELOAD 3) use "-green -Djava.compiler=" options on

Re: An idea for Java / KDE or GNOME integration

1999-07-02 Thread Cees de Groot
[EMAIL PROTECTED] wrote: >Now, once this basic idea is implemented, the CORBA/IDL solution offers >extreme flexibility. For example, there's no reason that a GNOME server >couldn't be written that creates the GNOME equiv of KApplication >(whatever that may be...). It would serve the same IDL, an

Re: Off-Topic(bzip2 on RH6.0).

1999-07-02 Thread Javier Bolaños Molina
"Nagaraj S.B" wrote: > Hi all, > I have downloaded JDK1.2pre-v2.tar.bz2 from glibc2.1.But in my linux > system which is RH6.0 donot have bzip2 tool for unzipping the JDK1.2 > file but I have gzip.Pls tell me where I can get gzip version of JDK1.2 > or else how can I load bzip2 on my RH6.0. > Than

Re: An idea for Java / KDE or GNOME integration

1999-07-02 Thread Justin Lee
Robb Shecter wrote: > > Hi, > > I had this idea, and would like to get comments - if it's cool, or dumb > - whatever: > > I want to have my Java programs better integrated or "aware" of my KDE > desktop. And vice-versa. I don't need the equivalent of the Python-KDE > binding: This package doe

An idea for Java / KDE or GNOME integration

1999-07-02 Thread Robb Shecter
Hi, I had this idea, and would like to get comments - if it's cool, or dumb - whatever: I want to have my Java programs better integrated or "aware" of my KDE desktop. And vice-versa. I don't need the equivalent of the Python-KDE binding: This package does two things: it gives access to deskto

Linux on Redhat 6.0

1999-07-02 Thread dion
Did you try it with -green as an option? This is what works for me given this problem. -- dIon Gillard, Multitask Consulting Work: http://www.multitask.com.au Play:http://www.trongus.com - Forwarded by dIon Gillard/Multitask Consulting/AU on 02/07/99 05:50 PM - Linux on Re

Re: Java3D vs. tya

1999-07-02 Thread Johan Engström
On Thu, 1 Jul 1999, Albrecht Kleine wrote: > Hi, > > > Having a problem using 'tya' (JIT-complier) with 'Java3D'. > > 'tya' works fine in all other applications, i.e non-Java3D-apps. > > Does ``non-Java3D-apps'' include other big apps like java2Demo, Swingset, > some IDEs like NetBeans2 etc ?.

Re: Java and C programs Integration

1999-07-02 Thread Juergen Kreileder
> ALPESH KOTHARI writes: ALPESH> I am trying to integrate the java and C code. i am ALPESH> following the guidelines given in the documentation at the ALPESH> address ALPESH> http://java.sun.com/docs/books/tutorial/native1.1/stepbystep. I ALPESH> am trying to work with the

Re: Keyboard shortcuts

1999-07-02 Thread Juergen Kreileder
> Ron Shpaser writes: Ron> I'm using JDK 1.1.7v1a for Linux. Actually I have some Ron> problems with running number of applications under JDK Ron> 1.1.7v3 with JIT(TYA). One of these apps is HotJava v3.0. I'd Ron> like to ask you a question: How should I configure my X in

UDP?

1999-07-02 Thread Leonida Bucci
Hello to All, I'm currently experiencing troubles with the Linux Blackdown JDK (1.1.7 v1) and UDP Datagrams. What I see is that it is not possible to correctly determine the source of a received Datagram, it is always returned the local address. I saw also that such a bug was submitted to jitt

Keyboard shortcuts

1999-07-02 Thread Ron Shpaser
Hi ! I'm using JDK 1.1.7v1a for Linux. Actually I have some problems with running number of applications under JDK 1.1.7v3 with JIT(TYA). One of these apps is HotJava v3.0. I'd like to ask you a question: How should I configure my X in order to make keyboard shortcuts work properly ? Thanks in

Re: Java3D vs. tya

1999-07-02 Thread Johan Engström
On 1 Jul 1999, Steve Byrne wrote: > Johan <[EMAIL PROTECTED]> writes: > > > > > Having a problem using 'tya' (JIT-complier) with 'Java3D'. > > 'tya' works fine in all other applications, i.e non-Java3D-apps. > > > > This is the error message I get: > > > > Exception in thread "main" java.lang

Updated Java books list

1999-07-02 Thread mjmp
http://rocking.to/Java -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Java and C programs Integration

1999-07-02 Thread ALPESH KOTHARI
Hello All, I am trying to integrate the java and C code. i am following the guidelines given in the documentation at the address http://java.sun.com/docs/books/tutorial/native1.1/stepbystep. I am trying to work with the sample program given by them. I am having RedHat6.0 with JDK1.2 (glibc2.1) wh

Caps Lock problems

1999-07-02 Thread Lance Herron
Hello, For some reason I cannot convince a JFrame to accept uppercase characters when CapsLock is on. ie, KeyEvent.getKeyChar() is returning 'a' when I press the A key regardless of whether CapsLock is on. I'm using Swing 1.1.1b2 with JDK1.1.7v3 on a virgin RH6 machine. I thought perhaps it wa

Re: Off-Topic(bzip2 on RH6.0).

1999-07-02 Thread Deon van der Merwe
Hi, At 10:00 PM 02/07/99 , Nagaraj S.B wrote: >Hi all, >I have downloaded JDK1.2pre-v2.tar.bz2 from glibc2.1.But in my linux >system which is RH6.0 donot have bzip2 tool for unzipping the JDK1.2 >file but I have gzip.Pls tell me where I can get gzip version of JDK1.2 >or else how can I load bzip2

Off-Topic(bzip2 on RH6.0).

1999-07-02 Thread Nagaraj S.B
Hi all, I have downloaded JDK1.2pre-v2.tar.bz2 from glibc2.1.But in my linux system which is RH6.0 donot have bzip2 tool for unzipping the JDK1.2 file but I have gzip.Pls tell me where I can get gzip version of JDK1.2 or else how can I load bzip2 on my RH6.0. Thanks in advence, Nagaraj S.B.

Server crash

1999-07-02 Thread Roland Carlsson
Hi! I wonder if anybody have had troble with RedHat5.1- Apache1.3.6 - and JServ1.0b so that you had to restart the computer. I'm remotly controlling a computer that runs the compination above. Yesterday it stop all services by simple timeouts. I can't log in via ssh since i got a timeout error,