Re: JDK problem with findClass in native code

1998-09-01 Thread Kevin B. Hendricks
Please submit a full bug report to the http://www.blackdown.org/java-linux.html jitterbug Bug Database including the simplest sample code that shows the problem (both java and c) and we (the porters) would be happy to look into it for you. The simpler the code the better. By the way, I am not su

Re: JDK 1.1.6v2

1998-09-01 Thread Kevin B. Hendricks
Please try the glibc test version jdk116_v3 which has a set resizable fix (and a vanishing frame fix). We test with a variety of Window Managers. Some use fvwm2, some use KDE 1.0, some use KDE Beta 4 (myself), AfterStep, MWM, etc. Some problem exist only under some window managers. We are wor

JDK FTP files

1998-09-01 Thread Robert P. Biuk-Aghai
Hi, I checked on a JDK ftp mirror site to see which files I need to download, but there was no indication, not even in the README.ftp file. I found the correct directory, alright, but there are four large files inside, and I don't think all of them are needed. For example, the jre file is probabl

Re: JDK problem with findClass in native code

1998-09-01 Thread Dan Kegel
Bernd Kreimeier wrote: > ... The very same classpath > that works to load the main Java class (import/javac) > does not work when I call env->FindClass in the > native code. The same source works with Japhar > (unfortunately, Japhar has other problems). > > The error appears in 1.1.5 and 1.1.6v3.

Re: JSDK

1998-09-01 Thread Chris Kakris
On Tue, 1 Sep 1998, Travis Thornhill wrote: > Is there a version of JSDK for linux? The jserv package comes with the jsdk classes, http://java.apache.org unzip -t jserv0.9.11/servclasses.zip shows that javax.servlet.* and sun.servlet.* packages are included. Chris Dynamic Solutions Pty Ltd

JSDK

1998-09-01 Thread Travis Thornhill
Is there a version of JSDK for linux? Travis Thornhill [EMAIL PROTECTED] http://www.nrg.org/~travis

Re: JDK on Redhat 5.1

1998-09-01 Thread Chris Kakris
On Tue, 1 Sep 1998, Zhichao Hong wrote: > Sure, it can. I just took off 5.0 and installed 5.1. I downloaded jdk and > isntalled it. It ran smoothly. You need to hide the binaries in /usr/bin > by yourself and set up the correct classpath and path (i.e., hide > /usr/bin/javac, /usr/bin/javadoc

Re: JDK on Redhat 5.1

1998-09-01 Thread James A. Tzitzouris
If you mean "can I get the jdk-1.1.6 RPM file from the RedHat page and install it " and have it run with Redhat 5.1 "right out of the box" yes. I am doing it now. However, jdk-1.1.6 does not come with the RedHat 5.1 distribution (i.e., shrink-wrapped boxed set). Cheers, Jim James Tzitzouris

Re: JDK on Redhat 5.1

1998-09-01 Thread Zhichao Hong
Sure, it can. I just took off 5.0 and installed 5.1. I downloaded jdk and isntalled it. It ran smoothly. You need to hide the binaries in /usr/bin by yourself and set up the correct classpath and path (i.e., hide /usr/bin/javac, /usr/bin/javadoc, etc which came with the 5.1. zhichao On Tue, 1

JDK on Redhat 5.1

1998-09-01 Thread Mathew Harelick
Hi: Do you know if the current JDK can run on Linux Red Hat 5.1 right out of the box? Matthew S. Harelick http://www2.cybernex.net/~matth [EMAIL PROTECTED]

Re: What's up with this?

1998-09-01 Thread Albert Y.C. Lai
Steve Cohen <[EMAIL PROTECTED]> writes: > //file b.java: [...] >public void doSomethingWithAPoint (Point pt) { // fails to compile > return A.doSomethingWithAPoint( pt ); >} >public void doSomethingWithAnInt (int i) // compiler accepts. > return A.doSomethingWithAn

Re: JDK problem with findClass in native code

1998-09-01 Thread Dan Kegel
Bernd Kreimeier wrote: > Not the invocation API, this time. I have finally given > up on that one. One last thing I tried is: > - a top level Java class, with one native method Main(), > and a loadLibrary call >... a native "init()" loads a couple > of other classes used only in native code

Re: JDK 1.1.6v2

1998-09-01 Thread Martin Wickman
On Mon, 31 Aug 1998, Ninewands wrote: > Which Window Manager(s) was/were used in developing the JDK 1.1.6v2 AWT? > I am using KDE, and whenever my application opens a window, it fades out > as if the KDE desktop was painting over it ... > > I am trying to figure out if the problem is in Java

Stop the Spam

1998-09-01 Thread mab
Isn't it possible to prevent people who are not members to this list from posting to this list. This is getting annoying. They aren't even forging the headers! [EMAIL PROTECTED] On Tue, 1 Sep 1998 [EMAIL PROTECTED] wrote: > Order form: > All addresses are fresh and cleaned against Internationa

Re: "Open" Group port/Invocation dumps core

1998-09-01 Thread Bernd Kreimeier
Wayne writes: > > > > In both cases their biz model seems to get in the way of > > efficiency. I am not going as far as Linus stating something > > like "Java is Dead", but for my particular application > > Could you tell me where you saw this statment? IIRC an interview, URL was posted o

JDK problem with findClass in native code

1998-09-01 Thread Bernd Kreimeier
Not the invocation API, this time. I have finally given up on that one. One last thing I tried is: - a top level Java class, with one native method Main(), and a loadLibrary call - all the legacy C code dumped into a DLL, Main() implementation added Instead of using the Invocati

Re: java.lang.UnsatisfiedLinkError: readImage

1998-09-01 Thread Kalimero
Hi! This is no bug-from jdk-blackdown, do you use SuSE 5.x??? If so see blackdown-bug-report: # 110 - Done... CU Kalimero. Michael Grundel wrote: > Greetings! > > When I try to load a jpeg image with > Image img = Toolkit.getDefaultToolkit().getImage(fileName); > I get the following Erro

java.lang.UnsatisfiedLinkError: readImage

1998-09-01 Thread Michael Grundel
Greetings! When I try to load a jpeg image with Image img = Toolkit.getDefaultToolkit().getImage(fileName); I get the following Error: java.lang.UnsatisfiedLinkError: readImage at sun.awt.image.JPEGImageDecoder.produceImage(JPEGImageDecoder.java:137) at sun.awt.image.InputStreamImageSource.doFet

Re: Help mouse X-windows

1998-09-01 Thread Matt Zagni
Juan, Gosh well I had that problem, I used gpm on in the install (mouse setup in text mode (as you log in)). but after a few 4 o'clock mornings I had some email back regarding this problem. (it said - get some sleep) also it mentioned try disabling the gpm from the rc.d dir (rc.local file guess

list sale now on, mega list less than half price

1998-09-01 Thread yoyosend
Order form: All addresses are fresh and cleaned against International remove lists for the best results with the minimum irritation to those who do not wish to receive unsolicited mail. Many new mailer programs bypass your ISP and send mail direct to the recipient so you don't need an expensiv

Re: Thread pooling..

1998-09-01 Thread Thomas Eitzenberger

Help mouse X-windows

1998-09-01 Thread Juan Carlos
Hi friend, I have the Linux Slackware 3.5. After of do the X-Windows configuration (using xf86config), I observe that my mouse don“t work when I enter at X-Windows system. What can I do? Thanks for your attention, Juan Carlos P.D. I have an Graphic Card Trio64V2, an Spacewalker mouse (micro