web server

1999-10-03 Thread R MUTHUSWAMY
hi, i have written a java code to work as a small web server. And i want that to run in a situation, where i don't have any network card but i have a modem connection. can i run it in that condition. or any network application can't be run on a system with a modem. Thanx for any answers, MUTHU

serial communication

1999-09-28 Thread R MUTHUSWAMY
hi guys, anybody did work using commapi's. can anybody send me some code sites or some of your codes, it will be of great use to me. Thanx in advance, MUTHU. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with

voice program

1999-09-22 Thread R MUTHUSWAMY
hi, i am interested in the VoIP programming. have anybody done any kind of programming in the voice over ip area. can anybody give me some url's for that area. Thanx in advance, bye, MUTHU. -- To UNSUBSCRIBE, email

map display

1999-09-09 Thread R MUTHUSWAMY
hi i am doing a project using maps in java. so is there any support for maps displays in java. And where i can get some materials about maps usage in java. Thanx in advance. muthu. -- To UNSUBSCRIBE, email to [EMAIL PR

media programming

1999-09-08 Thread R MUTHUSWAMY
hi guys, i want to do some video programming. i have decided to use the java media api (JMF1.1). what are the versions the JMF1.1 supports and can i download the solaris sparc version. reply me. it is urgent. bye, MUTHU. ---

out of list question

1999-08-25 Thread R MUTHUSWAMY
hi, this is out of list question. Can anybody tell me any mailing list for java servlets. Any help is appreciated. bye, MUTHU. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Co

Unidentified subject!

1999-08-24 Thread R MUTHUSWAMY
hi, i have written a program to display a bulk of images in a one by one manner. but in the compilation it is showing a Type Expected error in the if(donecount == tracked) line. can anybody tell me the reason for the error. i got the same type of error in other program earlier which

a silly question

1999-08-10 Thread R MUTHUSWAMY
hi, i want to load a image into my applet application i used getimage to get a image in the init() and used drawimage to draw it in the paint and i gave the filename in the html file. But it is giving some nullpointer exception in the java console of the netscape. can anybody help me.

database connectivity

1999-08-03 Thread R MUTHUSWAMY
hi guys, i have postgresSql in my linux box i want to connect to it. I don't know the way. i think i should have the driver installed in the client side. And the postmaster is running in the server machine. Any thing else is needed for the connectivity. Ask me if you don't get the ques

serial communication

1999-08-02 Thread R MUTHUSWAMY
i want to program serial port, what is the api should i get. Thanks in advance, MUTHU. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

how to setechochar

1999-07-28 Thread R MUTHUSWAMY
i want to get a password from the textfield i used setEchochar and i checked using echohCharIsSet() function which is sending a false output. how to do it? thanks in advance. bye, MUTHU. -- To UNSUBSCRIBE, email to [EMAIL P

erasing the file contents

1999-07-28 Thread R MUTHUSWAMY
hi, i have a file(with some contents) and i want to make the file to contain nothing oneway is to delete the file and create a file in the same name. is there any other way of doing this? thanks in advance, MUTHU.

draw images

1999-07-22 Thread R MUTHUSWAMY
hi, i want to draw a image in my applet and i used the code below. but it is not loading. i think there is a small mistake. thanks in advance MUTHU. import java.awt.*; import java.lang.*; import java.net.*; public class GetImage extends java.applet.Applet { Image img; p

Re: Where can I get jdk1.2 for Linux??

1999-07-21 Thread R MUTHUSWAMY
hi, you can get in the blackdown site... the url is www.blackdown.org is suppose. On Wed, 21 Jul 1999, Juan Miguel Garcia Gomez wrote: > Hello: > I'm student of the "Universidad Politecnica de Valencia". >I would like to get a copy of the JDK1.2.1 for linux. > Can

to get the text from textfield

1999-07-19 Thread R MUTHUSWAMY
hi, i am trying to program a mailsender where i have put the actionlistener and i can trigger the listener when i click a button. Now i want to get the details of senderid and content of the mail i want to send. is there any way to give the parameters to the actionlistener when i trigge

Swing API

1999-07-14 Thread R MUTHUSWAMY
hi, i am using java1.1.7 and i want swing api's for linux. i have heard that i can't use the solaris files for swing. And also there is no swing available for linux for earlier versions. Tell me about the swing details.

display text

1999-07-12 Thread R MUTHUSWAMY
hi all, i have a textarea and want to load the text into the area. in this i give the filename and the filecontent has to be loaded into that. i have tried it and getting the error that byte [] can't be converted to java.lang.string. The code is as follows... import java.awt.*;

Re: How to detect a "blank" line.

1999-07-09 Thread R MUTHUSWAMY
Hi Matthias, I changed that code and included the s1.equals("") and i found out that it is working that blank line is send as a blank line and other lines are read as a normal line.The output is shown below. s[0]=this is a test file which can s[1]= s[2]=be deleted when not neede

displaying directory..

1999-07-08 Thread R MUTHUSWAMY
Hi all, I did a small httpd server which supports the file display and ran it. That worked fine. Now i want to add the display of files in the particular directory which i have tried which is giving many errors. Any help is appreciated. Advance Thanks. bye, MUTHU. ---

javamail

1999-07-06 Thread R MUTHUSWAMY
hi all, i have downloaded javamail1.1.2 zipfile and in the README it has given only the installation of the programs for only solaris and windows platform and where can i get the same for linux. bye, MUTHU. -- To UNS

unknown error

1999-06-29 Thread R MUTHUSWAMY
hi all, i did a program which worked somedays back and then i loaded the servlets for my apache server. Now when i run my old program using kaffe it is telling "segmentation fault". This question may be silly. But please help me with the problem. bye, MUTHU. --

action command

1999-06-26 Thread R MUTHUSWAMY
hi all, i got some code where the event handling is done using the command action and when i compile it it says that the method is depreciated. What is the alternative method or way to do event handling. Any help would be of great help. bye, MUTHU. ---