Bug 539071 - plugins dir is under platoform not under HOME !
Summary: plugins dir is under platoform not under HOME !
Status: NEW
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: BIRT (show other bugs)
Version: 4.7.0   Edit
Hardware: PC Windows 10
: P3 critical (vote)
Target Milestone: ---   Edit
Assignee: Birt-ReportEngine-inbox@eclipse.org CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-09-14 07:30 EDT by Norbert Lamprecht CLA
Modified: 2018-09-14 07:30 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Norbert Lamprecht CLA 2018-09-14 07:30:44 EDT
osgi not to start since 4.7 !!!!!!!!!

String searchPath = new File( platformDirectory, "plugins" ).toString( ); //$NON-NLS-1$
		String path = searchFor( "org.eclipse.osgi", searchPath ); //$NON-NLS-1$
		if ( path == null )
		{
			throw new FrameworkException(
					"Could not find the Framework - {0} in path {1}", new Object[]{"org.eclipse.osgi", searchPath} ); //$NON-NLS-1$
		}

searchs in plugins but since 4.7 the plugins is under platforms !!!!!!

the same in 4.7 !!!!!!!!!!!