I want to display an xhtml file called Test.xhtml using PlatformRequest in J2me. I do not know the exact format of the file since it is on mobile phones ..Hpwever I implemented the following code but without much improvement .. It gives me an error local app invalid ..The file is stored in the Memory card E > My Apps>CMS>Test.x  html..
	How do I make this work ?
							
						
					Code:
	this.platformRequest("localapp://gallery/show?folder=E:/My Apps/CMS/Test.xhtml");