Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ptp-user] Running parallel application with PTP.

Again my steps are as follows:
1. I installed eclipse-SDK-3.2.2-linux-gtk.tar.gz
2. Then I run Eclipse: magg@sartorius:/opt$ eclipse-3.2.2/eclipse &
3. Then I install CDT with update manager. (Callisto and C and C++ development)
4. I close Eclipse.
5. Then I copy plugins to eclipse plugin/features directories:
   org.eclipse.ptp-1.1.0
   org.eclipse.ptp.pldt-1.1.0
   photran-3.1-beta2
6. I check if there is some eclipse processes (no eclipse processes):

magg@sartorius:/opt$ ps -ef | grep eclipse
magg     13308 12172  0 14:14 pts/0    00:00:00 grep eclipse
magg@sartorius:/opt$

7. I run Eclipse: magg@sartorius:/opt$ eclipse-3.2.2/eclipse --clean &
8. Now it sees perspectives. So --clean and no eclipse processes are crucial.

So I deny the rumours that PTP 1.1.0 doesn't work with Eclipse 3.2.2.
Now I will exercise the part concerning running a parallel
application.

Thank you, Greg.

--
Magda


Back to the top