Hi Team ,
I am facing issues while migrating one customized jar from Lisa 6 to Devtest 10.3 .
1.I have open the customized java step code in eclipse and imported the latest jar files but I am facing below error.
The method createTestMARInfo(String, String, String) from the type ModelArchiveInfo is not visible.
2. PFB snippet ,I have included all jar files.
3.Opened lisa-core-10.3.0.jar --in eclipse ,I couldn't find com.itko.lisa.model.mar function.
I am unclear on your 3rd point “3.Opened lisa-core-10.3.0.jar --in eclipse ,I couldn't find com.itko.lisa.model.mar function.”
The class is there just fine?
However, the method createTestMARInfo(String, String, String) of class ModelArchiveInfo is a static method which is not explicitly declared public so it defaults to private: so, it’s understandable you will get this kind of error.
When you open up lisa-core jar of LISA v6 in Eclipse do you see that method as public? (I can’t validate as I don’t have a v6 lisa-core anymore). You would need to see the green circle icon, not the blue triangle icon.
Cheers,
Danny