B4J Question How to get rid of legacy stuff

johnmie

Active Member
Licensed User
Longtime User
Hi everybody,
I have finally finalized my B4J app and tried to build a standalone package, but failed and instead got this error message:

B4J Version: 10.00 BETA #2
Parsing code. (0.22s)
Java Version: 11
Building folders structure. (0.09s)
Compiling code. (0.62s)
Compiling layouts code. (0.01s)
Organizing libraries. (0.00s)
Compiling generated Java code. (0.03s)
Building jar file. Error
System.IO.FileNotFoundException: Could not find file 'C:\Users\miesc\Desktop\Quasi_25\QuaiDev_23A\Files/help_2_en.vlst'.
File name: 'C:\Users\miesc\Desktop\Quasi_25\QuaiDev_23A\Files/help_2_en.vlst'
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.FileInfo.get_Length()
at f2.a(ew A_0, Dictionary`2 A_1, Tuple`2[] A_2)
at fc.a.ae()


The files it cannot find have not been used for months.
I renamed the package, but the problem is still the same.

Do you have an idea how this could be avoided or worked around Or is there somewhere a tutorial that could enlighten me?

Thanks,
john m.
 

teddybear

Well-Known Member
Licensed User
Do you have the help_2_en.vlst in Files folder?
If the file is not useful, you can do sync in IDE Files Manager
 
Last edited:
Upvote 0

MicroDrie

Well-Known Member
Licensed User
Longtime User
The easiest thing to do with such "unexplained" errors is to simply reinstall and carefully go through the installation step by step.
 
Upvote 0

johnmie

Active Member
Licensed User
Longtime User
I don't think that reinstalling B4J will change anything.

As @teddybear wrote, the first thing to do is to make sure that the file isn't listed in the Files folder.
Thank you teddybear and Erel,
I had removed the file from the files folder even before posting the question, but that did not help. Then I found and used the Sync thing in main page and now it works again like a charm.
 
Upvote 0
Top