Re: Java Language Reference

2001-11-06 Thread Anil Kumar
Here it is: http://java.sun.com/docs/books/jls/ On Tue, 6 Nov 2001, Sage net31 wrote: > Greetings, > I am new to this list and to the Java programming language. As such, I > would like to post my first question. Does anyone know where there might be > an online Language Reference ma

Re: ssh question

2001-09-27 Thread Anil Kumar
On Thu, 27 Sep 2001, Dimitris Vyzovitis wrote: ... > It is free for non-commercial use, and I think that older versions are GPLed: Yes, the site says so. But this is interesting! Once GPLed code cannot be made non-GPL later on even by the original author. Anil ---

Re: localhost ip

2000-11-21 Thread Anil Kumar
On Tue, 21 Nov 2000, Joi Ellis wrote: > On 22 Nov 2000, Juergen Kreileder wrote: > > > It's not that easy. A host may have several IP addresses and other > > hosts may have to use different addresses to reach it. E.g. hosts on > > the intranet may have to use 192.168.0.100, but external machin

Re: Disabling the mouse for a certain time.

1999-04-08 Thread Anil kumar
On Thu, 8 Apr 1999, Karthik Vishwanath wrote: consume mouse events. a better approach is to disable all the relevant components for that period. Anil > Hi, > Again, my posting is off topic and I apologise! Inside my > mouse-handling routine, I need to disable the mouse for a time till a

Re: javac can not find com.sun.java.swing.JApplet class

1999-04-03 Thread Anil kumar
On Wed, 31 Mar 1999, Richard James wrote: > I am new to java and the 1.2 JDK. I am running RedHat 5.2 and the > Blackdown JDK1.2-v1pre-release. The install went fine. I have finally > figured out the libstdc++ link and I can successfully compile command > line applications. > > However, I am get

Re: How to make JDK1.2-pre-v1 as my default JVM

1999-04-03 Thread Anil kumar
On Thu, 1 Apr 1999, Joe Lin wrote: > Hi, > > I have realized after many agonizing hours that some of my problem is really > due to Kaffe. I'm currently running RedHat 5.2 and I downloaded JDK preview > v1. I set the PATH variable to point to "/usr/jdk1.2/bin". However, this > does not prevent Ka

Re: JDK 1.2 won't run JFC demo

1999-04-02 Thread Anil kumar
On Thu, 1 Apr 1999, Joe Lin wrote: > Hi, > > I have downloaded the JDK 1.2 from blackdown.org. and I tried to run the > JDK 1.2 JFC demo (FileChooserDemo). But I got an Linker error as follows: > > Exception in thread "main" > java.lang.UnsatisfiedLinkerError:/usr/jdk1.2/jre/lib/i386/libfontma

Re: AWT Crash - Need Help!

1999-03-26 Thread Anil kumar
this is due to x server configuration problems. though it may be working fine with normal x apps you need to do some 'fine tuning' in it. Anil On Fri, 26 Mar 1999, David Thompson wrote: > > S Balamurugan, > > I have had a similar problem. I installed 1.2 on my > RH5.2, ran the script to set

OT. java list

1999-03-21 Thread Anil kumar
greetings, this is off topic. could you pl. suggest a java mail list where i can discuss language-specific issues. thanks Anil Advanced Technology Group, River Valley Technologies URL http://www.river-valley.com ---

Daemon threads

1999-03-03 Thread Anil kumar
greetings, i have a class which has a daemon thread ( setDaemon( true) before start()). I created an instance of this object in a Frame object. My problem is: even after i call dispose() of the Frame object the threaded object is not grabage collected and it continues running. i am using jdk 1

java-linux@java.blackdown.org

1999-02-19 Thread Anil kumar
On Fri, 19 Feb 1999, Nathan Meyers wrote: > Arnaldo Riquelme wrote: > > What advantage do you see running java apps on this platform , rather > > than running it on NT? > > Do you think Java-Linux is a good combination for enterprice > > apps.(client/server, etc). > > The main advantage of runni