Stephen Martin wrote:
>
> I'm trying to access a native method from an applet under netscape
> 4.06 (and 4.5b2) and I have managed to get the thing to almost
> work. It finds and loads that shared library, it invokes the
> native method which returns a String, but if I use the String
> in any con
Oops, I'm sorry there is a *problem* with your code.
I really should do bug testing with our released versions.
Your code works fine with my builds for the next release, but
it fails with the released v3a and v4b builds.
I'll have to give all the othe JNI bug reports a second chance too ;-)
> satya seshu kumar dammu writes:
> i am getting undefined symbol errors when System.loadLibrary is
> loading shared object file.
> i have a java class called "hello" ( very simple one like we all
> imagine) it has a single native method and the native method
> implementation is in "hell
Dan,
I've heard the same thing from Steve Byrne, much to my dismay, but I
believe our test places less emphasis on socket performance than VolanoMark
does, which could mean less of a speed improvement running our benchmark.
Only testing will tell, I suppose. Thanks for the info!
Tom Young
InfoWo
After seeing many of these messages roll by day after day I was thinking
that perhaps we should create a mailing list faq of some sort that is
sent to people when they first subscribe answering these basic questions?
It's not that they are stupid questions, I think they are not well documented
a
I'm trying to access a native method from an applet under netscape
4.06 (and 4.5b2) and I have managed to get the thing to almost
work. It finds and loads that shared library, it invokes the
native method which returns a String, but if I use the String
in any context such as trying to print it, it
It looks like the dot between import and com ("import.com.sun.java.swing.*")
should be a space ("import com.sun.java.swing.*"). Try an change this in the
source file.
Uli Luckas
-Ursprüngliche Nachricht-
Von: Marcio Macedo <[EMAIL PROTECTED]>
An: java <[EMAIL PROTECTED]>
Datum: Dienstag
> satya seshu kumar dammu writes:
> i am getting undefined symbol errors when System.loadLibrary is
> loading shared object file.
> i have a java class called "hello" ( very simple one like we all
> imagine) it has a single native method and the native method
> implementation is in "hello.c
On Tue, 22 Sep 1998 14:16:39 -0700, William Tchen wrote:
>Thanks for your suggestion, but I think the CLASSPATH variable on my system
>is properly set (which includes
>swingall.jar), otherwise I can't compile a file that refer to Swing classes.
>My CLASSPATH is:
>
>CLASSPATH=.:/JAVA/jdk1.1.6/lib/
Gordon Chamberlin wrote:
> > William Tchen wrote:
> >
> > Hi,
> > I have a question concerning JFC. I'm using blackdown's jdk1.1.6v2 on
> >.
> > Anyone got some idea? Please give some suggestion, it is greatly
> > appreciated.
> > William Tran
> >
> I believe you have to explicitly pl
Since your class is inside a package, you'd need to refer to it this way:
java JFCBook.Chapter2.BasicFrame
(or get rid of the qualifying package name before compiling it)
Separately, do you have SWING_HOME set? (This may not be necessary under
Linux, but on Solaris and WinXX it is.)
William
William Tchen wrote:
>
> Gordon Chamberlin wrote:
>
> > > William Tchen wrote:
> > >
> > > Hi,
> > > I have a question concerning JFC. I'm using blackdown's jdk1.1.6v2 on
> > >.
> > > Anyone got some idea? Please give some suggestion, it is greatly
> > > appreciated.
> > > William Tran
I got this error whwn i try to compile Freebuilder whith JDK1.1.6
anyone knows what is this ?!?!?
--Marcio Macedo
Conectiva
We are trying to set the mouse cursor to the wait cursor whenever we open
a dialog box. We have method that takes in a java.awt.Component and
grabs all of its contained Components and sets the cursor on it.
This works with limited success. If there is a List in the main panel
and you move the
I have a question concerning JFC. I'm
using blackdown's jdk1.1.6v2 on RH5.1, and everything is working fine. I can
compile the *.java files and run it using 'java classname'. But that is not
the case with Swing component (Swing1.0.3). I compile a file that use Swing
> William Tchen wrote:
>
> Hi,
> I have a question concerning JFC. I'm using blackdown's jdk1.1.6v2 on
> RH5.1, and everything is working fine. I can compile the *.java files
> and run it using 'java classname'. But that is not the case with Swing
> component (Swing1.0.3). I compile a file that
Steve Byrne wrote:
>
> Gordon Chamberlin writes:
> > I have downloaded 1.1.6 v4 for libc and am testing it with
> > Caldera OpenLinux 1.2. I upgraded the libc to 5.4.46 and ld.so to
> > 1.9.9.
> >
> > I get the following error when I try running a java program:
> > SIGSEGV 11* segmentat
> J P Lewis writes:
> below is a program that has a bug - it doesn't create an array
> before assigning into it (happens in a constructor).
> Under 116v4a/glibc, the program says "Can't find class" rather than
> printing a nice stacktrace. Under 115v5,7 it sometimes prints the
> stacktrace;
[EMAIL PROTECTED] wrote:
satya seshu kumar dammu wrote:
> %gcc -g -shared -lc_nonshared -I/usr/include
> -I/usr/share/jdk1.1.6/include
> -I/usr/share/jdk1.1.6/include/genunix -L/lib -L/usr/lib
> -L/usr/share/jdk1.1.6/lib
> -L/usr/share/jdk1.1.6/lib/i686/green_threads hello.c
> -o libhello.so
>
>
Hi,
I have a question concerning JFC. I'm
using blackdown's jdk1.1.6v2 on RH5.1, and everything is working fine. I can
compile the *.java files and run it using 'java classname'. But that is not the
case with Swing component (Swing1.0.3). I compile a file that use Swing
components (instead
> Does anyone have the URL for this or any JIT that will work with
> JDK1.1.6v4a. Thanks.
ftp://gonzalez.cyberus.ca/pub/Linux/java/tya1.0.tgz
Cheers
Alb.
below is a program that has a bug - it doesn't create an array
before assigning into it (happens in a constructor).
Under 116v4a/glibc, the program says "Can't find class" rather
than printing a nice stacktrace. Under 115v5,7 it sometimes
prints the stacktrace; sometimes the constructor returns
> Keith T. Garner wrote:
> > >
> > > On Mon, Sep 14, 1998 at 07:17:17, David Warnock said:
> > > > I thought I should be able to connect "find . -name *.class" to
> > "rm"
> > > > somehow using redirection or pipes but cannot get it to work.
> > >
> > > You were very close to one possible solution
To All,
Has anyone used StarOffice 5 for Java yet ?
Is it any good ?
I wonder if 'wine' will go the java route ?
Matt
> There are a large number of commercial products available to map java
> objects into relatonal databases (I use one called VBSF for some
> commercial products).
>
> But are there any Open Source tools to do this? I am interested in
> contributing to such a project as I need it for several open
> Hi, i'm using RH 4.2 and i installed jdk1.1.6 for linux.
> The installation was susccesfully.
> I wrote a litle code(Hello Wold) but when i run javac Hello, it gives me a
> message like that one:
>
> No Library path set.
> Failed to locate native function:
> java/lang/System.currentTimeMill
[EMAIL PROTECTED] wrote:
> Corey Shelton wrote:
> > I was told that there's a JAVA web interface for MySQL that works much
> > better than the one currently in Perl. Could someone point me in the right
> > direction?
>
> Here's my setup (from a post in comp.databases):
>
>
> plus Java support
satya seshu kumar dammu wrote:
> %gcc -g -shared -lc_nonshared -I/usr/include
> -I/usr/share/jdk1.1.6/include
> -I/usr/share/jdk1.1.6/include/genunix -L/lib -L/usr/lib
> -L/usr/share/jdk1.1.6/lib
> -L/usr/share/jdk1.1.6/lib/i686/green_threads hello.c
> -o libhello.so
>
> why is the libhello.so st
>Speaking of things that might be "beyond-spec", are Kaffe's standard
>classes and the Sun JDK classes Serialization compatible? For example,
>if I were to Serialize a java.awt.Panel generated by a Kaffe VM, and
>send it over a network to a Sun VM, could the Sun VM deserialize it
>properly to its
i am getting undefined symbol errors when System.loadLibrary is
loading shared object file.
i have a java class called "hello" ( very simple one like we all
imagine) it has a single native method and the native method implementation is
in "hello.c" the native method implementation in
hello.
I'm using JDK1.1.6v4a on a libc system, and
everything seems to be working fine.
I installed the SOLID web server database and
the SOLID JDBC driver, then tried out their bundled sample applications and
applets. Strange thing is , the applets work fine, but the applications do not.
Now
Corey Shelton wrote:
> I was told that there's a JAVA web interface for MySQL that works much
> better than the one currently in Perl. Could someone point me in the right
> direction?
Here's my setup (from a post in comp.databases):
I needed to do some web database stuff on Linux.
I got up an
32 matches
Mail list logo