You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/de.bastiankrol.startexplorer/META-INF/MANIFEST.MF: No required execution environment has been set
/de.bastiankrol.startexplorer/META-INF/MANIFEST.MF: The 'Eclipse-LazyStart' header is deprecated, use 'Bundle-ActivationPolicy'
/de.bastiankrol.startexplorer/src/de/bastiankrol/startexplorer/preferences/AbstractStartExplorerPreferencePage.java: The method savePluginPreferences() from the type Plugin is deprecated
The text was updated successfully, but these errors were encountered:
Hi
for the first one:
startexplorer is developed for Java SE 6. If you set the Java Runtime in 'de.bastiankrol.startexplorer → Properties → Build path → Libraries' to JavaSE-1.6, startexplorer will compile without warnings. Setting it to J2SE-1.5 generates compile errors since some code uses features introduced in Java 6.
Btw: I recommend setting the Java Runtime in Build path to prevent bugs caused by accidential use of Java 7/8 specific features.
For the second one: the fix is simple, just replace one line with another.
The text was updated successfully, but these errors were encountered: