Help coderanch get a
new server
by contributing to the fundraiser

Vicky In

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

Recent posts by Vicky In

How do I use log4j in Applets? Googling didn't help much.

Any help would be appriciated.

Thanks.
16 years ago
Hello,

The java application I work on has thousands of System.out.println statements. Now I have to make all these S.o.p's execute only if a condition is true and restrict executing them if the condition is false.

I cannot put the check at all the places where S.o.p statement is written in the code. Can somebody suggest a way out where I can have one common method which I can replace it with all the S.o.p's in the application?

Any help would be appreciated.
16 years ago
Hello,

Can I use different version of JDK on web server and client machines?
For example:
Web Server - jdk1.4
Client machines - jdk 6

Will this work?
16 years ago