Hello salman087, Tuesday, July 01, 2003, 6:54:20 AM, you wrote: s> Hello, s> I am making a trojan using RMI. s> I want that when client click close button then...
hi I m making nested custom tags and I made a method addChildren(TagSupport child) in Parent tag(top level tag).I want to get attributes name and values of...
Hello salman087, Tuesday, July 01, 2003, 6:24:19 AM, you wrote: s> Hello every one. s> I want to make a program that monitor modem . That check that modem s>...
Hi all, Problem : How do I compile a Java string and get teh class file Consider this class.Just a sudo codes......... public class MainClass { public static...
ive been trying to create a web application using RMI for web/DB/app tiers . its the first time i try to use rmi , and im getting this weird error from the...
I know about java . I read some TAPI documentation for java. I think using TAPI we can controll modem . dial number and lot of others . I just ask for a simple...
hello all, i want to create a database(mdb) using java. is it possible? if so, plz do let me know abt how can it be done. thanx in advance. regards, anu. ...
anu
anu003@...
Jul 2, 2003 10:39 am
11272
from what i remember from uni, when they made java they made it in mind of the fact that theres certain things it wont let you do on someone elses computer,...
Yup, agree with Thomas, Depends on the size of your file. I highly recommend you SAX to parse XML in Java I've been building application to read XML files, i...
Hello salman087, Wednesday, July 02, 2003, 8:59:34 AM, you wrote: s> Hello Dear Erik s> I am not making virus . s> I am making remote desktop. s> So almost 75%...
Hello Tom, Wednesday, July 02, 2003, 1:11:45 PM, you wrote: T> from what i remember from uni, when they made java they made it in mind of the fact that theres...
does anyone know anything about multipart/form-data? : : so people can upload files to an ftp client through your webpage, example: a graphic business needs...
Hello, If anyone run across the Java for Engineers & Scientists by Stephen J. Chapman and the Technical Java by Grant Palmer. Please give me a scoop between ...
Hello bvoshe, Wednesday, July 02, 2003, 8:17:43 PM, you wrote: b> does anyone know anything about multipart/form-data? : : so people b> can upload files to...
see this url http://www.oop-reserch.com/mime_example_1.html i think it can help you. ... From: bvoshe To: java_official@yahoogroups.com Sent: Thursday, July...
Hi all, Problem : How do I compile a Java string and get the class file Consider this class.Just a sudo codes......... public class MainClass { public static...
This is a good book for those who need to learn how to use Java with XML. It goes into detail about SAX, DOM and JDOM(Open Source).It also has a good dose of...
Hi all, Currently i'm trying to write and read XML file using java and i'm using SAX parser. I need help in two things, 1) How can i travel through the nodes...
Thanks every one I get a way to shuwdown window95,98 as calling Runtime.getRuntime().exec(); and pass parameter as rundll.exe user.exe /shutdown ... Do you...
i try to compile this java class //package com.sun.tools.javac.v8; import com.sun.tools.javac.v8.JavaCompiler; import com.sun.tools.javac.v8.util.List; import...
ok i found an answer to this one , seems i had my rmi class set to compile as RMI-IIOP (dont ask me the differences , im still reading this stuff on the sun...
Hello Friends, does anyone know how do I crate a sleep method in Java. I have one function and I want to wait 30 second first and then I want that function to...
This is a little class I have used and it worked just fine, doing exactly what you want: class ALittleWait extends Thread { private int sleepTime; // Just...
does anyone know what command to run if you want to shutdown win2000? ... From: salman ahmad To: java_official@yahoogroups.com Sent: Thursday, July 03, 2003...
Does anybody know how to use java to read and send bytes to the ports. I want to use java to measure, and controll some electronical apparats. Hope someone can...