Hello everyone on stackoverflow!
I have successfully developed and installed my Eclipse RCP product on Windows using NSIS.
Now I want to install on Ubuntu.
After searching the net, I figured out that using a debian package (.deb) for installing our software would be much easier for the end user.
I could execute my application after exporting it as product using Export Wizard but could not find any help on how to create .deb package from IDE.
So my question is:-
Do I need to add some plugin to my Eclipse IDE so that I can create a deb package?
If not then is there any way to create a makefile for my project in Eclipse so that I can create a .deb package as suggested here
(I am developing on Ubuntu-12.04LTS any help/suggestions/comments are highly appreciated as I am completely new to Ubuntu. thank you in advance)
Some days ago I too had a same issue. That time I spend time on this, but then a simple shell script did the job. Please go through these links. They might help you -
http://ubuntuforums.org/showthread.php?t=838485
http://code.google.com/p/pkgcreator/
Another option is using STOW. You can find a tutorial on this over here -
http://www.gnu.org/software/stow/stow.html
http://www.ibm.com/developerworks/linux/library/l-stow/
Related
Now I'm learning Roku's BrightScript. I found eclipse is a good IDE for BrightScript development. But I'm not sure, should I register in their Roku's developer website? I have a sample code. When I used to run the code , it is showing this
I just followed their instructions from here.
I don't know, how to solve this problem. I don't know why this is coming. Please help me to solve this issue.Also, you can give me the right direction for BrightScript development. And it is more appreciable.
Here are the details.
Eclipse: Eclipse IDE for Java Developers
Version: Juno Service Release 2
Build id: 20130225-0426
OS : ubuntu 14.04
Thank you
If you are not already a heavy user of Eclipse, installing that just for Roku would be undue pain and suffering. For more keep an eye on http://forums.roku.com/viewtopic.php?f=34&t=95340
The good news is there is no secret sauce in Eclipse - you can do BrightScript development with any favorite IDE of yours that supports VB Script syntax highlighting + manual (or trivial script) packaging and upload to Roku player.
Try following Installation Steps from here. Also there is a list of some useful features.
As per the JSystem documentation it's stated that the installer of JSystem has a little checkbox which install the eclipse plugin, but the screenshot on the manual it's for Windows XP(http://www.jsystemtest.org/sites/default/files/help/Chapter%203%20Getting%20Started%20with.htm#_Toc206753837) and right now I'm using ubuntu 12.04 with Eclipse Juno. I just installed JSystem here and can't find that little checkbox.
Also the documentation is sparse and short. Does anybody know how to install the JSystem plugin for Eclipse?
Thank you!
Actually, the Eclipse plugin is no longer part of the JSystem installation.
If you still want to use it, you can grab one of the older installation packages from SourceForge
(Version 5.7.02 would do the trick).
If are having problems with the Linux installation, you can install it on windows and copy manually the com.ignis.eclipse.plugin_5.7.02 jar from the jsystem/runner/Eclipse folder to the Eclipse plugins folder.
After restarting the Eclipse, you would be able to create a new JSystem project using the plugin.
One of the main reasons that the plugin is no longer provided and supported is that JSystem is now using Maven and most of the plugin functionality is now done via Maven archetypes.
To learn more about it please refer to the Getting started guide
I've installed eclipse on my new ubuntu 12.04 setup. I did the install through the software center. I went to create a Java project, but it looks like it doesn't have java development kit on it. I'm not sure why. I have never seen this after installing Eclipse. Any ideas why I wouldn't have any language support? It's basically just a bulky text editor at this point.
Default Eclipse in Ubuntu Software Center generally needs installation of extra packages, had the same problem many times. I strongly recommend downloading and installing from here.
You can download the java sdk and development tools right in eclipse which should fix your problem, I had the same problem before and that's how I solved it.
I had some automation scripts written in perl.
I am able to run those scripts using Eclipse 3.x versions with the help of epic ide.
But I need to Integrate them with My Eclipse 6.0 . I googled but couldn't find any plugin to match . Could anyone help me in this..
You should be able to install EPIC plugin also in My Eclipse adding the repository update site, otherwise you can try with perlipse .
I am predominately a .NET developer so forgive me if I am missing something obvious. I use Eclipse Ganymede (3.4.0) for Blackberry development.
I have Blackberry JDE Plugin 4.3.0.8 installed and would like to install 4.5.0. I try using Help -> Software Updates to get it but get the following error:
"Cannot launch the Update UI. This installation has not been configured properly for Software Updates".
Any ideas on how to fix this? Failing that any ideas how to install 4.5.0 without using the Update facility in eclipse? I have installed the 4.5.0 component back but it has not put it into eclipse, just installed files in c:\Program Files\Research In Motion.
I'd rather not do a fresh installation of eclipse!
Download them manually here: http://na.blackberry.com/eng/developers/javaappdev/javaeclipseplug.jsp
The first idea that comes to mind is that Eclipse doesn't know where to look for updates.
Go to Help->Install New Software (not update)
Click on Available Software Sites
There you can Add, Enable/Disable software sites(repositories)
Just like Jamie said, download Component pack from Blackberry site, and install them with Help->Software Updates->Available Software->Add Site->Archive
UPDATE And talking about the error, see
Getting the message “Cannot start the update ui…” when trying to run the update UI in Eclipse
Thanks for the links guys but I ended up downloading a fresh copy from the website, the archive that I had must have been corrupt somehow because I tried using it again and had the same issue.