[EMAIL PROTECTED] wrote:
>
> Hi,
>
> I got a question on JNI. It would be appreciated if someone could help.
>
> Q:
> In order to hide java and jni related issues (e.g. jni function name
> convention, etc.) from .so programmers, a wrapper .so file so1.so is used in
> between java app and anoth
[EMAIL PROTECTED] wrote:
>
> Hi,
>
> I got a question on JNI. It would be appreciated if someone could help.
Lee,
I'm having trouble understanding the problem you're posing. What is the
difficulty you're trying to solve... how to call functions in one .so
from another .so? You're already doin
Hi,
I got a question on JNI. It would be appreciated if someone could help.
Q:
In order to hide java and jni related issues (e.g. jni function name
convention, etc.) from .so programmers, a wrapper .so file so1.so is used in
between java app and another .so file so2.so (the one with native fun
paul campbell wrote:
>
> Works OK - well sort of...
>
> (except "Font specified in font.properties not found[--symbol blbah blah
This one's a known issue. I think there may be a fix for it - check the
Blackdown.org site.
> and
> Could not load Look and Feel:
> com.sun.java.swing.plaf.windows.W
You are trying to get a servlet to invoke an applet?
Roger Smith wrote:
> I have written a servlet yjay invokes an applet to communicate with a
> database. I am using Java Web server 2.0, and when I start the servlet
> from the browser, I get this error at the bottom of my Netscape window:
> ap
Hi! I can't get the Java 1.2.2 plug-in installed on Linux 2.2.14 w/
glibc-2.1.2 and bash 2-03 due to the following errors:
: command not found.sh:
: command not found.sh:
: command not found.sh:
': not a valid identifierxport: `RESPONSE
Do you agree to the above license terms?
If you do not agre
On Wed, Feb 02, 2000 at 01:44:15PM -0500, Jacob Nikom wrote:
> Hi Paolo,
>
> Thank you for your message - it really helped to know
> that I have to run X. I thought that all necessary stuff
> is in the install.bin which is really huge - more than
> 10MB. Why it is so large - it even includes bi
Anybody written a jni lib for ViaVoiceOutloud which works with the
Java interface of ViaVoice, I would also need an interface
to the mixer, since the system should "dim" a playing CD if it tells
me about an error coming up on some of my machines. Also dimming
the voice or cd automatically bef
On that note, does anyone know of a Java-Linux debugger that is
capable of "watching" a variable? i.e. I want the code to break when
the specified variable is accessed, or changed, then show me the line
of code responsible. thanks.
-Larry Gates
Riyad Kalla writes:
> AnyJ ( www.netcomputing.d
I did the default install for Sun JDK with no significant problem.
I did NOT set JAVA_HOME.
startx brings up standard RH61 gnome.
brought up a terminal window
cd /home/jdk1.2.2/demo/jfc/SimpleExamle/src
javac SimpleExample.java
java SimpleExample
Works OK - well sort of...
(except "Font specif
Hi Paolo,
Thank you for your message - it really helped to know
that I have to run X. I thought that all necessary stuff
is in the install.bin which is really huge - more than
10MB. Why it is so large - it even includes binary code
in it?
With our sysadmin's heavy help finally I was able to in
AnyJ ( www.netcomputing.de ) is a very versatile IDE. The
current version for Linux is 1.32 I believe, but a 2.0
release is on its way and its going to have some INCREDIBLE
things in it. Of course its free for use under Linux which
is nice, and you can specify a different JDK on a
per-project basi
Jacob Nikom wrote:
>
> Hi,
>
> I tried to install JBuilder on my machine (PIII, RedHat 6.1) but
> met with such objstacles that I am going to give up on installation.
>
> First, it started to complain about lack of free space. I looked at
> JBuilder FAQ and newsgroup and found that it cannot be
Mr. Wolfgang Hoschek wrote:
> See, these days many computations formerly termed compute-intensive are
> actually bounded by the memory subsystem. (Easily run 10 times as fast
> when fetching from Level-1-Cache instead of SDRAM, not only in C but
> also in Java.) That's the reason the PentiumIII i
I'm using jdk1.2.2, I've tried the self-installing version from three
different mirrors sites,
and this morning I downloaded and installed the linux port(jdk1.2.2) tar
ball from the Sun server.
I've set the JAVA_HOME variable to /mypath/jdk1.2.2
I haven't messed with the CLASSPATH because to tell
Hi Jacob,
I'll gladly try to help you with the installation but I think we should take
this out of this forum.
The installer bug with NFS/SMB has caused us some gripes but we have a fix
ready for the next version. The installer requires a GUI so you have to run
it from X. If you cannot unmount an
Hi,
I tried to install JBuilder on my machine (PIII, RedHat 6.1) but
met with such objstacles that I am going to give up on installation.
First, it started to complain about lack of free space. I looked at
JBuilder FAQ and newsgroup and found that it cannot be install on the
server ( one of th
Either you have a wrong CLASSPATH (are you using JDK1.1 ?) or your normal
PATH isn`t correct.
Perhaps you should try something like this (if you have JDK1.2)
With C-Shells: setenv JAVA_HOME /my/jdk/path (e.g /usr/local/jdk1.2)
With Sh-Shells: export JAVA_HOME ...
If you have a
The problem exists with any app I try to compile or run.
When compiling the SwingApplication.java program from Sun's swing
tutorial on-line I get the following:
SwingApplication.java:12: class JLabel not found in class
SwingApplication
final JLabel label = new JLabel(labelPrefix + "0
Wolfgang Hoschek <[EMAIL PROTECTED]> writes:
> That's the reason the PentiumIII introduces new helper
> instructions for prefetching memory and hiding memory latency.
I doubt that many C compilers take advantage of these instructions
yet. However, a large number of JIT compilers do in fact perf
Chris Abbey wrote:
>
> At 17:42 2/1/00 +0100, Wolfgang Hoschek wrote:
> >Does anyone know whether there are any VMs out there that generate CPU
> >specific machine code?
> >Eg. detect a PentiumIII and issue approprate prefetch instructions, etc.
> >If so, is there material available describing ho
21 matches
Mail list logo