Could robocopy be substituted by a properly written shell script? I mean, if the IDE instead of calling robocopy launches a script that does exactly the same smart moves of it, doesn't it solve the problem? BTW, it could be a script or any other executable code..
Could robocopy be substituted by a properly written shell script? I mean, if the IDE instead of calling robocopy launches a script that does exactly the same smart moves of it, doesn't it solve the problem? BTW, it could be a script or any other executable code..
It can be substituted with many simple things, however as we are talking about B4J here then this feature is not needed anyway. Once we see that it actually works we can pay attention to the smaller details.
I would be interested in trying to get B4X working under Linux too.
I tried using PlayOnLinux to install B4J but get this log: "err:mscoree:CLRRuntimeInfo_GetRuntimeHost Wine Mono is not installed"
The above is when installed as a 64 bit application.
When installing as 32 bit and launching I just see "Error in main. B4J crashed."
PlayOnLinux works with recipes to make the apps work. if someone hasnt found the right recipe it will try something generic and most likely fail, i used playonlinux with witcher 3 that of course run flawlessly
Crossover uses the same approach but it has better settings to find the right recipe. theoretically you could do it to with vanilla wine but it could take several trials
Next is the JDK choosing, we cant use JDK 11 because it is 64 bits and the bottle is 32 bits. (the reason i used 32 bits it was because Crossover sugested me that 64 bits were incompatible, i will try to do it after this test.)