| Author |
Jar Problem
|
S Subbu
Ranch Hand
Joined: Mar 20, 2012
Posts: 87
|
|
Hi Everybody,
I got a problem in my work. I prepared a jar file in my local system. it works fine at my system. I give up that jar file to my team member he included it in build path on MyEclipse IDE .
The problem is we created an object for a class exist in that jar file , object was created but the methods are not invoked.
What is the problem I can't understand that jar was working well at my system.
Supporse I have the logic like this
|
 |
Maneesh Godbole
Saloon Keeper
Joined: Jul 26, 2007
Posts: 8434
|
|
|
Is the first System.out invoked? Do you see the output on the console?
|
[Donate a pint, save a life!] [How to ask questions] [Onff-turn it on!]
|
 |
S Subbu
Ranch Hand
Joined: Mar 20, 2012
Posts: 87
|
|
System.out.println("Flow Object was Created ") is displayed on console,
the method calling and statements after the method calling are not executed.
|
 |
Maneesh Godbole
Saloon Keeper
Joined: Jul 26, 2007
Posts: 8434
|
|
|
Can you try setting a break point and see if its hit?
|
 |
 |
|
|
subject: Jar Problem
|
|
|