Re: Running j2sdk-1_3_0_02 on Redhat7.1

2001-05-02 Thread Joi Ellis
On Wed, 2 May 2001, Homayoun Yousefi'zadeh wrote: > Hello there, > > I am using Redhat 7.1 and Kernel 2.4.2. > > I have tried both binary and rpm pkgs > of j2sdk-1_3_0_02 on this box and the > following is the error msg I get persistently. > > [root@dena /usr]# java > /usr/jdk1.3/bin/java: /us

Re: Running j2sdk-1_3_0_02 on Redhat7.1

2001-05-02 Thread Calvin Austin
I would recommend trying 1.3.1 not only does it have the fix to the wrapper script below (/usr/bin/cut went to /bin/cut) But it has many hotspot fixes too. If you fix the cut stuff you will also need to set LD_ASSUME_KERNEL=2.2.5 for 1.3.0 releases regards calvin Homayoun Yousefi'zadeh wrote:

Running j2sdk-1_3_0_02 on Redhat7.1

2001-05-02 Thread Homayoun Yousefi'zadeh
Hello there, I am using Redhat 7.1 and Kernel 2.4.2. I have tried both binary and rpm pkgs of j2sdk-1_3_0_02 on this box and the following is the error msg I get persistently. [root@dena /usr]# java /usr/jdk1.3/bin/java: /usr/bin/cut: No such file or directory /usr/java/jdk1.3.0_02/bin/i386/nat

RE: Using javascript to access applet methods..

2001-05-02 Thread Roger Smith
So as long as you have IE > 4 and Netscape > 4, liveconnect will work>??? Thanks On Wed, 2 May 2001 [EMAIL PROTECTED] wrote: > The LiveConnect classes work with IE as they do with Netscape (at least with > IE 4 and 5)... > > Ken Van Allen > Software Engineer > Fiserv,Inc. > > -Original Messa

Javascript and Java

2001-05-02 Thread kevin1
if this went through great! I'm resending because I qyv'ed up the address... First. thanks all who replied about my earlier question about javascript. (Extending thanks to those who answered the process question as well) More Javascript& java tho: I'm working on an intranet - and

more Javascript & Java

2001-05-02 Thread kevin1
First. thanks all who replied about my earlier question about javascript. (Extending thanks to those who answered the process question as well) More Javascript& java tho: I'm working on an intranet - and I've been told that I can use Swing applets. What do I need to do to enable that?

RE: Using javascript to access applet methods..

2001-05-02 Thread ken . vanallen
The LiveConnect classes work with IE as they do with Netscape (at least with IE 4 and 5)... Ken Van Allen Software Engineer Fiserv,Inc. -Original Message- From: Jacob Nikom [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 02, 2001 9:56 AM To: kevin1 Cc: [EMAIL PROTECTED] Subject: Re: Usin

Jvision and Linux ?

2001-05-02 Thread Joern Kottmann
Hello :) I'm new at this mailinglist I'm a pupil from Germany and 16 years old, I can't speak English very well. I hope you can understand me :) I have a Problem with Jvision, I don't get it running can someone help me out ? Here is that waht have try: [root@wozu joern]# ./jvision121unixins

Re: Why so many java instances when a Java app starts?

2001-05-02 Thread Peter Schüller
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 > When I start a java application on my Mandrake box, and I monitor it > using top, I notice that several java instances show up. Why is this? > It eats up a ton of my memory, and I don't see the reason for it, as > java is multithreaded. How can I

RE: Using javascript to access applet methods..

2001-05-02 Thread ken . vanallen
You need the LiveConnect classes found in jaws.jar I have been successfully using this to embed application rules and logic in web applications, and to actually write out the user interface. It works great. You can find some sketchy information on the web by searching on "JSObject". If you have

Re: Using javascript to access applet methods..

2001-05-02 Thread Jacob Nikom
Look at URL: http://developer.netscape.com/docs/manuals/js/client/jsguide/index.htm "What Is LiveConnect? In the Navigator browser, LiveConnect lets you perform the following tasks: Use JavaScript to access Java variables, methods, classes, and packages directly. Control Java applets

Re: Why so many java instances when a Java app starts?

2001-05-02 Thread Nathan Meyers
On Wed, May 02, 2001 at 11:31:57AM -0400, kevin1 wrote: > When I start a java application on my Mandrake box, and I monitor it > using top, I notice that several java instances show up. Why is this? > It eats up a ton of my memory, and I don't see the reason for it, as > java is multithreaded. H

Re: font problems in text input

2001-05-02 Thread Nathan Meyers
On Wed, May 02, 2001 at 10:51:56AM -0500, Joi Ellis wrote: > On Wed, 2 May 2001, Nathan Meyers wrote: > > > The AWT seemed like a good idea at the time, but it has aged poorly. > > Even the most careful programmers have a hard time designing an app or > > applet that looks decent in all environme

Re: font problems in text input

2001-05-02 Thread Joi Ellis
On Wed, 2 May 2001, Nathan Meyers wrote: > The AWT seemed like a good idea at the time, but it has aged poorly. > Even the most careful programmers have a hard time designing an app or > applet that looks decent in all environments. And the two toolkits > in this case - the Windows GUI and Motif

Using javascript to access applet methods..

2001-05-02 Thread kevin1
Is it possible to use javascript to access applet methods? If so how? -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Why so many java instances when a Java app starts?

