Re: JNI & .so Files

2000-02-02 Thread Weiqi Gao
[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

Re: JNI & .so Files

2000-02-02 Thread Nathan Meyers
[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

JNI & .so Files

2000-02-02 Thread Lee_Xing
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

Re: No swing classes

2000-02-02 Thread Jeff Galyan
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

Re: Servlet

2000-02-02 Thread Joseph Shraibman
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

Java 1.2.2 px plug-in installation problem

2000-02-02 Thread Tom Williams
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

Re: Insurmountable hurdles with JBuilder installation

2000-02-02 Thread Paolo Ciccone
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

ViaVoiceOutloud && ViaVoice && Mixer

2000-02-02 Thread Ronald Kuetemeier
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

Debugger: was Re: Insurmountable hurdles with JBuilder installation

2000-02-02 Thread Larry Gates
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

Re: No swing classes

2000-02-02 Thread paul campbell
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

Re: Insurmountable hurdles with JBuilder installation

2000-02-02 Thread Jacob Nikom
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

Re: Insurmountable hurdles with JBuilder installation

2000-02-02 Thread Riyad Kalla
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

Re: Insurmountable hurdles with JBuilder installation

2000-02-02 Thread Adam Ambrose
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

Re: VMs with processor specific code generation

2000-02-02 Thread SHUDO Kazuyuki
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

Re: No swing classes

2000-02-02 Thread Jack Jensen
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

Re: Insurmountable hurdles with JBuilder installation

2000-02-02 Thread Paolo Ciccone
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

Insurmountable hurdles with JBuilder installation

2000-02-02 Thread Jacob Nikom
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

re:No swing classes

2000-02-02 Thread Ingo Rockel
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

re:No swing classes

2000-02-02 Thread Jack Jensen
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

Re: VMs with processor specific code generation

2000-02-02 Thread Matt Welsh
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

Re: VMs with processor specific code generation

2000-02-02 Thread Wolfgang Hoschek
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