Thanks for this post but I found it didn't work. Specifying the "-cp" parameter simply lead to "no class found" exceptions being thrown. Since you have a jar file, I found this command works better:
I work for ActiveEon, which is a technology startup based in Sophia Antipolis, the French silicon valley. Prior to that I was with WSO2, which is a Open Source SOA company for almost three years.
I am a member of Web services Projects Management Committee of Apache Software Foundation and W3C's Web services Policy Working Group.
I completed a joint masters course on Software Engineering at Libera Università di Bolzano, Italy and Universidad Politécnica de Madrid, Spain in 2008. I completed my bachelors in Computer Science and Engineering at University of Moratuwa, Sri Lanka in 2005.
2 comments:
now I see it..
Thanks for this post but I found it didn't work. Specifying the "-cp" parameter simply lead to "no class found" exceptions being thrown. Since you have a jar file, I found this command works better:
java -jar {path to JAR file}
In my case, this command worked beautifully:
java -jar tcpmon.jar
Post a Comment