rcp

Java Socket Read Time Out Exception thrown only after Network comes back after being disabled at start up

I am working on a distributed application that communicates over socket connections. I'm not sure if this matters with the problem but it is a Netbeans RCP application. There are 2 different client sides of it which simply display the status of their connection to the server, send requests to the server side and display the responses r...

How can I show all of String in Console View

I docked console plug-in in my rcp application. and the problem is even I set the buffer size by 'setWarterMark()' , not able to show all of the String. It is cut out . How can I solve this. How can I show it up all ...

Eclipse RCP app: How to disable specific extenstions?

I'm using Eclipse HELIOS to code a Rich Client app. The following entries are added automatically to my APP "PERSPECTIVES MENU": "Java, Java Browsing, Java Type Hierarchy, Team Synchronizing". I need to get rid of them. i'm using the extension point="org.eclipse.ui.activities" to disable unwanted extensions (like the editor and search o...