Skip to main content



      Home
Home » Eclipse Projects » Rich Client Platform (RCP) » problem between rcp applications
problem between rcp applications [message #675269] Mon, 30 May 2011 21:16
Eclipse UserFriend
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: Mon, 30 May 2011 21:20] by Moderator

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


Current Time: Wed Jul 16 14:54:52 EDT 2025

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

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

Back to the top