Chinmay Bedarkar

Greenhorn
+ Follow
since Apr 20, 2004
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 Chinmay Bedarkar

compile ur code from c:\java as

c:\java>javac -d . pack1\pack2\*.java pack1\pack3\*.java

this will compile the 2 classes. To run hello.java, stay in c:\java
and run it as

c:\java>java pack1.pack3.hello

this should work well.
19 years ago
Hello all,
Is it possible to open a page in IE from Netscape? ie, if have a page opened in Netscape, and when i click on a hyperlink on that page, the link will open in a seperate IE window. If this is possible, can you plz suggest me the way to do so?

Thanx
Chinmay
Hello all,
I am using weblogic6.1 as my application server on hp-ux. when I
shutdown the weblogic server using the command

java weblogic.Admin -url 127.0.0.1:80 SHUTDOWN -username abc -password abc

,the java process on the server should also stop. But it does not
happen everytime, ie, sometimes it does not stops the java process
(when you do a ps on java, it shows that java is running, and then i have to
manually kill it).
Can anybody give me a solution for this?
19 years ago