ravee

Greenhorn
+ Follow
since Feb 18, 2000
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by ravee

yes, All the autopilots.
Now I have SO 5.1 . I have worked on 5.2 also .
It seems like it's getting better all the way.
ravee.
24 years ago
Hi,
I am able to write objects to my servlet with a proxy (wingate) installed on my win NT server. But I have been able to read only Vector ( .util.*) , but not any custom objects (serialised).
please somebody do guide me.
Thanks in advance
ravee.
24 years ago
hey,
the convertor I have is only 146KB winzip file and it works fine.The file required is i18n.jar (as the plug-in) with this file the swing applets should work nice.
thanks
ravee.
24 years ago
hey,
Nalin, check this site
http://www.apl.jhu.edu/~hall/java
ravee.
24 years ago
hi,
krishna , do you mean you did not have any problems running JApplet w/o plugins ?! Can you please tell me the browser you are using and the jdk ver? and do you mean you did not add anything to the html
file ?
thanks
ravee.
24 years ago
hi,
can anybody please tell me the way to differentiate between
light wt and heavy wt components?
thanks
ravee.
24 years ago
Hey,

closing server
java.lang.ClassCastException
at com.caucho.server.http.ResinServer.execute(Compiled Code)
at com.caucho.server.http.ResinServer.main(ResinServer.java:390)
at com.caucho.server.http.RunnerServer.main(RunnerServer.java:123)
this is all I get when ever I stop or Press Quit button. and i
think the class path is causing the problem. But as installed as NT services it works fine.
Can somebody tell me the number of concurrent connections i can make?
thanks
ravee.
24 years ago
Hi,
I just installed StarOffice5.1 on RH6.2. How do I find out whether it's Java version or C version. I also have SO 5.0 on win 98 m/c but the desktop of the one on the linux is totally different from the one on the Win.

ravee.
24 years ago
hey,
I don't know whether this is the right place for this.
My auto pilot in SO 5.0 on Win 98 is not working.
thanks in advance
ravee.
24 years ago
Hi,
Anybody familiar with Resin?

Along with IIS 4.0 on NT server 4.0 when I restart/stop
the Resin it throws a ClassCastException.
Is anybody familiar with this?
thanks in advance
ravee.
24 years ago
Hi,
What are .policy files ? Where are they are used?
thanks in advance

ravee.
24 years ago
Hey
Is there a method to have the JComponents like JPanel
to have rounded corners instead of the usual square ones?
Thanks in advance
ravee.
24 years ago
public class Test {
static public void main(String s[]){
float f = 10;
System.out.println(f/0);
}
}
this program throws ArithmeticException and if I change the denominator to 0.0 works fine.
why ?
thanks
ravee.
Hey,
could you give me the url for the IBM mock test?
thanks
ravee.
Assigning them to var of type int should do.
I don't think there are any explicit conversion methods.
thanks