Javascript syntax check in eclipse
I am developing a RIA application w/ javascript in Eclipse. How can enable Javascript syntax checks in eclipse? ...
I am developing a RIA application w/ javascript in Eclipse. How can enable Javascript syntax checks in eclipse? ...
I changed the JRE for a project in eclipse (Sun to JRockit). But when I try to run a class with main method I get a pop-up error message "Could not find main class. Program will exit" and "Exception in thread "Main Thread" java.lang.NoClassDefFoundError: Jrockit1/5" in the console. I can see that the project got rebuilt (timestamp of cla...
Hello everyone! I've configure a git server. I need to use ssh because I've defined permissions using users of my domain, using LDAP. Only users with permissions could read a project. So, the links to access my repositories are like that: ssh://[email protected]@hostname/var/git/repo.git When I clone, commit or push a project using linux...
I'm trying to set up a Django project in Eclipse, and I'm getting stuck while trying to set up the development server for Run & Debug configurations. I've been following the following example: http://pydev.blogspot.com/2006/09/configuring-pydev-to-work-with-django.html. I've created a new run configuration in Eclipse, set the project a...
It's not clear to me if the Eclipse plugin completely replaces the need to download the SDK. ? ...
I've installed Eclipse 3.5.1 with a new workspace - I added the SVN plugin and aptana and almost everything works fine. When looking at the file browser in the "Team Perspective" I have no right click context menu that allows me to commit/update the files from SVN. This worked in my old installation of eclipse and disappeared in the new...
Hey! I have been using NotePAD++ for editing Python scripts. I recently downloaded the PyDEV IDE (for Eclipse). The problem is that when I wrote the scripts in NotePad++ I used "TAB" for indentation, and now when I open them with PyDEV, every time I try to write a new line instead of "TABS" PyDEV inserts spaces. (even if I click the "TA...
what is the auto alignment shortcut key in eclipse? ...
Is there anyway we can add the tomcat eclipse plugin to Adobe Flex Builder 3? In other words can we add all eclipse plugins to Flex Builder also? ...
I am using Eclipse in Linux through a remote connection (xrdp). My internet got disconnected, so I got disconnected from the server while eclipse was running. Now I logged in again, and I do the "top" command I can see that eclipse is running and still under my user name. Is there some way I can bring that process back into my vie...
I'm trying to update the plugins for an Eclipse Galileo SR2 installation from the command line. Something similar to this command (which asks for a specific feature): java -jar org.eclipse.equinox.launcher_*.jar -application org.eclipse.update.core.standaloneUpdate -command update Does anyone know if a command exists using p2 or any ...
When I do File -> Import, General (from the pop-up window)->Existing Projects into Workspace, I can browse to where all my projects are and import them so my Eclipse workspace folder with its .metadata is in a separate location from my source directory. The problem is, if I add a new project or even add a new file within an existent pro...
I am attempting to use Eclipse MAT (Memory Analysis Toolkit) to analyze some rather large heap dumps (~2G). My laptop unfortunately has 32bit Windows, and MAT runs out of heap space @ 1.4G allocated heap. I was successful in running the heap indexer from the command line on a large, headless 64bit box. However, I am unable to convince...
I have developed various Java EE web-applications in Netbeans by selecting webapplication as the project type. Now, I want to start coding a web-application in Eclipse. The application will be based on Struts framework. The structure of the project created by Netbeans and Eclipse are different. Q1. What project type I should choose fo...
For a few years now, I've been using Eclipse as my all-purpose file editor, regardless of the language I use (which mainly includes C++, Matlab and python, with some XML thrown in for fun). However, I recently got a new machine with more a recent Eclipse, and the wonderful Colorer plugin, which I previously used, crashes (Which is a se...
I'm starting to learn EJB3 and I'm a bit lost when it comes to setting up Eclipse. I've got Glassfish v3 prelude downloaded and set up in Eclipse, but when I attempt to publish my EJB project to the server, I'm told that the server is incompatible with the EJB3 facet of the project. What would the proper steps be to create a new EJB3 pr...
Is there an Eclipse plug-in that will allow me to graphically generate a data model, and produce from it a MySQL Database Script for generation of that database, and generate PHP code for simple add/change/delete methods? This way I can focus on programming the business logic, instead of fussing with the details of the SQL code. ...
I'm trying to install EPIC using the Pulse Explorer for Eclipse (as I'm rather fond of sharing profiles :). When I go to install the plugin under my account, I get asked for a login into http://e-p-i-c.sf.net. However, the Epic's team documentation doesn't mention anything about a login. Here's what I've done: Gone into Pulse and cre...
I just heard of library for reading/writing excel files without COM, so I figured I'd go check it out. I downloaded jexcelapi_2_6_12.zip from this page http://sourceforge.net/projects/jexcelapi/files/ but I have no idea how to open it in Eclipse. I know it's a silly question, but I'm sure it's not the first time someone's asked it, how...
an svn:externals reference like this dojo -r 21434 http://svn.dojotoolkit.org/src/dojo/trunk/ is happily accepted by subversive in the set properties panel and the link is established. However, the revision is ignored. Each time I upgrade, I get the latest from trunk. It does not seem to matter whether or not I include a space betwe...