B4J Question Error subs.txt file

BeneBarros

Active Member
Licensed User
Longtime User
Anyone know how to fix this error?
already restarted the computer several times and continues in the same way.

The process can not access the file 'C: \ 06-Java Beta7 \ BAB-Innovare \ Library \ Objects \ shell \ bin \ classes \ subs.txt' because it is being used by another process.
 

Attachments

  • Error subs.jpg
    Error subs.jpg
    59 KB · Views: 232

BeneBarros

Active Member
Licensed User
Longtime User
Are you able to copy/paste that file to another location?
Yes, and it works perfect in another location
but to delete the old folder, you have to restart Windows in Safe Mode.

today already happened to me two times with the same application.
It always happens when I'm in debug mode, and the application of a mistake.

thanks for the tip
 
Upvote 0

BeneBarros

Active Member
Licensed User
Longtime User
Try to delete this file. Windows will tell you which process is locking it.

If not then you can install Process Explorer: http://www.techsupportalert.com/content/how-find-out-which-windows-process-using-file.htm

Are you opening the same project from multiple instances of B4J?
Java (TM) PlatForm SE binary

2 instances normally.
1 application and a server.

I downloaded the Process.
let's wait and see if it happens again. for I had already excluded the folders that were in trouble
 
Last edited:
Upvote 0

BeneBarros

Active Member
Licensed User
Longtime User
The Process Explorer application also can not close the java.
 

Attachments

  • Erro1.jpg
    Erro1.jpg
    186.4 KB · Views: 209
Upvote 0

BeneBarros

Active Member
Licensed User
Longtime User
You cannot run multiple instances of the same project in debug mode.
got it. but they are two different projects, and when one is in debug mode the other is in release mode. For the own b4J prevents to run two projects in debug mode. Generates an error in the port's.
I believe my project is too large to run in debug mode.
Does not stop at line stops.
I copy for a draft folder, and exclude the modules that fou not use, leaving only the modules you want to change. Thus it works perfect.
Thank you. for your attention,
 
Upvote 0
Top