Results 1 to 3 of 3
Thread: java run time environment
- 09-21-2010, 01:45 AM #1
Member
- Join Date
- Apr 2010
- Posts
- 20
- Rep Power
- 0
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..
- 09-21-2010, 04:40 AM #2
i'm not sure if the packet capture tool you are using is the kind that works and looks for implementations dynamically at run time, where by the code would appear to run but fail silently if there was a required dependent jar file that was supposed to be on the class path but is missing when running out of eclipse. e.g. are you sure you have all of the 3rd party jar files and their dependency jar files in your path. ?
A good example of this is the Java Media Framework (JMF). The Java player part seems to appear to work from user programs, but internally it depends on some codec implementation jar, which if is not there, the file cannot be decoded and no audio is output. several fists thru walls later finding the missing jar file it works.
- 09-21-2010, 05:39 PM #3
Member
- Join Date
- Apr 2010
- Posts
- 20
- Rep Power
- 0
Similar Threads
-
JAVA Programmers Wanted - Full-Time and Part-Time Positions open
By javatrek2020 in forum Jobs OfferedReplies: 3Last Post: 08-23-2011, 12:46 PM -
Java swing Application for J2EE Environment
By saranbg2 in forum AWT / SwingReplies: 0Last Post: 12-15-2009, 10:46 AM -
making simple java environment
By daanlaan in forum New To JavaReplies: 0Last Post: 07-07-2009, 12:22 AM -
set environment variable in unix using java program
By java_kick in forum Advanced JavaReplies: 3Last Post: 03-16-2009, 12:26 PM -
Environment for java
By carl in forum New To JavaReplies: 2Last Post: 07-31-2007, 08:33 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks