facebook

JSP semantics validator (JSF)

  1. MyEclipse IDE
  2.  > 
  3. Java EE Development (EJB, JSP, Struts, XDoclet, etc.)
Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #266893 Reply

    BestEclipse
    Member

    Hi,

    is there a way to speed-up the JSP semantics validator (JSF). If a change a single line of code into a JSP page it takes up to 50 seconds or longer to validate it (please see: http://www.javalobby.org/java/forums/m91827503 ). If you validate a larger project with hundreds of views it’s nearly impossible to you use your validator 🙁

    Regards,
    -Bernhard

    Windows XP
    MyEclipse 5.1.0
    Eclipse 3.2.1
    Intel 1,6 GHz

    #267001 Reply

    Riyad Kalla
    Member

    Bernhard,
    Can you post the information from MyEclipse > Installation Summary > Installation Details here for me?

    Also any command line arguments you are using in the shortcut you use to start MyEclipse.

    #267067 Reply

    BestEclipse
    Member

    Riyad,

    I do not use command line arguments, batches or shortcuts. Here are the installation details:

    *** Date:
    Mittwoch, 7. März 2007 10.16 Uhr CET

    ** System properties:
    OS=WindowsXP
    OS version=5.1
    Java version=1.5.0_09

    *** MyEclipse details:
    MyEclipse Enterprise Workbench
    Version: 5.1.0 GA
    Build id: 20061111-5.1.0-GA

    *** Eclipse details:
    Eclipse SDK

    Version: 3.2.0
    Build id: M20060629-1905

    Eclipse Platform

    Version: 3.2.0.v20060609m-AgOexn6hlEUsvBO
    Build id: M20060629-1905

    Eclipse RCP

    Version: 3.2.0.v20060609m-SVDNgVrNoh-MeGG
    Build id: M20060629-1905

    Eclipse Java Development Tools

    Version: 3.2.0.v20060609m-F7snq1fxia-Z4XP
    Build id: M20060629-1905

    Eclipse Plug-in Development Environment

    Version: 3.2.0.v20060609m——6zXJJzJzJq
    Build id: M20060629-1905

    Eclipse Project SDK

    Version: 3.2.0.v20060609m-GNq6oQq-7es-Y81
    Build id: M20060629-1905

    Eclipse Graphical Editing Framework

    Version: 3.2.1.v20060921
    Build id: 20060921-1617

    Eclipse startup command=-os
    win32
    -ws
    win32
    -arch
    x86
    -launcher
    C:\Program Files\Eclipse\eclipse.exe
    -name
    Eclipse
    -showsplash
    600
    -exitdata
    98_78
    -vm
    C:\Program Files\Eclipse\jre\bin\javaw.exe

    -Bernhard

    #267087 Reply

    Riyad Kalla
    Member

    Bernard, if you look in your C:\Program Files\Eclipse\ directory, and open the eclipse.ini file, can you paste the contents here for me?

    #267129 Reply

    BestEclipse
    Member

    Riyad,

    yes, here’s my eclipse.ini:

    -vmargs
    -Xms80M
    -Xmx1024M
    -XX:MaxPermSize=128M

    #267153 Reply

    Riyad Kalla
    Member

    Bernhard,
    These settings all look good. The only thing I would warn you about is if you only have 1GB of physical ram, setting your heap size so big (1GB + 128 perm gen space) is going to cause a lot of swapping out and disk thrashing which WILL kill performance of all your applications. I would almost suggest you set the MX back to 512, and bump the MS (minimum) up to 128 or 256.

Viewing 6 posts - 1 through 6 (of 6 total)
Reply To: JSP semantics validator (JSF)

You must be logged in to post in the forum log in