Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 5992011
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 22, 20262026-05-22T23:28:12+00:00 2026-05-22T23:28:12+00:00

We have in one of our applications a single eclipse project that contains all

  • 0

We have in one of our applications a single eclipse project that contains all the code. I think it is a fair amount of code – not a small project, but not a huge one either. I ran a small check on it and got:

Found <4245> code files
Totaling <421557> lines of code

This check includes any code lines that are not empty or just containing { or }.

So it is not a huge project – however, the .project defines many links to mask the real directory structure to create a different view for the Package Explorer – so the project will make more sense.

The problem is that eclipse is working very slow in some areas.
Examples:

  • Find references in workspace (Ctrl+Shift+G) – Takes a very long time compared to previous projects I worked on in this magnitude
  • Decompilation via jadclipse or JDEclipse can take as much as 1 minute – causing eclipse to show the lovely (Not Responding) suffix on the title-bar. Same code decompiled from outside of eclipse takes less than a second.
  • JUnit test execution – the initiation of the execution takes over 10 seconds, in which eclipse doesn’t seem to do anything important.

Any ideas why this could happen and if it can be a result of a “complex” project structure?

Using eclipse 3.6, without many plug-ins installed.

EDIT:

Using resmon eventually showed me the problem. I noticed that eclipse keeps trying to connect to a network share – it didn’t take much CPU or IO, but still it was there.
When inspecting the .classpath file I noticed this:

<classpathentry kind="lib" path="build_class" sourcepath="some share using samba ..."> 

The share we were referencing wasn’t even a correct path, but that probably caused a lot of overhead in every activity.

Removing the sourcepath attachment and leaving it as:

<classpathentry kind="lib" path="build_class"> 

Solved the problem immediately. Since we were using a decompiler plug-in any way, we were not harmed by this change.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-22T23:28:12+00:00Added an answer on May 22, 2026 at 11:28 pm

    This is typical of a situation with one or more resource bottlenecks.

    You will need to investigate with operating system tools what Eclipse is waiting for (Task Manager, and perfmon are great for Windows), and if that doesn’t help investigate Eclipse itself with jvisualvm in the Oracle 6 JDK.

    You will most likely find that the system is waiting for the underlying harddisk. This can have several reasons, some being:

    • Eclipse is a big program. The operating system may need to swap parts of it out to disk. For Eclipse this ruins performance. Really!
    • Eclipse needs a lot of disk access. If you have a slow disk or (horrors of horrors) an overly aggressive anti-virus program, this also ruins performance. If the operating system has plenty of spare RAM it can cache files in memory giving better performance.

    If this is the case, get more RAM.

    If the underlying system is fine, but Eclipse on its own is very slow (but other Java programs run fine), then see with jvisualvm how memory usage is behaving over time, and if you have many, frequent garbage collections when you need to wait, you may need to allocate more memory to the JVM. This is done in the eclipse.ini file.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Time is passing and we started to have more and more single page applications
I have a Single Sign-on solution which is working great in our test environment.
Greetings! I have a solution in VS2010 that defines 3-4 individual applications. These 3-4
Our application (Eclipse RCP-based, using a JFace/SWT-based interface) needs to support editing of mathematical
I have a website that needs to store two sets of user data into
We have a common functionality we need to share among several applications. We already
I have a wcf service created that's being consumed by a silverlight application. We
I've built a web platform where one small feature allows users to contribute data
A passionate discussion from today. Developer 1: AJAX is a set of tools, use
My and 2 of my friends finished working on a .NET and Oracle based

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.