B4J Question SithasoDaisy - Error

Johan Schoeman

Expert
Licensed User
Longtime User
Can someone please advise. Getting this error when compiling any of the sample projects of SithasoDaisy.

B4X:
java.io.FileNotFoundException: C:\b4j\WORKSP~1\SITHAS~2\Objects\b4xlibs_BANano\sithasodaisy\B4J\manifest.txt (The system cannot find the path specified)

I have already shortened the path to the B4J additional library folder, set the path (configure paths) to where the libs folder is now, cleaned the project, but getting the same error. The Manifest.txt ends up in the for eg

B4X:
C:\b4j\workspace\SithasoDrawer\Objects\b4xlibs_BANano\sithasodaisy

...but it seems that it is looking for the manifest.txt file in a B4J subfolder (In the path) that does not get created when compiling the B4J project.
 

RWK

Member
Licensed User
I had the same error when compiling.
Cause I had no other problems with my test projects I ignored the error.
Seems that one of the transpiler is doubling the path so that the manifest file is not found.
 
Upvote 0

Mashiane

Expert
Licensed User
Longtime User
1. Can you please update your question title to perhaps include "with Manifest.txt", this provides clarity about your question...
2. Which webserver are you using?

Please also see this:

 
Upvote 0
Top