newbie question

1998-10-29 Thread a
Hi all, I just installed the glibc verison of the blackdown JDK 1.1.6 and I am getting this error when trying to complile a simple program using javac. /usr/local/jdk116_v5/bin/../bin/i586/green_threads/java: error in loading shared libraries libXpm.so.4: cannot open shared object file: No such

classpath problems?

1998-10-29 Thread a
Hi all Still having problems. My CLASSPATH is set to the needed directories as well as classes.zip but I still keep getting these dang errors. Can't find class test.class (the test program) Unable to initialize threads: cannot find class java/lang/Thread help!

Re: classpath problems?

1998-10-29 Thread a
our /lib/classes.zip in your >classpath > >../Martin > >a wrote: > >> Hi all >> Still having problems. My CLASSPATH is set to the needed directories as >> well as classes.zip but I still keep getting these dang errors. >> >> Can't find class test.class (t

Re: classpath problems?

1998-10-29 Thread a
ava -classpath $CLASSPATH java.lang.Object In class java.lang.Object: void main(String argv[]) is not defined -aaz At 04:26 PM 10/29/98 -0500, you wrote: >Are you saying you can issue javap, but not java? > >a wrote: > >> That works. >> No kaffe installed >> >>

Re: classpath problems?

1998-10-29 Thread a
Thanks Scot and everyone else. I was calling it with the *.class extension. Without it it works. At 04:38 PM 10/29/98 -0500, you wrote: >OK, where is my.class located? Also, is the java source for my.class defined in >terms of a package? Also, are you trying to run my.class like this

RE: Java Servlets -N- Linux?

1998-09-04 Thread A . KLOS
-- | From: steve / mime, , , [EMAIL PROTECTED] | To: java-linux / mime, , , [EMAIL PROTECTED] | Subject: Java Servlets -N- Linux? | Date: Thursday, September 03, 1998 3:36PM | | Hello, | | Can Java Servlets be developed on a Linux box? We are setting up a |Linux | web

RE: Benchmark

1998-09-04 Thread A . KLOS
-- | From: qtxperw / mime, , , [EMAIL PROTECTED] | To: java-linux / mime, , , [EMAIL PROTECTED] | Subject: Benchmark | Date: Friday, September 04, 1998 11:19AM | | Hello all! | | Where can I find a widely used benchmark program? | | There are currently quite many JVM:s available for

Re: JDK1.1.6v4a can't find library libXp.so.6

1998-09-08 Thread A . KLOS
| --- | In message , [EMAIL PROTECTED] writes: | | I have the same setup as Wim does (RedHat4.2) and encounter the | same problems: can't load library libXp.so.6 . | | For now, you want to grab the .tar.gz for libc5 and install it by hand. Actually I don't want

RE: SEGV from iostream in native method on Linux, FreeBSD, not Windoze

1998-09-15 Thread A . KLOS
To add another comment... be sure you have a version > JDK1.1.3, because until 1.1.3 JNI didn't work for me on Linux. JDK1.1.5 did work however! Cheers, Addy. -- | From: rmlynch / mime, , , [EMAIL PROTECTED] | To: java-linux / mime, , , [EMAIL PROTECTED] | Subject: S

JDK 1.1.5 Download!!

1998-05-25 Thread Muthukumaran .A
Hi, I'am not able to download JDK1.1.5 v7 for arch libc from the mirror sites available in the blackdown.org ,after exactly 6508828 bytes the connection gets cut and after that i'am not able to recover,i have tried as many as 20 times and i get in to the same problem. Can u pleas

RE: Swing package

1998-07-09 Thread A . KLOS
mpile | java programs ok, but can't get the swing lib to be located. | (jdk1.1.6 is located in /usr/local). | | I've got a copy of swing101.zip, and placed it in various | locations with various permutations of the CLASSPATH env | var. But I keep getting the message: Take a look inside th

Re: JDK1.1.6v4a can't find library libXp.so.6

1998-09-08 Thread A . KLOS
I have the same setup as Wim does (RedHat4.2) and encounter the same problems: can't load library libXp.so.6 . Upgrading to a newer version of XFree86 should be easy with the RPM mechanism of RedHat. Unfortunately RedHat 4 is linked against libc5 and RedHat 5.x is linked against libc6 (

