active questions tagged eclipse-3.4 - Stack Overflowmost recent 30 from stackoverflow.com2009-11-26T14:24:42Zhttp://stackoverflow.com/feeds/tag/eclipse-3.4http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/1712541/eclipse-rename-not-working-completely1Eclipse rename not working completelydaveb2009-11-11T02:06:38Z2009-11-13T14:18:40Z
<p>Ok I'm completely googled-out.</p>
<p>I have a few java projects in my eclipse workspace (about 25). Most projects use linked source folders.</p>
<p>When I rename a class in Project1, the references to that class in the other projects are not updated. The references within the project are updated just fine. The net result is compilation errors on the next automatic recompile.</p>
<p>I'm using Eclipse 3.5.1, but the same behavior was shown by 3.4.0 and 3.4.2</p>
<p>Any ideas about how to fix this?</p>
<p>My current plan - after googling for 20 minutes - is to write a script to convert the linked source folders to be OS links (I'm on linux) in the project folders themselves. So then I'm no longer using linked source folders.</p>
http://stackoverflow.com/questions/142357/what-are-the-best-jvm-settings-for-eclipse23What are the best JVM settings for Eclipse?Craig Angus2008-09-26T22:28:19Z2009-11-10T18:27:55Z
<p>What are the best JVM settings you have found for running eclipse.</p>
<p>Thanks!</p>
http://stackoverflow.com/questions/1630589/i-got-the-following-problem-in-eclipse-please-rectify-that-but-iworks-on-tomcat0i got the following problem in eclipse please rectify that but iworks on tomcat perfectlypavan2009-10-27T12:50:32Z2009-10-27T12:50:32Z
<p>type Exception report</p>
<p>message </p>
<p>description The server encountered an internal error () that prevented it from fulfilling this request.</p>
<p>exception </p>
<p>javax.servlet.ServletException: Wrapper cannot find servlet class AdminLogin or a class it depends on
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:118)
org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:160)
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:799)
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:705)
org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:577)
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:683)
java.lang.Thread.run(Unknown Source)</p>
<p>root cause </p>
<p>java.lang.ClassNotFoundException: AdminLogin
org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1340)
org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1189)
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:118)
org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:160)
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:799)
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:705)
org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:577)
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:683)
java.lang.Thread.run(Unknown Source)</p>
<p>note The full stack trace of the root cause is available in the Apache Tomcat/5.0.28 logs.</p>
http://stackoverflow.com/questions/241131/how-do-i-attach-source-code-locations-to-plugins-in-my-eclipse-rcp-target-platfor0How do I attach source code locations to plugins in my Eclipse RCP target platform?jamesh2008-10-27T19:29:28Z2009-10-19T22:24:52Z
<p>I've got a workspace with multiple RCP plugin projects.</p>
<p>We've set the target platform, so we can build against a standard set of plugins, but are not able to see source code and Javadoc for all the platform plugins.</p>
<p>The Windows -> Preferences -> Plug-in Development -> Target Platform -> Source Code Locations page doesn't seem to have any effect when I add the eclipse directory (it only allows you to add directories). </p>
<p>Copying the source jars from the eclipse directory into the target platform has a similar effect.</p>
<p>What am I doing wrong? How do I attach a set of Source jars to my target platform?</p>
http://stackoverflow.com/questions/1587002/eclipse-3-4-cant-start1eclipse 3.4 can't startJef2009-10-19T04:46:16Z2009-10-19T07:14:20Z
<p>Yesterday, I try to start eclipse 3.4 by click eclipse.exe (in eclipse folder), and run normally.
Then yesterday night, I do windows update. Today, when I try to run eclipse 3.4, it has error. The error message you can find at here <a href="http://punyaku.com/eclipse34%5Fstart%5Ferror.png" rel="nofollow">SCREENSHOT</a></p>
<p>I use windows xp sp2, and java 1.5 update 14.</p>
<p>I don't know how to fix that, so I uninstalled my jdk1.5.14 then installed jdk1.5.21. The problem still exist.
If I use bat file (eclipse.bat) with the content of the file is like below:</p>
<p><em>eclipse -vmargs -Xmx256M</em></p>
<p>it will run normally. But when I change into -Xmx512M or (>= 512M), it will display error like the screenshot.</p>
<p>The same problem is occurred when I start with eclipse 3.5. But when I start with eclipse 3.3, eclipse 3.3 is start normally (I think eclipse 3.3 is use memory lower than 3.4 above, <= 512M only, have tested, but forgot how much memory consumed by eclipse 3.3).</p>
<p>I am just guess the problem is from my windows. I really appreciate if anyone can help this problem.</p>
http://stackoverflow.com/questions/885997/eclipse-default-jpa-implentation-library-where-to-download0eclipse default jpa implentation library where to download?cometta2009-05-20T03:20:15Z2009-10-16T16:09:42Z
<p>hi,
in eclipse, the "default implementation library" what jars files do i need to include if i do not want to use server runtime?</p>
<p>i'm refering to this tutorial <a href="http://help.eclipse.org/help33/index.jsp?topic=/org.eclipse.jpt.doc.user/task_create_new_project.htm" rel="nofollow">http://help.eclipse.org/help33/index.jsp?topic=/org.eclipse.jpt.doc.user/task_create_new_project.htm</a></p>
http://stackoverflow.com/questions/888241/eclipse-cdt-debug-console-not-displaying-program-output1Eclipse CDT Debug console not displaying program outputbhadra2009-05-20T14:25:31Z2009-10-16T09:00:02Z
<p>I am using <a href="http://www.eclipse.org/downloads/packages/eclipse-ide-cc-developers/ganymedesr2" rel="nofollow">Eclipse IDE for C/C++ Developers (Eclipse Ganymede Package - version 3.4.2)</a> on Windows XP with <a href="http://sourceforge.net/project/showfiles.php?group%5Fid=2435&package%5Fid=241304&release%5Fid=532062" rel="nofollow">MinGW GCC 4.2.1</a> and <a href="http://sourceforge.net/project/downloading.php?group%5Fid=2435&filename=gdb-6.8-mingw-3.tar.bz2&a=53789889" rel="nofollow">GDB 6.8-3</a>.</p>
<p>I am facing a problem very similar to that mentioned <a href="http://dev.eclipse.org/newslists/news.eclipse.tools.cdt/msg12971.html" rel="nofollow">here</a>. A simple hello world program will not print to the console output in the debugger. A run command displays the output correctly. I have checked both gdb output console and the output console.</p>
<p>What are the right settings to get the output in console window of eclipse?</p>
http://stackoverflow.com/questions/318940/any-tips-on-how-to-organize-eclipse-environment-on-multiple-monitors5Any tips on how to organize Eclipse environment on multiple monitors?serg5552008-11-25T21:29:29Z2009-10-15T12:19:41Z
<p>I can't find a good way of putting Eclipse windows on two monitors. Currently I just detached (clicked on a header and dragged) a few windows to a secondary monitor (package explorer, console, and outline) while leaving primary monitor with maximized source editing window. </p>
<p>It works pretty well except few annoying issues. Detached windows are not in focus while you are editing your code. Which means that, for example, last build shortcut (<kbd>Alt</kbd>-<kbd>Shift</kbd>-<kbd>X</kbd>, <kbd>Q</kbd>) doesn't work because it can't find build file (because package explorer is not in focus). Also "Selected resources" option in a file search menu is not picking up current package selection.</p>
<p>So I was wondering is detaching windows a right way to go? Do you have any better solutions so at least package explorer stays in focus?</p>
<p>Thanks.</p>
<p>PS. Btw "unable to find build" error started showing up only in 3.4 ver for some reason.</p>
http://stackoverflow.com/questions/120889/unrooted-tests2Unrooted TestsPaul Croarkin2008-09-23T13:12:46Z2009-10-09T19:51:49Z
<p>When running all my tests in Eclipse (Eclipse 3.4 'Ganymede'), one test is listed under "Unrooted Tests". I'm using Junit 3.8 and this particular test extends TestCase. I do not see any difference between this test and the other tests. I don't remember seeing this occur in Eclipse 3.3 (Europa).</p>
<p>Clarification:</p>
<p>We haven't moved to JUnit 4.0 yet, so we are not using annotations. I also googled and it seemed like most people were having issues with JUnit 4, but I did not see any solutions. At this point the test passes both locally and in CruiseControl so I'm not overly concerned, but curious.</p>
<p>When I first saw this, though, it was on a failing test that only failed when run with other tests. This led me down the rabbit hole looking for a solution to the "Unrooted" issue that I never found. Eventually I found the culprit in another test that was not properly tearing down.</p>
<p>I agree, it does seem like an Eclipse issue.</p>
http://stackoverflow.com/questions/1294135/eclipse-hang-when-copiying-pasting-code0eclipse hang when copiying / pasting code Pilooz2009-08-18T14:09:29Z2009-10-08T06:00:07Z
<p>Hi coders !</p>
<p>I have a big problem. Eclipse is hanging up when I do any copy/paste with ctrl+C ctrl+V keys.</p>
<p>Is it due to the Eclipse validation code system ?</p>
<p>Do I mess something in my eclipse setting ??</p>
<p>Here is my conf :</p>
<ul>
<li>eclipse 3.4.2</li>
<li>plugin RSE</li>
<li>Windows XP pro Service Pack 2</li>
<li>java vm version = 1.5.0_11-b03</li>
</ul>
http://stackoverflow.com/questions/261045/eclipse-3-4-ganymede-javascript-validation-issue5Eclipse 3.4 Ganymede Javascript Validation IssueNelson LaQuet2008-11-04T06:11:23Z2009-10-05T09:25:06Z
<p>I just upgraded to Eclipse 3.4 for the second time and I think its for good now. The first time (right when it was released) was too buggy for me to stomach (mainly the PDT 2.0 plug-in); but now it seems to be all worked out.</p>
<p>My problem is the Javascript validator. If I define a class in one JS file in my project, then try to use it in another, it tells me that the type is undefined. This is really annoying as some of my scripts are littered with red squigglys.</p>
<p>Another problem is that this code:</p>
<pre><code>var m_dialogFrame = document.getElementById(m_dialogId);
</code></pre>
<p>Makes a yellow squiggle saying "Type mismatch: cannot convert from Element to ___m_dialogBody5" I can fix it by adding</p>
<pre><code> /**
* @type Element
*/
</code></pre>
<p>Before it, but that, also, will be messy.</p>
<p>Also, both:</p>
<pre><code>new XMLHttpRequest();
</code></pre>
<p>And</p>
<pre><code>new ActiveXObject("Microsoft.XMLHTTP");
</code></pre>
<p>Get red squiggles saying "x cannot be resolved to a type"</p>
<p>The last problem is with:</p>
<p>if (m_options.width != "auto")</p>
<p>Gets a red squiggly because: "The operator != is undefined for the argument type(s) Number, String"</p>
<p>How can I fix these issues, or just scrap the entire Javascript validation tool? BTW: it looks frikin awesome if I can get it to work.</p>
http://stackoverflow.com/questions/1477301/how-to-remove-subversive-action-in-synchronize-view1How to remove subversive action in Synchronize view ?JM.D2009-09-25T13:32:17Z2009-10-03T23:26:38Z
<p>Hello.</p>
<p>I'm integrating Subversive 0.7.8 into an Eclipse Platform 3.4.2 RCP app.
I want to remove (or disable) the SVN "Commit" action in the popup menu of the "Synchronize" view.
How can I do ... ?</p>
<p>Thank you for your help.
JM.D</p>
http://stackoverflow.com/questions/879331/eclipse-refreshing-known-types-in-java-project0Eclipse: Refreshing known types in Java projectsfitts2009-05-18T19:23:36Z2009-10-01T04:24:40Z
<p>If you press Shift+Ctrl+T or choose "Navigate > Open Type..." you get the "Open Type" dialog for quickly navigating to a known class. When you start typing a name only the classes for which the name matches stay visible. That way you can find a class of which you know the name very quick without having to browse through the package explorer tree.</p>
<p>This has been working great for me up until this morning. All of a sudden for a couple of my projects I am only seeing <em>some</em> of the types that exist. Of course I tried the obvious steps of refreshing the projects, cleaning the projects, re-building the projects, rebuilding the projects externally, but all to no avail. It is a bit odd since the types are known in other places. If I add an import statement Eclipse does not complain that it doesn't know the type and I can Ctrl-Click through the types to get to their file. However, the type navigation knows nothing about them.</p>
<p>In the past when InteliJ used to do this to me I would go find its cache files and delete them forcing it to rebuild. Does Eclipse have something similar I might do (I'm an Eclipse newbie)? I am using Eclipse 3.4.2 and I have it configured to <em>not</em> delete files on a clean (because our actual build process puts files into the output directories that I don't want Eclipse mucking with).</p>
http://stackoverflow.com/questions/104854/setpropertiesrule-warning-message-when-starting-tomcat-from-eclipse1"SetPropertiesRule" warning message when starting Tomcat from EclipseDas2008-09-19T19:36:00Z2009-10-01T00:53:53Z
<p>When I start Tomcat (6.0.18) from Eclipse (3.4), I receive this message (first in the log):</p>
<blockquote>
<p>WARNING:
[SetPropertiesRule]{Server/Service/Engine/Host/Context}
Setting property 'source' to
'org.eclipse.jst.jee.server: (project name)'
did not find a matching property.</p>
</blockquote>
<p>Seems this message does not have any severe impact, however, does anyone know how to get rid of it?</p>
http://stackoverflow.com/questions/1289513/removing-popupmenus-from-cnf-common-navigator-framework-in-eclipse2Removing popUpMenus from CNF (Common Navigator Framework) in Eclipse.unknown (google)2009-08-17T18:12:08Z2009-09-28T12:18:54Z
<p>Hello all,</p>
<p>I have been partially successful at removing almost all the popUp menus from the Commons Navigator Framework simply by configuring the <code>plugin.xml</code> file.<br />
There are 2 menus that refuse to go: </p>
<ul>
<li><code>group.edit</code> and </li>
<li><code>group.reorganize</code>.</li>
</ul>
<p>My <code>plugin.xml</code> config looks like this:</p>
<pre><code><extension
point="org.eclipse.ui.navigator.viewer">
<viewer
viewerId="org.eclipse.ui.example.navigator.view">
<popupMenu allowsPlatformContributions="false">
<insertionPoint
name="group.edit" />
<insertionPoint
name="group.reorganize" />
</popupMenu>
</viewer>
<viewerContentBinding
viewerId="org.eclipse.ui.thermo.navigator.view">
<includes>
<contentExtension
pattern="org.eclipse.ui.navigator.resourceContent"/>
</includes>
</viewerContentBinding>
</extension>
</code></pre>
<p>Setting the <code>allowsPlatformContribution</code> to false DOES stop contributions to be added to the context menu <em>except</em> for <code>group.edit</code> and <code>group.reorganize</code>... this is starting to look like a bug to me.</p>
<p>The obvious solution is to remove the insertion points from my <code><popUpMenu></code> but without them the application throws an exception:</p>
<pre><code>Throwable: java.lang.IllegalArgumentException: Group not found: group.edit
java.lang.IllegalArgumentException: Group not found: group.edit
at org.eclipse.jface.action.ContributionManager.addToGroup(ContributionManager.java:131)
at org.eclipse.jface.action.ContributionManager.appendToGroup(ContributionManager.java:138)
at org.eclipse.ui.internal.navigator.resources.actions.EditActionGroup.fillContextMenu(EditActionGroup.java:74)
at org.eclipse.ui.internal.navigator.resources.actions.EditActionProvider.fillContextMenu(EditActionProvider.java:50)
at org.eclipse.ui.navigator.NavigatorActionService.addCommonActionProviderMenu(NavigatorActionService.java:205)
at org.eclipse.ui.navigator.NavigatorActionService.fillContextMenu(NavigatorActionService.java:172)
at org.eclipse.ui.internal.navigator.CommonNavigatorManager.fillContextMenu(CommonNavigatorManager.java:258)
at org.eclipse.ui.internal.navigator.CommonNavigatorManager$4.menuAboutToShow(CommonNavigatorManager.java:273)
at org.eclipse.jface.action.MenuManager.fireAboutToShow(MenuManager.java:335)
at org.eclipse.jface.action.MenuManager.handleAboutToShow(MenuManager.java:463)
at org.eclipse.jface.action.MenuManager.access$1(MenuManager.java:459)
at org.eclipse.jface.action.MenuManager$2.menuShown(MenuManager.java:485)
</code></pre>
<p>It throws the same exception for the reorganize group.</p>
<p>Thoughts?</p>
<p>J</p>
http://stackoverflow.com/questions/722165/using-spring-ide-in-eclipse-3-41Using Spring IDE in Eclipse 3.4Alex Marshall2009-04-06T16:16:54Z2009-09-22T14:10:06Z
<p>Hello,</p>
<p>I'm using the Spring IDE plugin with Eclipse 3.4 (finally decided to upgrade), and I have several projects which use the Webflow integration that comes with the Spring IDE plugin. For some reason, I can't view anything having to do with Spring Webflow in Eclipse 3.4. It worked just fine in 3.3, but not 3.4. Has anybody encountered this problem before ?</p>
http://stackoverflow.com/questions/708832/eclipse-data-source-explorer-sql-scrapbook0Eclipse Data Source Explorer : SQL Scrapbookemeraldjava2009-04-02T08:38:49Z2009-09-22T03:00:03Z
<p>Is it possible to open an SQL scrapbook with the Data Source Explorer in Eclipse 3.4+? I found this on how to open a <a href="http://www.eclipse.org/webtools/community/tutorials/RDBTutorial/RDBTutorial.html" rel="nofollow">SQL Scrapbook in Database Explorer</a> which applys to eclipse 3.2+, but doesn't seem to be supported in the latest version.</p>
http://stackoverflow.com/questions/133129/eclipse-search-menus-disabled-randomly1Eclipse Search Menus disabled randomlyMetroidFan20022008-09-25T12:51:12Z2009-09-21T13:51:02Z
<p>I use Eclipse 3.3 in my daily work, and have also used Eclipse 3.2 extensively as well. In both versions, sometimes the Search options (Java Search, File Search, etc) in the menu get disabled, seemingly at random times. However, with CTRL + H, I am able to access the search functionality. Does anyone know why this happens? Has it been fixed in Eclipse 3.4?</p>
http://stackoverflow.com/questions/224072/is-the-open-source-jalopy-eclipse-plugin-compatible-with-ganymede0Is the Open Source Jalopy Eclipse plugin compatible with Ganymede?tunaranch2008-10-22T00:35:57Z2009-09-17T06:31:25Z
<p>After much searching, I found the download for the <a href="http://sourceforge.net/project/showfiles.php?group_id=45216" rel="nofollow">eclipse version of jalopy</a>. Is this compatible with Eclipse 3.4? It's dated 2006.</p>
<p>I've copied the extracted folder to my plugins directory and run <code>eclipse -clean</code>, but I can't find anything matching 'jalopy' in preferences.</p>
<p>If it's not compatible, are there any (free) alternatives?</p>
http://stackoverflow.com/questions/255370/automating-unit-tests-junit-for-eclipse-plugin-development4Automating unit tests (junit) for Eclipse Plugin developmentrcreswick2008-11-01T01:20:41Z2009-09-03T14:20:44Z
<p>I am developing Eclipse plugins, and I need to be able to automate the building and execution of the test suite for each plugin. (Using Junit)</p>
<p>Test are working within Eclipse, and I can break the plugins into the actual plugin and a fragment plugin for unit testing as described <a href="http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.test/testframework.html?view=co" rel="nofollow">here</a>, <a href="http://rcpquickstart.com/2007/08/06/running-automated-tests-with-pde-build/" rel="nofollow">here</a> and in a couple places <a href="http://eclipsenuggets.blogspot.com/2007/09/6-great-links-for-eclipse-build.html" rel="nofollow">here</a>.</p>
<p>However, each of the approaches above results in the same issue: The java ant task/commandline command that issues the build or should trigger the test, generates no observable side effects, and returns the value "13". I've tried everything I can find, and I've learned a fair bit about how Eclipse starts up (eg: since v3.3 you can no longer use startup.jar -- it doesn't exist -- but you should use <a href="http://blog.ciscavate.org/2008/11/treat-your-mailing-lists-like-reference-documents-please.html" rel="nofollow">org.eclipse.equinox.launcher</a>). Unfortunately, while that is apparently necessary information, it is far from sufficient.</p>
<p>I am working with Eclipse 3.4, Junit 4.3.1 (the org.junit4 bundle, but I would much rather use JUnit 4.4. See <a href="http://stackoverflow.com/questions/251791">here</a>.)</p>
<p>So, my question is: How exactly do you automate the build and testing of Eclipse plugins? </p>
<p><em>Edit:</em> To clarify, I <em>want</em> to use something like ant + cruise control, but I can't even get the unit tests to run <em>at all</em> outside of Eclipse. I say "something like" because there are other technologies that accomplish the same thing, and I am not so picky as to discard a solution that works just because it's using say, Maven or Buckminster, if those technologies make this substantially easier.</p>
<p><em>Edit2:</em> The 'Java Result 13' mentioned above seems to be caused by the inability to find the coretestrunner. From the log:</p>
<pre><code>java.lang.RuntimeException: Application "org.eclipse.test.coretestapplication" could not be found in the registry. The applications available are: org.eclipse.equinox.app.error, com.rcpquickstart.helloworld.application.
at org.eclipse.equinox.internal.app.EclipseAppContainer.startDefaultApp(EclipseAppContainer.java:242)
at org.eclipse.equinox.internal.app.MainApplicationLauncher.run(MainApplicationLauncher.java:29)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:382)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:549)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504)
at org.eclipse.equinox.launcher.Main.run(Main.java:1236)
at org.eclipse.equinox.launcher.Main.main(Main.java:1212)
at org.eclipse.core.launcher.Main.main(Main.java:30)
!ENTRY org.eclipse.osgi 2 0 2008-11-04 21:02:10.514
!MESSAGE The following is a complete list of bundles which are not resolved, see the prior log entry for the root cause if it exists:
!SUBENTRY 1 org.eclipse.osgi 2 0 2008-11-04 21:02:10.515
!MESSAGE Bundle update@plugins/org.eclipse.test_3.2.0/ [34] was not resolved.
!SUBENTRY 2 org.eclipse.test 2 0 2008-11-04 21:02:10
http://stackoverflow.com/questions/1119677/how-do-i-automatically-generate-a-jar-file-in-an-eclipse-java-project3How Do I Automatically Generate A .jar File In An Eclipse Java ProjectDr. Faust2009-07-13T14:12:19Z2009-08-31T19:35:11Z
<p>I have an Eclipse Java project. It contains a folder named "dist". In that folder is a .jar file.</p>
<p><strong>How can I set things up in this project to make sure this .jar file is updated any time one of the .java files in the project has been re-compiled?</strong></p>
<p>Thanks.</p>
http://stackoverflow.com/questions/905611/how-do-i-set-eclipse-ini-vm-option1how do I set eclipse.ini -vm option ?cometta2009-05-25T06:42:53Z2009-08-04T14:10:24Z
<p>I installed maven plugin for eclipse, then I get an error like below:</p>
<blockquote>
<p>please make sure the -vm option in eclipse.ini is pointing to a JDK</p>
</blockquote>
<p>how to use -vm option to point to my jdk in eclipse.ini?</p>
http://stackoverflow.com/questions/1012378/eclipse-server-locations-disabled-and-need-to-chnage-to-use-tomcat-installation0eclipse server locations disabled and need to chnage to use tomcat installationCraig Angus2009-06-18T12:30:04Z2009-08-03T07:31:23Z
<p>I Have set up a dynamic web project in eclipse with a tomcat 5.5 installation.</p>
<p>I want to be to set the server to us the tomcat installation instead of the workspace metadata location but when eclipse displays the Overview screen for the server the Server locations section is disabled and therefore I am unable to change it.</p>
<p>The overview screen is displayed when you have the servers view open and you then double click on the server.</p>
<p>Is it possible to enable this part of the Overview screen or hack a config file to point at the tomcat installation?</p>
http://stackoverflow.com/questions/144671/problem-with-update-site-categories-in-eclipse-3-43Problem with update site categories in Eclipse 3.4Uri2008-09-27T22:55:59Z2009-08-01T08:45:15Z
<p>I am using Eclipse 3.4 (ganymede official, not the service pack).</p>
<p>I have an update site that organizes features into categories; everything looks great in the editor and in the XML.</p>
<p>Once the site is online, accessing it in the usual manner tells me that all the features are "uncategorized". I've tried from multiple computers running 3.4 and the same problem persists.</p>
<p>What is curious is that I used Eclipse 3.3, and it saw the categories well, though of course it wasn't able to instlal the plugins which are made from 3.4.</p>
<p>Am I doing something wrong or is this a known problem?</p>
http://stackoverflow.com/questions/907459/development-environment-java-6-maven-2-x-eclipse-3-4-x-jboss-5-and-jboss-seam0Development Environment Java 6, Maven 2.x, Eclipse 3.4.x, JBoss 5 and JBoss Seamgege2009-05-25T17:18:39Z2009-07-30T21:30:21Z
<p>I have to organize a development environment where I can run Maven projects with JBoss Seam, IDE eclipse 3.4.x and deploying to JBoss 5.
The projects that will run on this environment are based in Java 6, EJB3 and JSF1.2. The environment has to support hot-deploy.</p>
<p>I used to work in a development environment with Sysdeo Plugin to make Tomcat run all my applications - I've rarely used EJB (only for MDB's).
So I would prefer an environment similar to this.</p>
<p>I'd like to know what you guys use for the kind of architecture (what kind of eclipse plugins - if they work fine, things like that)</p>
<p><hr /></p>
<p>The thing I really didn't get right is why my Maven2 project with SEAM as a dependency packaged as EAR doesn't appear in my server (in Eclipse Ganymede - tab servers) for me to make deploy (right click - option Add and Remove Projects...).
Do I have to include an specific project nature to make my Maven2 EAR project visible to my JBoss AS included in my Eclipse Ganymede?</p>
<p><hr /></p>
<p>Seam doesn't appear to go well with Maven2. I'm facing some problems to make they work together - some dependencies appear to be missing and I have to put some extra files in some special places like seam.properties and components.xml with some special contents.
I feel like forced to use seam-gen and Ant. Too bad!</p>
http://stackoverflow.com/questions/1059732/a-new-version-of-eclipse-just-came-out-is-there-anything-i-can-do-to-avoid-havi16A new version of Eclipse just came out. Is there anything I can do to avoid having to manually hunt down my plugins again?agentj0n2009-06-29T18:26:21Z2009-06-29T21:14:00Z
<p>Galileo came out the other day, and even though plugins under Eclipse are, IMO, just a little bit easier to deal with than <a href="http://stackoverflow.com/questions/1059725/a-new-version-of-netbeans-just-came-out-is-there-anything-i-can-do-to-avoid-hav">Netbeans</a>, it would still be really awesome if there was a simple way for me to upgrade to the new version (and take my plugins with me).</p>
<p>Any tips?</p>
http://stackoverflow.com/questions/1047082/generate-interface-from-solid-class-file-in-eclipse0generate interface from solid class file in eclipsecometta2009-06-26T02:34:57Z2009-06-26T02:40:38Z
<p>any pluginsin eclipse that auto generate interface file based on solid class/impl class ? currently i hand code interface file.</p>
http://stackoverflow.com/questions/552779/eclipse-3-4-package-explorer-question1Eclipse 3.4 package explorer questionkukudas2009-02-16T09:47:28Z2009-06-17T15:24:02Z
<p>hi,</p>
<p>is it possible to do something like this: Let's say I have a lot of projects in my package explorer. I want to make different views. For example a view for projects I don't use very often, my main things, common things. Basically i want to clean up my package explorer to get a better overview of all my things. At the moment everything is in my head and all projects are overcrowding the package explorer. Is there any similar or recommended way to do this. Or let's just say how do you organize your things in the package explorer.</p>
<p>thx.</p>
<p>kuku</p>
http://stackoverflow.com/questions/1005479/eclipse-view-classes-dependency-graph-plugin2eclipse view classes dependency graph plugin?cometta2009-06-17T06:59:25Z2009-06-17T10:35:16Z
<p>is there any plugins i can use for eclipse that will show graphical view of classes dependencies ? </p>
http://stackoverflow.com/questions/974818/eclipse-steps-through-comments-on-undo0Eclipse steps through comments on undoDamo2009-06-10T10:42:03Z2009-06-10T10:47:46Z
<p>When I undo a sequence of steps in a Java editor in Eclipse 3.4.2, the cursor skips over a bunch of comments unrelated to any change - only the method comments (eg. <code>/**</code>), not inline comments.</p>
<p>Does this happen to anyone else? Any solutions to stop it?</p>