BIRT 4.7. Preview is not working on Eclipse IDE - eclipse

Eclipse IDE for Java and Report Developers 2018 with BIRT 4.7.
Preview is not working.
Got following error when previewing report.
java.lang.NoClassDefFoundError: org/eclipse/jetty/util/Decorator ?
Please let me know how to resolve this. Thanks

Need to update BIRT version to 4.8
Follow below steps,
Go to Help in the Eclipse menu bar and select Install New Software
Click Add button
Add this URL to Location
http://download.eclipse.org/birt/update-site/photon-interim/
Finally, update the Eclipse by Help -> Check for updates

Related

TestNG will not install on Rad 8.5

I am trying to install TestNG on Rad 8.5. I go to Help->Install new software and then put http://beust.com/eclipse/ in the Work with: window and click on Add. I then put TestNG as the Name: in the Add Repository window which pops up. When I click OK nothing is listed to install so I can't finish the installation. http://beust.com/eclipse/ is listed on the Available Software Sites page but TestNG is not an option when I look at File->New. All of the help pages I can find deal with Eclipse and say this is how to do it. Normally Eclipse instructions work with Rad but something isn't working this time. Any help would be appreciated.
EDIT:
I found a way to add Eclipse Marketplace to Rad at Add Eclipse Marketplace to Rad but when I tried to use it I got an error message saying the following connectors are not available: TestNG for eclipse so there must be something wrong with the site. Is there a way to check?

Worklight 7.1 installation hanging on Eclipse Mars - 7.1.0.0-MFPF-StudioP2-IF201512271725

Trying to install worklight studio 7.1.0.0-MFPF-StudioP2-IF201512271725 on my eclipse Mars.2 Release (4.5.2) but for some reason the archive installation is hanging at org.eclipse.jst. please refer screen shot attached, Can anyone please suggest what could be done to resolve this
It is always suggested to use the latest. Right now you're not doing.
You can get the latest from Eclipse by clicking on Help -> Eclipse Marketplace and search for "mobilefirst".
Alternatively if you are an IBM customer you can visit the IBM Fix Central website and download the latest available iFix for the Studio component.

Missing parts of Help Menu - Eclipse Luna

I'm working in Eclipse Luna, after install Oracle Enterprise Pack for Eclipse (OEPE) Help Menu shows with missing items. I'm attaching a screenshot
Missing items:
Also, I checked the Menu Visibility:
Check for updates
Install New Software..
Installation Details
and So on..
Any ideas?
Look in 'Window > Customize Perspective'. Select the 'Menu Visibility' tab and open the 'Help' section. You should be able to enable the missing menu items there.
I faced the same issue after updating STS based on Luna with OEPE,
It works back after deleting all Oracle related files from the plugins folder.
Then i did proper uninstall from market place.
Install Back OEPE but with only selecting
Oracle Java EE tool
Oracle Weblogic Server Tools
unchecked every thing else, this worked for me.
EDIT: ok, i've found the solution, first uninstall eclipse (in arch that would be pacman -Rcns eclipse) then head to ~/.eclipse/ you'll see that it kept gtk setting of previous version of eclipse delete all of it, then install eclipse again.
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
this isn't an answer but since my reputation is < 50, i'll post here
i have similar problem with Gere, i'm running manjaro linux, and eclipse luna 4.4.1.1 and while in Gere case the option is shown in Windows/Menu Visibility in my case it only shows
1. Welcome
2. Help Contents
3. Search
4. Dynamic Help
5. Tips and Tricks ...
6. About Eclipse
this is exactly the same as shown in Help menu
there are no option for update, nor to install new software
so apparently the problem wasnt in menu visibility as previously in kepler it was ok, the problem only occured after updating to luna, and removing+installing doesnt help
I had the very same problem with Eclipse Luna on my Debian.
I did a "mv ~/.eclipse ~/.eclipse-old" (for safety :) ), restart Eclipse and get the "install new software" menu back.
I then remove the ~/.eclipse-old directory
I had similar issue Gere. I went to eclipse/plugins folder, search everything with "oracle" and deleted them. Once I did that I restarted the Eclipse and voila I got back my eclipse. I hope this helps.

Installing Findbugs plugin for MyEclipse

I am trying to install Findbugs plugin for MyEclipse 6.0.1 using follwing steps:
In Eclipse, click on Help -> Software Update -> Find and Install...
Choose the Search for new features to install option, and click Next.
Click New Remote Site.
Enter the following:
Name: FindBugs update site
URL: one of the following (note: no final slash on the url)
http://findbugs.cs.umd.edu/eclipse for official releases and click OK.
"FindBugs update site" should appear under Sites to include in search.
Click the checkbox next to it to select it, and click Finish.
As soon as I click Finish eclipse shows me error saying "No features found on selected sites".
Can anyone plz tell me how should I proceed for Findbugs plugin inatallation in MyEclipse v6.0.1.
MyEclipse 6.6 is based on eclipse 3.3, so I assume 6.0 is also based on eclipse 3.3. That version of MyEclipse is now unsupported. However, you might be able to download the Findbugs plugin from here (which also list several update sites) and install it manually. I don't recall how to add plugins manually to eclipse 3.3 but there is probably a section in the help that comes with MyEclipse.

Eclipse Hellos intrigation with jasper report

I have installed Jasper plugin for Eclipse using this URL in Help --> Install new software menu, but when I'm editing a *.jrxml file I'm not getting any design view.
Did I do something wrong? I just want to do design in of report through Eclipse.
Are you sure you have installed JasperSoft Studio plugin correctly, try navigating into 'Window' -> 'Show View' -> 'Other', select 'JasperSoft Studio' folder and then for example 'Preview'. See if that works, if not, you would have to reinstall and restart your eclipse ide.