Eclipse install Graphviz - eclipse

Does anyone know how to install Graphviz on Eclipse?
I installed it from http://www.graphviz.org/Download_windows.php for Windows (.msi). The installation was successful but (maybe I added to Eclipse wrongly) it gaves me this error when I tried to compile it with my project:
Couldn't create graphs with 'dot'. Is graphviz installed? Is graphviz/bin added to the system variables?
Can someone help me?

Related

How to install the JSystem plugin for Eclipse

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

Creating debian package (.deb) for eclipse rcp product

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/

Can not install WOLips Goodies Eclipse Plugin on CentOS 6

So, I'm using CentOS 6 desktop to do WebObjects development. Normally I do WO development on Mac, but our office only has Linux-based desktops so I'm going through the hassle of getting the team set up with the appropriate development environment. Anyway, when I try to install WOLips Goodies plugin through Eclipse I get the following error:
"Cannot complete the install because some dependencies are not satisfiable
org.objectstyle.wolips.goodies.feature.feature.group [3.7.1006251] cannot be installed in this environment because its filter is not applicable."
Can anyone tell me what I'm missing here? Or maybe can you tell me where to look to find the missing dependencies?

How do I build and install a plugin for KDevelop?

In particular, I am trying to install kdev-control-flow-graph
I have managed to clone the source from git, cmake the source to build a kdevcontrolflowgraphview.so installed to /usr/local/lib, but when I restart kdevelop, I can find no sign of the plugin!
Under the Loaded Plugins window, it doesn't show up, and I can't seem to find a way to tell it about the existence of the new plug-in.
I am running KDevelop Version 4.2.3 using KDE Development Platform 4.7.2 on Ubuntu 11.10 64-bit.
Any help or suggestions would be greatly appreciated.
Make sure that "/usr/local/lib" is in your KDEDIRS var, and run "kbuildsyscocoa4 --noincremental"
If that doesn't work, perhaps the plugin's .desktop file needs to have its version modified.
Also note that you aren't running KDE Development Platform 4.7.2 because that doesn't exist (you probably mean KDE 4.7.2), you should be running KDevplatform 1.2.3.

In Netbeans 6.8 cant find org.netbeans package

I have netbeans 6.8 with java ME platform setup on my ubuntu 9.10.
My code requires the package org.netbeans.microedition.lcdui which is either not installed or not in the path.
Surprising this runs perfectly in netbeans 6.8 on windows on my friend's pc.
Is there any java ME plugin I need to install?
Can somebody help me out with this?
Thanks in advance.
Sounds like netbeans_midp_components_basic.jar is missing from your NB install for some reason.
Try get netbeans_midp_components_basic.jar off your friend's PC (under [NetBeansRoot]/mobility8/modules/ext) and put it in your own install in the same path. Or add it to your project's build path.
If the file netbeans_midp_components_basic.jar is missing, some others might be missing too which will cause problems down the line. So a better way I'd suggest a reinstall, double checking that you get the NB6.8 that's bundled with the mobility pack.