Re: Swing & Navigator

1998-09-16 Thread A . KLOS
Swing-applet running at all. You | may update Navigator's VM for newest. Sun has a product named Java | Plug-in. It could be found at | http://java.sun.com:80/products/plugin/index.html. | I have tried it under Win32 and it was working properly. But the major | problem in Linux case is that

RE: JIT compiler TYA

1998-09-18 Thread A . KLOS
-- | From: cs.lywab / mime, , , [EMAIL PROTECTED] | To: java-linux / mime, , , [EMAIL PROTECTED] | Subject: JIT compiler TYA | Date: Friday, September 18, 1998 3:21AM | | Dear all, | | I would like to ask do TYA support a JAVA application with native | C function call? It seem

RE: java AWT and Swing without XWindows

1998-09-25 Thread A . KLOS
ootprint!) in Java that I'd | like to have running on a Linux OS. Is there a way to have Java (especially | the AWT and Swing components) run without XWindows? | That would mean using either |the frame buffer, | orGGI, | orSVGI lib. Theoretically it should be possible, but it w

Re: JDK 1.2 Support for CORBA

1998-09-30 Thread A . KLOS
nality what you can even want: | org.omg.CORBA.* package, | idl 2 java compiler, | interface repository server, | couple of good knowable services end ets. | | Take a look on http://www.ooc.com It's an official site of ORBacus | CORBA2 ORB. Whose really

Re: Write Once Run Anywhere?

1998-10-01 Thread A . KLOS
ote: | > > | > > I have built an application and an applet using jdk 1.1.6 under linux | > > RedHat 5.0. Both the application and the applet (which use much of the | > > same code) compile and work under linux. | > > When I copy the class files to a Win95 system, they fail with | &

Re: JDK 1.2 Support for CORBA

1998-10-01 Thread A . KLOS
I used this class archive | > successfully under Linux!!! I admit it is a bit of hacking, but it | > proves the portability of Java (at least of | > the ORB implemented by JavaSoft). | > | How would I be able to generate the java code from the IDL files? Indeed, you need to generate

RE: Arbitrary Precision Arithmetic?

1998-10-09 Thread A . KLOS
-- | From: poincare / mime, , , [EMAIL PROTECTED] | To: java-linux / mime, , , [EMAIL PROTECTED] | Subject: Arbitrary Precision Arithmetic? | Date: Thursday, October 08, 1998 11:17PM | | Hi, | Has anyone implemented any arbitrary precision arithmetic routines in | java? Take a look

Re: Linux JIT?

1998-10-09 Thread A . KLOS
-- | From: nmatsumu / mime, , , [EMAIL PROTECTED] | To: user57 / mime, , , [EMAIL PROTECTED] | Cc: java-linux / mime, , , [EMAIL PROTECTED] | Subject: Re: Linux JIT? | Date: Friday, October 09, 1998 2:39PM | | Hi, | | > Is there any other JIT compiler for Linux other than TYA? I have

RE: Sun's ORB & Java-Linux

1998-10-16 Thread A . KLOS
with Java but it says on Sun's web page that JavAIDL is for | JDK1.2 only. It'd also be great if the ORB is actually stable. | Suggestions for alternative ORBs perhaps ? I have used only the client part of the ORB from under Linux. What I did was I stripped the CORBA related class files fr

Re: Java Plugin doesn't work

