If you are new to the Eclipes environment and to Jaspersoft Studio, this complete answer will help you achieve success in removing the warning.
- With the project active in the Design view, select Project from the main menu bar and the Properties option at the bottom of the dropdown. If your project is not active, Properties will be disabled. To activate the Properties option, select the Design view near the lower one third of the IDE page in the middle pane, then click inside the page area of your design view. Not Properties in the Project menu should be active.
- In the far left panel of the dialog, select the "Java Build Path" from the available options.
- Add Library from the buttons in the far right of the dialog.
- Select "JRE System Library" from the options, and the Next > button.
- Select the "Execution environment:" radio option, which should automatically populate the JRE System Library available. If it doesn't, try using the "Alternate JRE:". All of this step assumes that you have a JRE installed on your system, which is not the default library installed by Jaspersoft Studio.
- Select the Finish button.
- This step is important, because if you don't remove the library installed in your project by default, the warning will not disappear. Select JRE System Library[J2SE 1.6] from the middle section labeled "JARs and class folders on the build path:", select the Remove button on the right.
- Select the Apply button, then the OK button.
At this point, clean your project and rebuild it. The warning should be gone.
Even though this answer is specific to Jaspersoft Studio, and the JRE System Library[J2SE 1.6], you may be able to extrapolate this solution to other platforms, but this assumes the interface has not significantly changed.