Changes between Version 16 and Version 17 of j2p
- Timestamp:
- 06/20/23 10:21:27 (17 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
j2p
v16 v17 76 76 77 77 == FAQs 78 || Question||Explanation||78 ||=Question=||=Explanation=|| 79 79 ||I'm getting "No translator found for X. But X is a class that I'm trying to translate||The java files you are trying to translate are probably not compiled by the java compiler. When the translator finds a method call, it needs the compiled java to determine the proper signature (function name and arguments). ||