B4J Question [SOLVED] JPoi and integrated package builder

Peter Lewis

Active Member
Licensed User
Longtime User
I all I have written a program that imports a Spreadsheet file.

I have tested it on my Development machine and works perfectly, I then use the NEW integrated package builder and then then trying to use it it crashes.



I did see a line that pointed to a log but that is not all. The log is below. Any ideas would be appreciated . Thank you






 

Attachments

  • 1592154205301.png
    134.1 KB · Views: 187

EnriqueGonzalez

Well-Known Member
Licensed User
Longtime User
I have tested it on my Development machine and works perfectly, I then use the NEW integrated package builder and then then trying to use it it crashes.
Make sure you are running the same JDK on both machines / intances. Usually JDK 8 is installed and you are compiling in JDK 11

another one is make sure you have mergelibraries in your project properties.
B4X:
    #MergeLibraries: True
 
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…