Changes between Version 17 and Version 18 of j2p
- Timestamp:
- Jun 20, 2023, 10:21:52 AM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
j2p
v17 v18 77 77 == FAQs 78 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). ||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). ||