2001-05-02 Thread kevin1
When I start a java application on my Mandrake box, and I monitor it using top, I notice that several java instances show up. Why is this? It eats up a ton of my memory, and I don't see the reason for it, as java is multithreaded. How can I change this behaviour? -

Re: font problems in text input

2001-05-02 Thread Nathan Meyers
On Wed, May 02, 2001 at 08:15:55AM -0400, Bruce Miller wrote: > Joi Ellis wrote: > > > > On Wed, 2 May 2001, Ole Jacob Taraldset wrote: > > > > > They are going to say why isn't the Linux jre compatible with the > > > windows version? > > > > No JRE in the world can compensate for lazy programm

Re: font problems in text input

2001-05-02 Thread Bruce Miller
Joi Ellis wrote: > > On Wed, 2 May 2001, Bruce Miller wrote: > > > Although I dont have a better solution at hand, IMHO a lot of > > AWT (& Swing inherits enough of this) represents an opportunity > > missed. > > > > Many of us started out with Java years ago writting Applets --- > > and discove

How to realize droppable tree

2001-05-02 Thread Chao Liu
Hello: I want to realize a droppable tree. Drag a source data from a JList and drop it to a tree. How to got the exact the node I want to add. Somelike a explore in windows. We can drag file into the directory in the left. Can someone give me some suggestion about hoe to realize suc

Information about Applets

2001-05-02 Thread Mario Jaramillo R.
Greetings: Please send to me information about the following: .How can I do for an java applet downloaded from my browser can to use the local printer resources ?? .How can I do for an java applet can to work with sockets using multicast addres

Re: font problems in text input

2001-05-02 Thread Joi Ellis
On Wed, 2 May 2001, Bruce Miller wrote: > Although I dont have a better solution at hand, IMHO a lot of > AWT (& Swing inherits enough of this) represents an opportunity > missed. > > Many of us started out with Java years ago writting Applets --- > and discovered there was no access to enough

Re: font problems in text input

2001-05-02 Thread Bruce Miller
Joi Ellis wrote: > > On Wed, 2 May 2001, Ole Jacob Taraldset wrote: > > > They are going to say why isn't the Linux jre compatible with the > > windows version? > > No JRE in the world can compensate for lazy programmers. Agreed! And yet Although I dont have a better solution at hand, IM

Re: font problems in text input

2001-05-02 Thread Joi Ellis
On Wed, 2 May 2001, Ole Jacob Taraldset wrote: > To fix my specific problem, what if I: > > 1) Run xfs with tt-support and copy all my Windows fonts to LInux > 2) Edit font.properties to use the win fonts > > This should fix all my problems, or not? Nope. The Unix/Linux JVMs do not use xfs fo

Re: font problems in text input

2001-05-02 Thread Ole Jacob Taraldset
To fix my specific problem, what if I: 1) Run xfs with tt-support and copy all my Windows fonts to LInux 2) Edit font.properties to use the win fonts This should fix all my problems, or not? -Ole Jacob On Wednesday 02 May 2001 13:42, Joi Ellis wrote: > On Wed, 2 May 2001, Ole Jacob Taraldset w

Re: font problems in text input

2001-05-02 Thread Joi Ellis
On Wed, 2 May 2001, Ole Jacob Taraldset wrote: > OK, I don't know a thing about jre's internals, but I can't imagine that it > can be very hard to make the win and linux versions compatible. Now that all > win fonts are available on Linux. Can somebody please explain this to me. If > it is pos

Re: font problems in text input

2001-05-02 Thread Joi Ellis
On Wed, 2 May 2001, Ole Jacob Taraldset wrote: > They are going to say why isn't the Linux jre compatible with the > windows version? No JRE in the world can compensate for lazy programmers. -- Joi EllisSoftware Engineer Aravox Technologies [EMAIL PROTECTED], [EMA

Re: font problems in text input

2001-05-02 Thread Ole Jacob Taraldset
OK, I don't know a thing about jre's internals, but I can't imagine that it can be very hard to make the win and linux versions compatible. Now that all win fonts are available on Linux. Can somebody please explain this to me. If it is possible to make a fix for this, then why not? Most browser

Reading and writing audio data at the same time on Linux

2001-05-02 Thread Sudhir Kumar
Hi, I am doing an application (voice based) that require "Source data line"(audio data can be read) and "Target data line"(data may be written) to be open at the same time. I am creating two threads, one for reading, and other for writing and starts both at same time. On Windows 2000, both thre

swing text html parse erro

2001-05-02 Thread Chao Liu
Hello, I forgot attached the program last time.Now it is coming. And I found when I replace the in html source file of ,then it is ok.   Chao Liu  Title: JDC Tech Tips: September 23, 1999

Re: font problems in text input

2001-05-02 Thread Ole Jacob Taraldset
It is possible that this is a problem in the applet code, but that doesn't help me. I've had this problem with both my on-line banks (completely different systems) and the tax thing below. Isn't there a way to get around this? When the applets works fine in windows companies will not use thous

Problem with classic/libjvm.so and JNI_CreateJavaVM

2001-05-02 Thread Damien Olsen
Hi, I am trying to invoke the Java Virtual Machine under linux using blackdown j2sdk1.3.0 - i386 package and glibc. When I assign vm_args.version to be JNI_VERSION_1_1, the JNI_CreateJavaVM() call is returning an error and the JavaVM is not created (both jvm and env variables remain NULL). Wh