B4J Question [BANano] cannot find b4xV5.ini

B4JExplorer

Active Member
Licensed User
Longtime User
I'd like to remove this question. I know the answer - I'm logged into a different user, when using B4J, than the user who installed it.

If this question can be removed, please let me know how.
 
Last edited:

Mashiane

Expert
Licensed User
Longtime User
My client has the same issue deploying on Linux? Can you please advise as to how you solved this?

Thank you so much.

Update:

Just found another post with similar issue

 
Last edited:
Upvote 0

Mashiane

Expert
Licensed User
Longtime User
I am thinking... could this be because my app has these lines in it?

B4X:
#AdditionalJar: mysql-connector-java-8.0.30.jar
    #AdditionalJar: bcprov-jdk15on-154    
    #AdditionalJar: HikariCP-5.0.1.jar
    #AdditionalJar: slf4j-api-1.7.32        
    #AdditionalJar: slf4j-simple-1.7.32.jar

and that the distributed jar does not have these internally including the other libs the app is using and is looking for them?

These are the libs my app is using?

1742971319046.png
 
Upvote 0

alwaysbusy

Expert
Licensed User
Longtime User
I have a good idea what goes wrong and how to solve it but I do not like to answer here as the solution for your problem has little to do with the problem the OP described here. From what I get he installed B4J on his computer under user X where everything worked fine. He then logged in as user Y and of course then the b4xV5.ini file could not be found as it was not in user Y's work folder, but in user X's. This is not the problem you are having.
 
Upvote 0
Top