Two Questions: Java VM and Audio setup

Hi there,

My first question is from where to download JRE for QNX to run Java Apps, if
there is one.

And second, I have problem with my audio driver, when I start the driver
with:

io-audio &

“no such program” message is shown.

Hi Todor,

Since I don’t personally use Java, I am out of date as to the status of
it on QNX, so I will leave that question for someone else to handle. You
might try posting it into a different newsgroup, as only people
interested in audio watch this particular group regularly.

You have two problems that I can see from the information that you have
provided; io-audio is not in your path, and you have not specified any
driver.

The audio subsystem (io-audio) must be run as root. To highlight this it
is kept in a special directory (/sbin) that is not in a regular user’s
default PATH, only root’s.

The io-audio executable requires at least one driver dll to be loaded
for it to access any hardware. There are two ways to specify which dll
to load; either with the -d option to io-audio, or with a mount command
after io-audio is running. Note that the way that this works is pretty
much identical to the way that io-net loads driver dlls.

Odds are though that your audio drivers should have already been
detected and loaded by the enumerators as your system booted up
(assuming that your soundcard is supported).

Could you please post the output of the following command?

  1. ls -l /dev/snd
  2. (as root) pci

Also, any and/or all of the following information might be useful too:

  1. Is the soundcard PCI or ISA?
  2. Have you run it under another OS? What were its settings?
  3. What was the name on its box?

That is all that I can think of for now. Post that info and we will see
if we can get you a command that works.

Todor Stoyanov wrote:

Hi there,

My first question is from where to download JRE for QNX to run Java Apps, if
there is one.

And second, I have problem with my audio driver, when I start the driver
with:

io-audio &

“no such program” message is shown.

\

There are two options:

QNX 6.1 has the IBM J9 runtime included as a package manager install.
I can’t remember what it was called but it has “Java” in the name.

The above is the 1.3 J9 version. Second option would be to download
the J9 1.4 QNX runtimes and Personal Configuration libraries (AWT and
Applet support) from www.embedded.oti.com

-Andrew


On Tue, 19 Feb 2002 17:48:16 +0200, “Todor Stoyanov”
<todor@webfactory.bg> wrote:

Hi there,

My first question is from where to download JRE for QNX to run Java Apps, if
there is one.

And second, I have problem with my audio driver, when I start the driver
with:

io-audio &

“no such program” message is shown.
\