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
guru


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




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 suggest upgrading to RH7.2 or applying or RH7.1 updates
(use the up2date utility) and upgrading the latest JDK from blackdown
or Sun.

Alexander
   
On Thu, Jan 17, 2002 at 01:20:38PM +0530, guruprasads wrote:
> 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
> guru
> 
> 
> --
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




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 its many mirrors, and download the
glibc upgrade rpms.  The glibc system libraries installed from the 
Red Hat 7.0 cdrom are beta-quality and are broken.  You must replace them
with current glibc packages for 7.0 before Java will run properly.

-- 
Joi EllisSoftware Engineer
Aravox Technologies  [EMAIL PROTECTED], [EMAIL PROTECTED]

No matter what we think of Linux versus FreeBSD, etc., the one thing I
really like about Linux is that it has Microsoft worried.  Anything
that kicks a monopoly in the pants has got to be good for something.
   - Chris Johnson


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




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 UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




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


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




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.com/docs/books/tutorial/
"Thinking In Java" by Bruce Eckel, 
http://www.mindview.net/Books/DownloadSites/



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




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 in 4469343.  (4478223 is for 1.4)


Juergen

-- 
Juergen Kreileder, Blackdown Java-Linux Team
http://www.blackdown.org/java-linux.html
Run Java 2 SE v1.3.1 on your iPAQ:
http://www.handhelds.org/pipermail/ipaq/2001-June/007221.html


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




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 not a very easy book for a beginner - I for one had a hard time
getting started (once you got over the first two chapters or so, that
got better, and I started to get the feeling I was understanding
things.  Oh, and if you're new to programming at all, I'd recommend
skipping over the introduction, and maybe reading a shorter, "softer"
tutorial first - just up to "Hello, World" or so).

HTH,
Elias


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




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 to find that it works
without problems on windows..

- liem


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




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, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]