Plug-in RMI for Eclipse - rmi

can anyone help me to send RMI plug-in with Eclips Indigo.. I have tried a lot to use RMI with Eclips, but I could not, please help me to know about it, because I need it a lot...
Regards,

You have this http://www.genady.net/rmi/index.html RMI plugin for eclipse. There is instructions to install it and to use it, just read the documention.

Related

Setup P2-Repository on own Server for Eclipse Plugins

I want to use a P2-Repository to manage Eclipse Plugins. I have a Windows Server 2008 machine. But I have absolutely no idea what I have to do.
What do I have to do on my PC in Eclipse and what on the server to make everything work? Can anyone of you guys help me out?
Thanks in advance!
P2 repository has its own layout and structure.
Use tycho maven plugin to create P2 repository on your server using one of its goal, assemble repository
Hope this helps. If you are not suing tycho, start using it. Life will be easy.

How to manually install WTP in Eclipse?

I need to start learning Java EE web development, but I don't have internet connection at home. What should I download and how should I install?
The FAQ includes guidance on manual installation.

I can not see the Server option in eclipse

I can not see the Server option in eclipse, when I go to Windows-->showview, even in the --Others--option it's not there. I am using eclipse luna. Can anyone help me?
You have downloaded a package that doesn't include the server/web features. Instead, download Eclipse IDE for Java EE Developers.

Creating Nacl Cryptography library project in Eclipse on Ubuntu

I want to create an Eclipse project of the NaCl cryptographic library. I have installed it using the commands mentioned on the website, but I don't know how should I properly include all those files in my eclipse project so that I can use it to develop my own main function.
Can anyone help me on this? The githut repository is located at Nacl Github and the project installation details are available at Nacl Install
I am completely new to this and hence have no idea. If you need any further information, please tell me.
Thanks in advance.

integrating eclipse (not EE) with tomcat 7

I am using Eclipse indigo and I want to integrate it with pre-installed tomcat7 server I have.
I know how to do it easily in java EE, but now I need to run it not on EE.
Is it possible? If so, how?
Many thanks for anyone who can help.
Basically, no, not without the plug-ins you already have or alternates that essentially do the same thing. I don't understand the "I need to run it not on EE" part, though. Why?