B4J Question Reference to a previous folder remains after removal of code to other folder.

johnerikson

Active Member
Licensed User
Longtime User
I moved the development environment B4J 3.71 to another folder. That because access to the files was denied under the Program folder, after W10 installed.

Compilation causes error when a reference left to the previous folder, this results in the following:

B4J version: 3.71
Parsing code. (0.11s)
Compiling code. Error
Access to address C:\ProgramFiles\B4j_OLD\Server\AppServer\Objects\src\b4j\example\campershared.java denied.

I changed the all paths, checked references in code, reinstalled, etc. I have tried every possible way to solve the problem but failed

What to do?
 

johnerikson

Active Member
Licensed User
Longtime User
I have solved the problem!
Of some reason this campershared.java.file has been destroyed and impossible to use (for B4J or copy or something else)!
So i delete the file campershared.java and B4J created a new one during compile!
Sorry to have disturbed!
 
Upvote 0
Top