Since the Build Executable project is new in B4J and i don't know much about it, maybe someone could help me
I Use the B4J 8.30 Final version, and set it up to use the jdk 14, not the 11, it give me more problems to compile, so i downloaded the jdk V 14 and all it's components and this part seem to be working correctly, Even now i can build the executable and it does not pop me with the javaFx.swing not found or other problems that i have before i downloaded the JDK 14 it goes all the way to the conversion of the icon, wich gime me this error...
c:\myProject\Objects\temp\build\myProject.exe: error CS1567: Error generating Win32 resource: Error reading icon 'c:\myProject\Objects\temp\icon.ico' -- The data is invalid.
It seems that it is the compiler that create this file in the temp directory, cause i delete it, and the compiler recreate it each time,
I try several formats for the original icon.png located in Files/Icon.png.
Originally i use a png file with all the colors palette 67Millions, with a dimension of 512x512px, wich display fine in the app.
I try to change the palette to 256 colors with GIMP 2.0 and with a dimension of 72x72px and a pixel ration of 96pxin (Pixel per Inch) and no avail, still jam to that process of compiling the final exe. It goes all the way to this and stop compiling by returning that error.
So i don't know if this have append to someone else, and you do know the solution to this, Do i have to set the icon to a specific size, color depth and so forth, so the app will compile with the Microsoft compiler C#.
Please Help !!!! Thanks
I Use the B4J 8.30 Final version, and set it up to use the jdk 14, not the 11, it give me more problems to compile, so i downloaded the jdk V 14 and all it's components and this part seem to be working correctly, Even now i can build the executable and it does not pop me with the javaFx.swing not found or other problems that i have before i downloaded the JDK 14 it goes all the way to the conversion of the icon, wich gime me this error...
c:\myProject\Objects\temp\build\myProject.exe: error CS1567: Error generating Win32 resource: Error reading icon 'c:\myProject\Objects\temp\icon.ico' -- The data is invalid.
It seems that it is the compiler that create this file in the temp directory, cause i delete it, and the compiler recreate it each time,
I try several formats for the original icon.png located in Files/Icon.png.
Originally i use a png file with all the colors palette 67Millions, with a dimension of 512x512px, wich display fine in the app.
I try to change the palette to 256 colors with GIMP 2.0 and with a dimension of 72x72px and a pixel ration of 96pxin (Pixel per Inch) and no avail, still jam to that process of compiling the final exe. It goes all the way to this and stop compiling by returning that error.
So i don't know if this have append to someone else, and you do know the solution to this, Do i have to set the icon to a specific size, color depth and so forth, so the app will compile with the Microsoft compiler C#.
Please Help !!!! Thanks