Unidentified subject!

2002-01-17 Thread Veda Narayanan
All, I'm runnning my java app in linux rh7.1 (kernel - 2.4.12). In my app "VM thread" in my jvm is taking something around 10% of cpu9using top). Do you know why its taking and is it normal. Reg Ved -- To UNSUBSCRIBE, ema

BlackDown JMF ever to be on par with Solaris/Windows?

2002-01-17 Thread Liem Bahneman
I've run into a few brick-wall problems with the linux port of the JMF from Blackdown, some documented, some not. Will this port ever be as complete as the Solaris/Windows versions? I am aware that linux audio is a bit hard to pin down, but its dissapointing to spend time working on a bug only t

Re: New to Java

2002-01-17 Thread Elias Assmann
On Wed, 16 Jan 2002, Ali Ghaharbeighi wrote: > Is there a place on the web that guide me through learning > it step by step. By simple examples and so on. Try _Thinking in Java, 2nd Edition_ by Bruce Eckel. I find it's a good book, and it's available for free (from www.mindview.net); however, it's

Re: [ANNOUNCE] Java 2 Standard Edition v1.3.1-02a-FCS for Linux

2002-01-17 Thread Juergen Kreileder
John R. MacMillan <[EMAIL PROTECTED]> writes: > Excellent, congratulations! > > Quick question: is this based off the Sun 1.3.1_02 source? In > particular, there's a JVMPI fix Sun put into 1.3.1_01 that I'm > wondering if is in this release (BugParade ID 4478223). Yes, it has the fix mentioned

Re: [ANNOUNCE] Java 2 Standard Edition v1.3.1-02a-FCS for Linux

2002-01-17 Thread John R MacMillan
Excellent, congratulations! Quick question: is this based off the Sun 1.3.1_02 source? In particular, there's a JVMPI fix Sun put into 1.3.1_01 that I'm wondering if is in this release (BugParade ID 4478223). Thanks, John -- T

Re: New to Java

2002-01-17 Thread Guy McArthur
> > >I am very new to Java and would like to learn this language. >Using both windows and Linux versions. >Is there a place on the web that guide me through learning >it step by step. By simple examples and so on. > The best online resources in my opinion are: The Java Tutorial, http://java.sun.c

RE: [ANNOUNCE] Java 2 Standard Edition v1.3.1-02a-FCS for Linux

2002-01-17 Thread Alex Malone
> The Blackdown Java-Linux Team is happy to announce the availability of > the Java 2 Standard Edition v1.3.1-02a-FCS for Linux on i386. Good work! When can we expect a PPC version of V1.3.1? Many Thanks, Alex -- To UNSUBSCR

Re: jdk in rh7.0

2002-01-17 Thread Joi Ellis
On Thu, 17 Jan 2002, MD. Tauhidul Islam wrote: > In Redhat Linux 7.0 after installing jdk and setting the path environment, > when I try to compile java source file then I get the following error: > > # javac test.java > Segmentation fault: core dumped > Visit updates.redhat.com or one of

jdk in rh7.0

2002-01-17 Thread MD. Tauhidul Islam
In Redhat Linux 7.0 after installing jdk and setting the  path environment, when I try to compile java source file then I get the following error: # javac   test.java Segmentation fault: core dumped how to resolve this problem regards Tauhid

Re: Help Required

2002-01-17 Thread Alexander V. Konstantinou
You must be running RedHat 7.1 with Sun JDK 1.3.0. There are two known problems with this configuration: 1. Need a link (ln -s /bin/cut /usr/bin/cut); which you solved by actually moving the executable (not a good idea) 2. Need "export LD_ASSUME_KERNEL=2.2.5" before executing java I would s

Help Required

2002-01-17 Thread guruprasads
Hi, I installed Java 1.3 on my linux machine. When I ran the "javac" or "java" command it gave me /usr/bin/cut not found. Then I moved cut to /usr/bin.. When I ran the "javac" command it worked. But If I ran the "java" command the system hungs... Can anyone throw light on this.. regards gur