Sunita Vontel

Ranch Hand
+ Follow
since Aug 28, 2000
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Sunita Vontel

Hi Mohamed
I am sorry I dont have an answer but instead I have a question .
U said One solution was to put rmi.zip along with the browser VM classes.

I want to know where I can get rmi.zip file and how do i put it along with the browser VM classes. What are VM classes?

Your reply will be very helpful.
Thank you
Sunita
23 years ago
Can somebody please tell me Where I can find rmi.zip file .
23 years ago
I have a chat program in RMI whose front end is applet. It runs fine with appletviewer. But when I open the applet in Internet Explorer or Netscape Navigator it does not function correctly. Can anybody please explain me why.
23 years ago
Hi
My RMI application uses applets for front end. My application runs fine when I use the appletviewer.But on the same computer when I run the applet on Netscape it just doesnt give any response.
Can anybody tell how I can achieve the same response using Netscape communicator 4.7.
Thanks
Sunita
23 years ago
Do I need to have jdk1.1.How can I run it on jdk1.2.1??
Please reply.
23 years ago
Thanks Stephenie
23 years ago
Please see the code

How many objects are elgible for garbage cllection at the end of line 4. I say None.
Can somebody please explain the answer.
Thanks
Sunita
Thank u Harry.
It cleared my doubt.
Please see the code below

the output I am getting is
C:\Sunita\java\serv>java B
Hello World!
true
i am in class A is 0
i am in class B is 0
i am in class A is 1
i am in class B is 1
i am in class A is 2
i am in class B is 2
i am in class A is 3
i am in class B is 3
i am in class A is 4
i am in class B is 4
i am in class B is 5
i am in class B is 6
i am in class B is 7
i am in class B is 8
i am in class B is 9
i am in class B i am done with loop
end of B
Can somebody please explain why is the thread A not getting notified??
How to use a signed applet??
23 years ago
I read in a book that Security restriction do no apply to applets which are loaded from the local machine.
Please see the following code

This code runs fine from the browser(Internet Explorer 5.0 ) but doesnt create the file in the specified directory.
Can somebody please tell me how I can achieve this.
Thanks
Sunita
23 years ago
Thanks William
I did not know about Tomcat.
But I just tried
javac -classpath c:\jsdk2.0\lib\jsdk.jar file.java
and it worked.Probably my classpath is not set correctly.

Sunita
23 years ago
Thanks William
I did not know about Tomcat.
But I just tried
javac -classpath c:\jsdk2.0\lib\jsdk.jar file.java
and it worked.Probably my classpath is not set correctly.

Sunita
23 years ago
My autoexec file looks like this
PATH C:\JDK1.2.1\BIN;C:\JSDK2.0\BIN;C:\JSDK2.0\src
SET CLASSPATH = .;c:\jsdk2.0\lib\jsdk.jar;C:\JDK1.2.1\LIB;C:\JSDK2.0\src;c:\jsdk2.0\lib
I am trying to run a servlet and I am getting the error
Package javax.servlet not found in import
Package javax.servlet.http not found in import.
Can somebody please tell me how to set the path or classpath so that my program runs fine.
Thanks
Sunita
23 years ago
yes u can I just realized after mailing