B4J Question Problem with accessing local directory

GMan

Well-Known Member
Licensed User
Longtime User
I have an old app.
Just for fun i tried to compile it, but the following error occurs AFTER compiling:
B4X:
Fehler: Beim Versuch, Datei C:\Users\franz\Documents\B4X\TestApp\B4J\Objects\result.jar zu oeffnen, ist ein unerwarteter Fehler aufgetreten
B4X:
Error: An unexpected error occurred while attempting to open the file C:\Users\franz\Documents\B4X\TestApp\B4J\Objects\result.jar
Is this a kind of access restriction, and -if yes- why it appears ?
 
Last edited:

Cableguy

Expert
Licensed User
Longtime User
Hi GMan

I am sorry but, not all forum user speak german ... I know I don't... so I don't have a clue of what that error is trying to say...
Please remember that you are in the international (english) part of the forum... and, although Code is always in english, logs are in the IDE selected language,...
 
Upvote 0

aeric

Expert
Licensed User
Longtime User
My guess is there is a released compilation running on the background that didn't terminated correctly and you are trying to compile the app with same name.
 
Upvote 0

GMan

Well-Known Member
Licensed User
Longtime User
Hi GMan

I am sorry but, not all forum user speak german ... I know I don't... so I don't have a clue of what that error is trying to say...
Please remember that you are in the international (english) part of the forum... and, although Code is always in english, logs are in the IDE selected language,...
Know that, but the error is in German ;-)
I translated ist:
B4X:
Error: An unexpected error occurred while attempting to open the file C:\Users\franz\Documents\B4X\TestApp\B4J\Objects\result.jar
 
Upvote 0

GMan

Well-Known Member
Licensed User
Longtime User
My guess is there is a released compilation running on the background that didn't terminated correctly and you are trying to compile the app with same name.
i thougth the same, deleted the Result.jar, clicked "Clean Project", restartet PC and IDE....always the same.
 
Upvote 0

Cableguy

Expert
Licensed User
Longtime User
Hmmm is the .jar file being blocked by an Anti-virus? Or by the OS?
Have you tried running the jar from the command line after exiting the ide?
 
Upvote 0
Top