Can anyone help me? I am currently using eclipse java ide, and would like a plug-in that will automatically look at my classes and draw up a class diagram in UML.
any suggestions?
Can someone please give me the details about the Eclipse memory usage in Windows XP and Linux?
I heard Eclipse consumes less memory in Linux compared to Windows?
Is it true? What ever the OS is, IDE will look for some amount memory so how will it vary with OS?
Related Question:
Eclipse memory use
I start learning ASP.NET few days. I don't know why my computer hangs when I debug my very simple application? My computer hangs, not only IDE hangs? Please help me!
Hello all
I am developing a program using OpenCV (IDE = devcpp). I am able to get the hand contour , move cursor position according to our our hand. no i want to implement right click functionality .Please help me with it .
i am using event SetCursorPos(x,y) to set the cursor position on the screen
is there any simple function to implement rightclick the same way .??
I am developing a web application. I am using Eclipse as IDE. I was using generic and for each loop, both being feature of java 1.5, and it compiled quite fine when used in backend means in simple java classes. But when I'm using these on jsp, jsp is failing to compile with error showing generic and for each as culprit. Can you shed some light on this? Maybe I am at fault with Eclipse settings?
Hello,
I want to start C/gtk+ programming in GNU/Emacs. Where can i find manual, how to configure GNU/Emacs for C and gtk+ programming. I want to make GNU/Emacs IDE for gtk+ programming
Thank you.
I would like to debug my separately running JSP/Struts/Tomcat/Hibernate application stack using the Eclipse IDE debugger. How do I setup the java JVM and eclipse so that I can set breakpoints, monitor variable values, and see the code that is currently executing?
I'm new to Java and I'm doing a project with Ext JS and Java. I'm using Eclipse Java EE IDE for Web Developers (Build id: 20100218-1602). Can anyone suggest any Javascript debugging plugin for this build? Links appreciated
I'm playing with a simple string replacement editor for editing VB.Net functions outside of VB. Is there a way to apply VB.Net code formatting to a string?
For example. The txtboxCodeEntry looks like this:
If strVar="dummy" then 1 else 0 Endif
I would like it to "autoformat" to:
If strVar = "dummy" Then
1
Else
0
End If
The formatting would match whatever formatting VB.Net does when you're editing code in the Visual Studio IDE.
Thanks.
I'm looking for an example of a java desktop application that consumes a Two-way SSL secured web service. Any tutorials or examples would be great, especially if they are based on the Eclipse IDE.
Thanks.
IDE: VS2005
Say I am using Poco library and the executable needs below dlls. I have to put them in same directory where the executable is.
msjava.dll
msvcp80.dll
msvcr80.dll
PocoFoundation.dll
PocoNet.dll
Is there any way that can build a dll-free executable? Thanks.
Hi all. I need to add events to google calendar form java with out using IDE. What are the requirements are needed to develop my application. Any api is needed to do that? Is it needed how to use that api in java. Now I have jdk1.6 only. Can anyone help me to do this?
I am using some external libraries, and i also want to include their javadocs.
I've searched on the internet, but few documentation exists for JDeveloper. The overall IDE is actually a little noon-intuitive, even though very powerful.
right, so i just tossed this super simple code example into a Flash CS4 IDE frame script, but it doesn't output anything in the console. i'm simply rolling over my mouse over the window, not clicking anything, and nothing is happening. wtf?!
stage.addEventListener(Event.MOUSE_LEAVE, traceMouse);
function traceMouse(Evt:Event):void
{
trace("Mouse Left Stage");
}
Would it be quicker to make wordpress theme direct on FTP? bcoz client want to see the progress and if i will work on local XAMPP then it would not be possible to update any changes quickly.
How to setup theme development environment with any free and lightweight IDE?
When you choose to program in dynamic languages you sacrifice performance, some IDE capabilities and compile-type checks in favour of flexibility. So what you practically lose when you choose stytic-typed langauge like Scala (or F#, Haskell, C#) instead of dynamic ones (which has macros or runtime metaprogramming capabilities)?
When I wrote best I meant:
Speed,
Have an IDE, a debugger,
Compiling to machine code or some other language,
Quality of implemenation and,
Completeness.
hi ,
I am new for java and iam doing the project with extjs & JAVA ,i using eclipse version (Eclipse Java EE IDE for Web Developers.
Build id: 20100218-1602) .
Can any one suggest any javascript debugging plugin for this id or pls provide link..
Thanks in advance
i have c code that was compiled on windows NT with microsoft visual studio 6.0. I am migrating this code to a new machine using windows xp. What ide is suitable for this? I dont think ms visual 6.0 has been designed for xp...can i just use visual studio c++ to compile c code and keep the same functionality?
My multithreaded Java program crashes because it runs out of heap space and I don't think it should. Assuming the culprit is unintentional object retention, what's a good free tool to investigate what objects are being unintentionally retained?
My IDE is Eclipse.
In every modern day IDE and text editor, there is an action to open a file without putting your hand on the mouse. For example:
Eclipse: Cmd|Ctrl+Shift+R - Open Resource
IntellIJ: Cmd|Ctrl+Shift+N - Open File
TextMate: Cmd+T - Go to File
In Xcode, I have found no such options. Please, please tell me I just overlooked it in my growing frustration.
Is there a "Go to file" or "Open File" shortcut in Xcode?
I have developed an application using Eclipse IDE. After creating the application I exported the project in jar format. When I am trying to run this jar file, I get the error: Unable to load main class. Please Help.
I am kind of new to C (I have prior Java, C#, and some C++ experience). In C, is it necessary to declare a function prototype or can the code compile without it? Is it good programming practice to do so? Or does it just depend on the compiler? (I am running Ubuntu 9.10 and using the GNU C Compiler, or gcc, under the Code::Blocks IDE)
Is there any guidance on creating apps that will run on both professional (touch-screen) and standard (non-touch-screen) devices.
I have a simple application that is mostly text and buttons that in theory should be able to run on both professional and standard devices with little if any modification.
It seems the IDE wants to make this hard to impossible, but I expect it to be possible.
Any advice?
I would like to know if there is a way to simply turn of the WPF design surface in Visual Studio 2008. I would like to have the xaml editor, but not the design surface as it slows down the IDE, when I try to open a XAML file. For my workflow having only the source files for xaml would be a better fit as I am doing all visuals in Blend.