From: Paul P. <bay...@gm...> - 2012-02-13 05:25:23
|
I don't believe Date & SimpleDateFormat are currently supported by XMLVM. Paul On Sun, Feb 12, 2012 at 4:20 PM, Devone <de...@ea...> wrote: > Hi everyone, > I migrated from android to iphone, but the Xcode generated project cannot > be compiled due to this 2 classes non found: > > #import "java_text_SimpleDateFormat.h" > #import "java_util_Date.h" > > This is the command to translate the project: > xmlvm --in=/Users/devone/Documents/testsecure --target=iphone > --iphone-app=testsecure --lib=android > > and this the error after the Xcode run: > No such file or directory (for both files above) > > My question is; is it possible that java.text.SimpleDateFormat and > java.util.Date are not included in android.jar or not supported by xmlvm? > What I'm doing wrong? > > > thanks in advance > Devone > > > ------------------------------------------------------------------------------ > Virtualization & Cloud Management Using Capacity Planning > Cloud computing makes use of virtualization - but cloud computing > also focuses on allowing computing to be delivered as a service. > http://www.accelacomm.com/jaw/sfnl/114/51521223/ > _______________________________________________ > xmlvm-users mailing list > xml...@li... > https://lists.sourceforge.net/lists/listinfo/xmlvm-users > > |