Changes between Version 15 and Version 16 of j2p
- Timestamp:
- 06/20/23 10:21:07 (17 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
j2p
v15 v16 73 73 74 74 == Resulting file 75 76 77 == FAQs 78 ||Question||Explanation|| 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). ||