facebook

Integrate Myeclipse with Jasper Reports

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

    Hi,

    I’m going to add a new module Report into my existing web project which is built based on MYeclipse – spring-hibernate-sybase DB. The myeclipse version is as folows

    Version: 8.0
    Build id: 8.0-20091120

    I’m thinking of using Jasper report for my report module. Could you pls guide me to get started?. I mean any document, plug-ins needed for myeclipse, any tutorial with sample report example.

    Thanks in Advance, any help would be appreciated.

    Chitra.

    #308754 Reply

    support-joy
    Member

    Chitra,

    Please look for an eclipse plugin for Jasper Reports which is compatible to Eclipse 3.5. If you find an eclipse update site, you can add the same to ME 8.0 from menu options Help > Software Updates > Add/ Remove Software > Add Site > Add. Add the update site and name and follow the wizard. In case you find a .zip file with plugins and / or features. Copy and paste the same to [your myeclipse 8.0 installation dir]/dropins and restart your IDE.

    #308762 Reply

    Joy,

    I’ll try and let you know if I need for further assistance. Please keep up the good work of instant reply or answering each and every request of each user.

    Right now i’m facing problem with outofmemory : Java heap space problem in tomcat whenever i choose particular module in my application. I wanted to know is there any tool / plug-in available in ME to detect memory leak, garbage collection and heap allocation monitor that i can detect the leaks in ME by running the app.

    Thanks in Advance,
    Chitra.

    #308766 Reply

    Hi joy,

    Further to above thread,
    IDE : ME 8.0
    Architecture for App : J2ee with spring, hibernate and sybase for Db and Tomcat server 6.0

    My application size is 90MB,

    OS : Linux server memory is 2GB,

    CATALINA_OPTS=”-Xmx512m -XX:MaxPermSize=256m -XX:PermSize=256m” is the configuration specified in catalina.sh.

    Could you please tell me how much can i allocate for heap and permspace?. How do we calculate?.

    Thanks Again,
    Chitra.

    #308784 Reply

    support-joy
    Member

    Chitra,

    I would recommend you to upgrade to ME 8.5. Also create smaller workspaces with 1 or 2 projects each. Try to isolate the project which is causing the out of memory / Java heap space problem. Alternatively you can edit myeclipse.ini file located in your myeclipse installation dir and edit vmargs. Try to increase maxPermSize to 786 and see if it helps. Please use extreme caution to edit the config file as it is extra sensitive. Do not enter extra spaces or special characters such as enter key.

Viewing 5 posts - 1 through 5 (of 5 total)
Reply To: Integrate Myeclipse with Jasper Reports

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