Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Rich Client Platform (RCP) » problem between rcp applications
problem between rcp applications [message #675269] Tue, 31 May 2011 01:16
hzmartin  is currently offline hzmartin Friend
Messages: 1
Registered: August 2010
Junior Member
I have one problem between rcp applications.

there's one rcp application named differencing, like beyond compare, a little bit.

first, I open the application, for example, executale file name is 'diff.exe'
by default, it's used to compare to two folders. below is the sample interface

|-------------|
|a.txt | a.txt |
|b.txt | b.txt |
|-------------|


then, I click on the first row which contains 'a.txt', the application will invoke 'diff.exe' by ProcessBuilder#start recursively. and it will compare the two 'a.txt' files.

but GUI interface of the second 'diff.exe' will not appear until the first one closed, it seems there's resource lock.

after I remove one java statement which is executed in the startup,
'java.util.logging.Logger.log(Level.ERROR, "...")', the application works fine.

I don't know why the logging statement will cause the problem.

Does anyone know what's wrong with my application?

Thank you


--------
Martin

[Updated on: Tue, 31 May 2011 01:20]

Report message to a moderator

Previous Topic:Implement Cancel Functionality
Next Topic:Run and observe JUnit tests from within an RCP
Goto Forum:
  


Current Time: Fri Apr 26 16:02:31 GMT 2024

Powered by FUDForum. Page generated in 0.03051 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top