java run time environment
Hello,
I am very new to java.
I wrote a java code to capture ethernet packets and is working fine on my pc .
(windows xp ,SE 1.6.. ).I developed the code using eclipse IDE.
Now when i try to run the jar file created through eclipse IDE on windows 2008
with a different run time environment ,the code gets executed but the ethernet packets are not captured....on the socket...does it have something to do with the run time environment and java version?
I would really appreciate if someone can help..
Windows firewall was the problem
Thank you for the reply.Windows firewall was blocking the packets from reaching the java.It works now.