I see a lot of different log files. I'm not sure which one is the correct log to show you.
I cleared the different log files, one at a time, and pressed F5 and nothing displayed in the log file at that moment.
Where do I get the AngryBirds.jar file? I unzipped MacAngryBirdsExample.zip but that's the Mac version and doesn't show an AngryBirds.jar file.
My Mac downloads folder is located here:
/Macintosh HD/Users/christyfreshour/Downloads/AngryBirds.jar
I tried using: /Macintosh HD/Users/christyfreshour/Downloads/AngryBirds.jar
and
/Users/christyfreshour/Downloads/AngryBirds.jar
but no change in results.
I'm very confused about this whole process. I'm working with B4JPackager11 in B4J, I have AngryBirds.jar as my InputJar. What jar am I going to end up with on the Mac? Certainly not my desired B4J app fp2fms.jar. I just don't know what I am doing wrong and much of it is because I don't understand the process flow. I'm trying to put something over on the mac side and is it just one jar file or all of the distribution folders and that run.command file?
Q. When I copy my own fp2fms.jar file over to the Mac, don't I then have to use this line in B4JPackager11?
Private InputJar As String = "/Users/christyfreshour/Downloads/fp2fms.jar" 'change as needed
Q. When I use B4JPackager11 I use this compiler, correct?
C:\Program Files\Java\jdk1.8.0_161\bin\javac.exe
So the B4JPackager11 compile results show:
B4J Version: 8.80
Parsing code. (0.02s)
Java Version: 8
Building folders structure. (0.01s)
Compiling code. (0.02s)
Compiling layouts code. (0.00s)
Organizing libraries. (0.00s)
Compiling generated Java code. (1.08s)
Building jar file. (0.21s)
Jar file created: C:\Users\rfresh1011\Downloads\B4JPackager11\Objects\B4JPackager11.jar
Running application. (0.00s)
Sending jar to B4J-Bridge
Completed successfully.
I see the B4JPackager11.jar file on my windows PC in that downloads folder, but what jar file is being sent over to the Mac? The B4JPackager11.jar file? My own fp2fms.jar file is already on the Mac.
Q. And what gets built on the Mac? All those folders? bin,conf,legal,lib?
If I can ever get this figured out, I will write instructions targeted for the newbies like me. I know you (Erel) wrote instructions but they are at a high level aimed at well experienced users (unlike me). I had/have a lot of questions about most of the steps. I know you're extremely busy running your business and could not take the time to write a detailed step by step for newbies. So, as I said, I will do that as soon as I have some success with this Mac process myself and try to help out other newbies.