1998-10-28 Thread A . KLOS
e, 20 Oct 1998 13:10:43 +0800 (HKT), Robert P. Biuk-Aghai wrote: | | >On Fri, 16 Oct 1998, Patrick Lamb wrote: | > | >> I got it to work by setting the NPX_PLUGIN_PATH environment variable. | >> (It's in one of the FMs...) IIRC, it isn't supposed to be needed for a | >&g

RE: Interprocess Communication with a Java Application

1998-10-29 Thread A . KLOS
Checkout the RogueWave suite of libraries. I think Tools.h++ or ToolsPro.h++ is able to exchange data with JTools.h++ the Java version of Tools.h++. Of course these libs are not free, but not expensive either. Cheers, Addy.

RE: Open Java

1998-11-05 Thread A . KLOS
-- | From: sbb / mime, , , [EMAIL PROTECTED] | To: nelson / mime, , , [EMAIL PROTECTED] | Cc: java-linux / mime, , , [EMAIL PROTECTED] | Subject: Open Java | Date: Thursday, November 05, 1998 7:53AM | | Nelson Minar writes: | > I'd really hate to see this list get dragge

Re: which is the best CORBA/Java implementation?

1998-11-12 Thread A . KLOS
RBA in | > conjunction with java? | | Hello, | | We have been able to get the JDK1.2beta CORBA implementation to work on | our Linux box. All we did was unjar the jdk1.2beta classes.zip and then | jar up all the org/omg stuff into a new archive. Put the new archive in | your $CLASSPA

JDK 1.1.7

1998-11-19 Thread a . yilmaz
I had some problems while trying to install JDK(main being, I couldn't figure out how to install it!). Could you help me somehow?

RE: javah generating wierd stubs '0005f'

1998-06-26 Thread A . KLOS
and linux jdk1.1.3. | | For a class named package.Name javah is generating stubs named | package_0005fName.c and package_0005fName.h | What do these '0005f' strings mean? I had the same problem when I decided to put my classes into a package with a name containing an underscore (com.o

RE: SSLava like ?

1998-07-01 Thread A . KLOS
-- | From: mjnf / mime, , , [EMAIL PROTECTED] | To: java-linux / mime, , , [EMAIL PROTECTED] | Subject: SSLava like ? | Date: Tuesday, June 30, 1998 7:06PM | | Hi | | Does anyone know if there is a product like SSLava (or similar as long as it | implements SSL for java) available that

RE: RMI on Linux

1998-07-02 Thread A . KLOS
-- | From: Nick / mime, , , [EMAIL PROTECTED] | To: java-linux / mime, , , [EMAIL PROTECTED] | Subject: RMI on Linux | Date: Wednesday, July 01, 1998 4:52PM | | Mornin'(or whatever) all | | I'm currently playing around with RMI applications on Linux. I get a very | strang

RE: JDK 1.1.3 + Swing 1.0.1 is slow : why ?

1998-07-03 Thread A . KLOS
very slow. | Some person have mentionned here that Swing was working perfectly under | linux, better than windows : for me, it's the contrary ! What's wrong with my | configuration ? Which version of JDK do you use? Because JDK1.1.6 for Win32 has got a JIT and use that one by default (un

RE: Startup problems

1998-07-08 Thread A . KLOS
so | libnss_compat.so.1 => libnss_compat-2.0.5.so | libnsl.so.1 => libnsl-2.0.5.so | libm.so.6 => libm-2.0.5.so | libdl.so.2 => libdl-2.0.5.so | libdb.so.2 => libdb-2.0.5.so | libcrypt.so.1 => libcrypt-2.0.5.so | libc.so.6 => libc-2.0.5.so | libBrokenLocale.so.1 => libBrokenLocale-2.0.5.so | ld-linux.so.2 => ld-2.0.5.so | libtermcap.so.2 => libtermcap.so.2.0.8 | Indeed, you need to upgrade libc.so to at least libc.5.4.44.. I don't know if upgrading to the glibc version of libc will be a good idea. Maybe somebody else can comment on this? Regards, Addy.

RE: When will JDK 1.2 beta be released?

1998-07-08 Thread A . KLOS
-- | From: bank / mime, , , [EMAIL PROTECTED] | To: java-linux / mime, , , [EMAIL PROTECTED] | Subject: When will JDK 1.2 beta be released? | Date: Tuesday, July 07, 1998 11:40PM | | I want to use a package that requires Java2D and Java3D which are | new for JDK 1.2 beta, so I

RE: NetBeans

1998-07-08 Thread A . KLOS
and after this nothing | happened. I came a little further, but it eventually it locked up as well :-( Addy.

Re: java map engines

1998-07-10 Thread A . KLOS
Maybe you could check out a library called Carnac from INT http://www.int.com I don't know how far the mapping stiff goes, but I briefly saw some demos of this toolkit and one of them, displayed some maps. Cheers, Addy. | | I'm also searching for some Java based GIS tools. | | Yo

RE: NetBeans

1998-07-10 Thread A . KLOS
elcome screen and after this nothing | > happened. | | If you're on 1.1.5v7 that happens almost all the time. In 1.1.6v2 it happens | sometimes, but just try again and it should work. That's my experience at | least. | | Unfortunately, NetBeans hangs "now and then" after it'

Re: [may be a stupid question..] the method of input?

1998-07-20 Thread A . KLOS
-- | From: maheshm / shar, , , [EMAIL PROTECTED] | To: java-linux / shar, , , [EMAIL PROTECTED] | Subject: Re: [may be a stupid question..] the method of input? | Date: Tuesday, March 17, 1998 10:41AM | | Received: from shell.nl by ksopenml.ksepl.shell.nl with ESMTP

RE: Linux/Java/KDE

1998-07-21 Thread A . KLOS
-- | From: jwillans / mime, , , [EMAIL PROTECTED] | To: java-linux / mime, , , [EMAIL PROTECTED] | Subject: Linux/Java/KDE | Date: Tuesday, July 21, 1998 3:38PM | | Hi, | | Are there any plans to port java so that it uses the KDE toolkit | (http://www.kde.org)? What do you mean by usin

RE: [Fwd: AppletSecurityException in browsers]

1998-07-23 Thread A . KLOS
PROTECTED]) | | --- | Java People, | | How can I get my applet (when ran through a browser) to | read/write a text file? It works well, as usual, using | appletviewer. You have to put your stuff in a JAR-file and sign that JAR-file using a signing-tool. JDK1.1.x ships such a tool called javakey

Re: Java DB browsing utility

1998-08-19 Thread A . KLOS
I know of a guy who developed a utility called SQLExplorer. Don't ask me where I got it from, but you try to search with this name as a keyword. Cheers, Addy.

Java wrappers

1999-05-25 Thread a . saha
stack and change certain parameters, I want my java application to be able to use this routine. So, as I understand, I would need to write a wrapper which will enable the apps on top to call this in the form of a shared object library or so. Any pointers on this is appreciated. -Amlan

Sun/Inprise/GPL Linux JDK

1999-12-08 Thread a b
Hi I wonder what would happen if any of the Blackdown developers had put a GPL license in any part of their code fixes? How would that affect Sun's Community Source license? Maybe GPL was a good idea after all? Now we see what they mean by protecting your rights to give away

Re: Sun/Inprise/GPL Linux JDK

1999-12-10 Thread a b
A strong opinionated colleague of mine said the following: > > RedHat have revenues of $10m -- and are capitalized on the NASDAQ > > at -- ready for this -- $20 billion -- they're worth one fifth of > > what Gates is worth. > > > > These guys should sto

[ANNOUNCE] Xsql-2.1.7 including *bummer*

1998-09-10 Thread Peter A. Pilgrim
SOFTWARE RELEASE ANNOUNCEMENT === Xenonsoft, South London, England is very pleased to announce the availability of: XenonSQL, the java based interactive SQL Editor, version 2.1.7. The Personal End User Edition. This software allows you use c

Re: java.lang.UnsatisfiedLinkError: readImage

1998-06-15 Thread Stefaan A Eeckels
u find an additional > lib in /usr/X11/lib/ I recommend to move away > this file (at least for a test). Now jpeg should work. I've only got libjava.so in /usr/lib/jdk1.1.6/lib/i686/green_threads. It seems to me the reason should be in classes.zip and not in libjava.so, what do you thin

Re: java.lang.UnsatisfiedLinkError: readImage

1998-06-16 Thread Stefaan A Eeckels
Jürgen, > IMHO this states that the native method readImage couldn't be linked. > Do a nm on your libjpeg.so, it should give something like that: > > 123> nm /public/languages/JDK-1.1.6v2/lib/i686/green_threads/libjpeg.so | > grep

RE: How many sockets can you serve?

1998-06-30 Thread Stefaan A Eeckels
On 30-Jun-98 Charles Forsythe wrote: > I have a simple client/sever benchmark (code below) designed to see how > many simultanious open sockets I can sustain. The answer seems to be > about 250. This is really sad because the crufty HP-UX JDK 1.1.3 > managed to make it t

Re: linux on laptops

1998-07-29 Thread Gregory A. Kirkendall
Richard, Try the Linux on Laptops home page. Enjoy!   Richard Dost wrote: I want to install linux on a yet to be bought notebook.  Are there driver compatibility issues for the ethernet card?  Should I make sure to get/avoid certain ethernet cards?  Is there a list of supported devices

Re: Swing in JDK 1.2

1998-08-08 Thread Scott A. Miller
Agree, we should all respond to this. In addition to forcing developers to put classes in com.sun.java that shouldn't exist there, this will prevent use of the "cross platform look and feel" that Sun promised Java developers early on in the evolution of Swing. IOW we will only b

Re: Socket connect timeout?

1998-08-12 Thread A. Craig West
; Shouldn't the entire process be blocked, on a blocking IO > call? Thus, another user level thread wouldn't make a difference, as the > socket open attempt would block all threads belonging to the process. > > Of course, this all changes when the JDK is written with n

RE: Compilation hardware

1998-08-28 Thread Stefaan A Eeckels
On 28-Aug-98 Jerry Treweek wrote: > > There is a bewildering plethora of choice out there and I would be > interested in seeing what opinions and experiences the java-linux > community had to offer in respect of selecting components for a > compilation machine, specifica

Re: Compilation hardware

1998-08-29 Thread Stefaan A Eeckels
On 29-Aug-98 Dan Kegel wrote: > Stefaan A Eeckels wrote: > > I have a dual PII-266 (Intel Dakota, with 128Mb and SCSI disks > > and I compile the Linux kernel in about 7 minutes, honest). > > How long does it take if you disable one CPU? What speed > disks (7200

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: Java Servlets -N- Linux?

1998-09-04 Thread Gregory A. Kirkendall
Check out the Java-Apache Project at http://java.apache.org/. Greg Steve Curry wrote: Hello,     Can Java Servlets be developed on a Linux box? We are setting up a Linux web server and want to use Java Servlets if possible. Is there a Linux version of the Java Servlet Development

Re: JDK-1.1.6v4 not available on the mirrors?

1998-09-12 Thread David A. Guthrie
Check ftp://wauug.erols.com/pub/java Uri Blumenthal wrote: Hi,     I've been trying to locate JDK-1.1.6v4 for i386/libc5     (mostly hoping that "javah" in that release is fixed     and can work with "classes.zip" file).     However, the mirrors I check show only 1.1.6v2.    

Re: Xsql 2.1.7

1998-09-14 Thread Peter A. Pilgrim
e > what the problem is: > > Xsql : Xenonsoft's interactive java based SQL Editor using Swing/JFC ( >V2.1.7 ) > Written by Peter A. Pilgrim, XeNoNSoFT, South London, England [c] 1998 > > =

Re: Xsql 2.1.7

1998-09-14 Thread Peter A. Pilgrim
e > what the problem is: > > Xsql : Xenonsoft's interactive java based SQL Editor using Swing/JFC ( >V2.1.7 ) > Written by Peter A. Pilgrim, XeNoNSoFT, South London, England [c] 1998 > > =

multicast via slip

1998-10-03 Thread Gwobaw A. Wu
Hi, Does anyone know whether linux java allow multicast via slip? Currently, I am running jdk 1.1.6v1 and have a modem (28.8k) running slip. TCP/IP runs ok but it gave me core dump when I tried to join multicast group: java.net.SocketException: Cannot assign requested address at

javah problem in package

1998-10-06 Thread Gwobaw A. Wu
Hi, I notice that javah has a problem in generating stub include file within a package. Without package, javah is able to generate stub include ( xxx.h ) file. Here is the error message : javah Time Time: no such class. CLASSPATH is set correctly since javah works without package in the

DatagramSocket option in jdk1.1.6v4

1998-10-07 Thread Gwobaw A. Wu
Hi, I thought this problem is fixed in jdk1.1.6v4, but I still have it: java.net.SocketException: invalid DatagramSocket option at java.net.PlainDatagramSocketImpl.setOption(PlainDatagramSocketImpl.java:155) at java.net.MulticastSocket.create(MulticastSocket.java:111) at j

Re: javah problem in package

1998-10-07 Thread Gwobaw A. Wu
Thanks for your help. I guess this is first time I run javah with a package. --- Gwobaw ([EMAIL PROTECTED]) 3115 EECS, (313) 647-3780

java.lang.UnsatisfiedLinkError: readImage

1998-06-14 Thread Stefaan A Eeckels
Hi List, I've just subscribed (and just installed jdk1.1.6-v1 on my Linux 2.0.34 S.u.S.E based box, and I get the following error when running some of the demo programs: java.lang.UnsatisfiedLinkError: readImage I also get this with tya's Iview demo package. Sorry if this is

RE: java.lang.UnsatisfiedLinkError: readImage

1998-06-15 Thread Stefaan A Eeckels
sun.awt.image.InputStreamImageSource.doFetch(InputStreamImageSource.java:265) at sun.awt.image.ImageFetcher.fetchloop(ImageFetcher.java:151) at sun.awt.image.ImageFetcher.run(ImageFetcher.java:127) Any idea what I forgot to install? (1.1.5v7 gives the same error, but GIF files are displayed correctly). Thanks a million

Re: java.lang.UnsatisfiedLinkError: readImage

1998-06-16 Thread Stefaan A Eeckels
PentiumII (SuSE 5.1 core and kernel 2.0.34), and made a symbolic link (/usr/lib/java -> /net/opt/java/jdk1.1.3). I recompiled tya0.7, and it properly recognises that version of the JDK. Now the demo program (Iview)doesn't run. Conclusion - it's something on the PII box that causes the link

Re: java.lang.UnsatisfiedLinkError: readImage

1998-06-16 Thread Stefaan A Eeckels
On 16-Jun-98 Juergen Kreileder wrote: > Not necessarily. > > Try > strace -e trace=open java Iview Valetta.jpg > to see which libjpeg.so gets loaded. > On my system there is a libjpeg.so in the jdk directory (this is > the one that should get loaded) and there is

Need a Java/Linux RedHat 5.0 configuration where getLocalHost works

1998-06-17 Thread John A. Zinky
We have not been able to find a configuration of Linux Red Hat 5.0 and jdk 1.1.x that works for the following one line test program. public class TestGetLocalHost { public static void main(String[] args) { try { System.out.println(java.net.InetAddress.getLocalHost()); } catch

Re: JDK for 21064?

1998-10-31 Thread Michael A. Smith
On Sat, Oct 31, 1998 at 12:01:52PM -0500, Eric Bohm wrote: > >>>>> "Uncle" == Uncle George <[EMAIL PROTECTED]> writes: > > Uncle> actually a 21164a ( the "a" really counts - who wuddya [Snip] > Uncle> :-( . My 250 meg we

Re: which is the best CORBA/Java implementation?

1998-11-12 Thread Douglas A. Seifert
stuff into a new archive. Put the new archive in your $CLASSPATH and you've got a "free" CORBA implementation. So far, we've experienced no problems with it; it even runs fine using the shuJIT just-in-time compiler. We did have problems using it with TYA, however :( If you

Re: which is the best CORBA/Java implementation?

1998-11-12 Thread Douglas A. Seifert
>I did exactly the same and worked perfectly for me as well, but I >didn't try it with JIT compilation switched on. >Please note that you won't have an IDL compiler under Linux, because >that part of JDK1.2 isn't written in Java :-( Yes, no help for this. We hav

Unidentified subject!

1998-11-25 Thread Ramesh Babu A.
ybody know mail to me. Regards, Ramesha MakeFile --- #** # # Makefile for JAVA GUI # # Author: Ramesh .A Babu, TeneT Group, 4078,, # # # Chang

How to Write MakeFile ?

1998-11-25 Thread Ramesh Babu A.
If anybody know mail to me. Regards, Ramesha MakeFile --- #** # # Makefile for JAVA GUI # # Author:Ramesh .A Babu, TeneT

How to run ?

1998-11-30 Thread Ramesh Babu A.
WIN 95 it says, Could not find Hello.class So, waiting for answer ... Ramesh Babu A. Phone 91-44-4909208 FiLL Project, TeNe

Servlets ??

1998-12-04 Thread Ramesh Babu A.
Hi, I have RH4.1 Kernal 2.0.27, JDK1.1.5 I want to run Servlets on my Linux m/c. Is there anyting to install on Linux m/c, to run Java Servlets ??? Help me. Ramesh Babu A

Unidentified subject!

1998-12-07 Thread Ramesh Babu A.
. Ramesh Babu A. Phone 91-44-4909208 FiLL Project, TeNet Group, <[EMAIL PROTECTED]> IIT - Madras.

RE: [FYI] Java violates US patent?

1998-12-07 Thread Stefaan A Eeckels
On 07-Dec-98 Jaco Greeff wrote: > > Found a link to this article on JavaLobby: > > > > http://www.pbs.org/cringely/pulpit/pulpit19981203.html > > > > Could turn out bad. Very bad. > > Maybe in a certain sense, but remember that Java is not on

Re: [FYI] Java violates US patent?

1998-12-07 Thread Stefaan A Eeckels
Sorry for continuing this fairly off-topic thread, but IMHO it has some relevance to the use of Java on Linux (if even a little :-) The full text of the patent can be accessed under the following URL: http://164.195.100.11/netacgi/nph-Parser?Sect1=PTO1&Sect2=HITOFF&d=PALL&p=1&

Overloaded Constructor !!!

1998-12-08 Thread Ramesh Babu A.
. Ramesh Babu A. FiLL Project, TeNet Group, <[EMAIL PROTECTED]> IIT - Madras.

RE: Patents

1998-12-08 Thread Stefaan A Eeckels
On 08-Dec-98 Ray Racine wrote: > One thing and one thing only matters and that is the CLAIMS section of > the patent which is usually at the end of the patent. YOU BEAT A PATENT > BY GETTING AROUND THE CLAIMS. Thanks for the information, Ray (and congrats on the patent(s) :-) I

How to send e-mail ?

1998-12-11 Thread Ramesh Babu A.
/Linux/Win 95 etc. Thanks in advance Ramesh Babu A. FiLL Lab TeNet Group, <[EMAIL PROTECTED]> IIT - Madras.

How to invoke ?

1998-12-19 Thread Ramesh Babu A.
Hi, How to invoke java enabled browser from my java application ? If anybody knows pls mail it to me. Thanks in advance.

How to include ?

1998-12-20 Thread Ramesh Babu A.
Hi, I have a setup, JDK1.1.6, RedHat4.1 I want to include my own fonts, backgrounds in my java application(not Applets). Is it possible to do ? If (yes) pls mail it to me; else Bye

Pass By Reference ??

1998-12-20 Thread Ramesh Babu A.
Hi, I have a couple of doubts in java. Is it a right place to ask this type Questions. If not where can I ask ? Is java pass arguments to functions PassByValue / PassByReference other than primitive datatypes ? If PassByRefernce this reference is equivalent to C

JDB with EMACS ??

1998-12-22 Thread Ramesh Babu A.
Hi, My friend running his c programs in Linux, and debugging all the c code thru' gdb inside emacs and now I am also using gdb and debugging all of c code. It is a very superb tool to debug. Is there any tool like that for java in Linux. ? I tried to use jdb in emacs

Re: In what rpm do I find libXm.so.2

1998-12-27 Thread David A. Guthrie
Sander van Geloven wrote: > Hi, > > I am trying to install a jdk redhat pacjage but it needs libXm.so.2. > Does anyone know where I can find that library, i.e. in what rpm is it > stored? > > Thanks, > > Sander Uhh. That's motif. You need a static build, which

suggestion !!!

1998-12-28 Thread Ramesh Babu A.
. Ramesh Babu A. Phone 91-44-4909208 FiLL Project, TeNet Group, <[EMAIL PROTECTED]> IIT - Madras.

Re: When will JDK 1.2 beta be released?

1998-07-07 Thread David A. Guthrie
Bruce J. Carter wrote: BTW for those interested, we are working on a "native_threads" port of the JDK, taking advantage of the pthreads in the glibc package, which does include linuxthreads and the libraries libpthreads.so and libpthreads.a. We are hoping to have this as a release

CLASSPATH variable too large ?

1999-02-14 Thread Ken A Redergard
I have a large amount of .jar files in the library directory, and that leads to a very large CLASSPATH variable. The seems that java (java version "1.1.7") won't accept the classpath when it reaches a certain amount of characters. I currently have 331 characters in the path, a

Re: What should one download, exactly?

1999-03-07 Thread David A. Guthrie
You need to install the URW fonts.  These are nice, scalable fonts.  The web page has documentation on installing them. http://www.gimp.org/fonts.html Nick Bailey wrote: Congratulations on the 1.2 port!   Can't wait to get it going. Unfortunately, I've got a 28k8 modem, but all is n

library

1999-03-10 Thread David A. Guthrie
look at the blackdown pages for shell script and an explanation, but it amounts to making a symlink from libstdc++.so.2.8 or libstdc++.so.2.9 named libstdc++-libc6.0-1.so.2. Vijaykumar Krishnaswamy wrote: > Hi, > i jave just installed jdk1.2-pre version on my machine.I was >

Re: JDK1.2 fails to start

1999-03-10 Thread David A. Guthrie
/tools.jar:/usr/local/jdk/jre/lib/rt.jar:/usr/local/jdk/jre/lib/i18n.jar > > I only download JDK1.2, no JRE as I think it is not necessary. > > Anyone knows what is the problem? > _ > DO YOU YAHOO!? > Get your free @yahoo.com a

createImage/swing bug

1999-03-10 Thread David A. Green
First, let me express my gratitude and congratulations to the blackdown porting team. Great job! Second, I have run into a bug/issue regarding the createImage(int, int) function in java.awt.component. I call this function to create an off-screen image to be used for double-buffering. I get

Re: createImage/swing bug

1999-03-10 Thread David A. Green
Sorry, the attachment on that last one had a few references to other projects that I had been testing . Here's a clean version of the ame class (it still gets the same exception). Thanks again. -Dave "David A. Green" wrote: > First, let me express my gratitude and cong

Re: createImage/swing bug

1999-03-10 Thread David A. Green
OK, switching to 16bpp fixed the problem. The question remains, is this a Linux-Java bug or a Sun-Java bug? As in, should I report it to the blackdown team or to Sun, or have you already reported it? If the same problem occurs displaying to a Linux box from a Solaris machine, then it seems

Bug in JDK 1.1.6

1998-08-05 Thread Jonathan A. LaCour
Hey, I am a developer at VertiSoft Inc, and I seem to have discovered a bug in your version of the linux JDK. The bug appears to be in the AWT listbox component. I am attaching the classes/source for a JDBC based application in a zip file. You will need to get the SolidDriver for java from

Re: Socket connect timeout?

1998-08-12 Thread A. Craig West
. Actually, there is an On-Topic question for you... Does closing the Socket on the Linux JDK port cause the connect statement to throw an Exception of some kind? I've never tried it in Linux... Juergen Sonnauer wrote: > > What about Socket.setSoTimeout(int timeout)? Should throw a >

Re: Socket connect timeout?

1998-08-13 Thread A. Craig West
far as actually solving your problem goes, I believe that Thread.interrupt will actually be useful for this kind of thing in 1.2. Of course, first we need a 1.2 port for Linux... Per Widerlund wrote: > How do you close the socket? The only way to connect is using the socket > constructor.. ..

Question concerning the 1.2 port

1999-03-18 Thread Samuel A Mullen
Blackdowners, I've been checking out the site on a pretty regular basis to see if 1.2 is ready for the big time and I just saw that the row for i386 is all green. Does that mean that it's out of the beta stages and ready??? If it's not ready yet, is there an expected date?

JDK 1.2 pre-v1 problem

1999-03-23 Thread Alexei A. Petrenko
tried both green and native threads. Can you help with it? SY, Alexei -- St. Petersburg Java WorkShop team -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: Red Hat: no GUI due to Debian lib refs

1999-03-25 Thread David A. Guthrie
n > locked out of any GUI type stuff by the dependence on what I assume to be > Debian-specific library references - libstdc++libc6.0-1.so.2 for example. I > couldn't find a libc6.0 on any GNU sites, just libc2.7.2.whatever to match > the compiler. > > Is there a way of getti

Fw: JDK 1.2 pre-v1 problem

1999-03-26 Thread Alexei A. Petrenko
- Original Message - From: Alexei A. Petrenko <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: 23 ÍÁÒÔÁ 1999 Ç. 12:46 Subject: JDK 1.2 pre-v1 problem >Hi > >I have Slackware Linux 3.5 and tries to install jdk1.2 pre-v1. >First of all (when i'v

JDK 1.2 Patch

1999-04-01 Thread L. A. Guest
Hello, I was wondering whether I could have a diff for the linux port of the JDK1.2 against the Solaris reference platform? Thanks. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe"

  1   2   >