Ken,
I take it from your mail that you managed to compile XMLVM, right? If
you do so, Hello World is already compiled for you. You can find the
iPhone version in xmlvm/dist/demo/iphone/ihelloworld/
Note that I have not yet adapted the Makefile for the iPhone OS 3.0, but
you should be able to import all the sources into an empty Xcode project.
Please also take a look at the documentation.
Arno
WARNER, KENNETH wrote:
> I see that objc-compat.jar has the UIxxxxx.class in it, but now I’m
> getting this error…
>
> --------------------Configuration: <Default>--------------------
>
> C:\xmlvm\demo\iphone\ihelloworld\landscape\src\org\xmlvm\demo\ihelloworld\landscape\HelloWorld.java:5:
> cannot access org.xmlvm.iphone.UIApplication
>
> bad class file:
> C:\xmlvm\dist\lib\objc-compat.jar(org/xmlvm/iphone/UIApplication.class)
>
> class file has wrong version 50.0, should be 49.0
>
> Please remove or make sure it appears in the correct subdirectory of the
> classpath.
>
> public class HelloWorld extends UIApplication {
>
> ^
>
> 1 error
>
>
>
> Process completed.
>
>
>
> …..any ideas or this?? I took the xmlvm files as a tarball file from
> http://xmlvm.svn.sourceforge.net/viewvc/xmlvm/. There is a link there to
> Download GNU tarball
> <http://xmlvm.svn.sourceforge.net/viewvc/xmlvm.tar.gz?view=tar>
>
>
>
>
>
> *From:* WARNER, KENNETH
> *Sent:* Friday, August 14, 2009 8:31 AM
> *To:* 'xml...@li...'
> *Subject:* xmlvm and java
>
>
>
> I’m trying to compile your helloworld.java app, but I’m getting errors
>
> > for all the cocoa touch classes (UIxxxxx). I downloaded xmlvm and
>
> > compiled it with ant and moved xmlvm.jar to my classpath, but still the
>
> > errors. I also downloaded eclipse and get errors using it too. If you
>
> > have time, please let me know what I’m missing.
>
> >
>
> > I do some java programming at work, mostly desktop gui apps that connect
>
> > to a db via odbc to create transactions for our financial system. I also
>
> > interested in developing apps for the Iphone and that’s how I came
>
> > across the xmlvm.org site and your email…
>
> >
>
> >
>
> >
>
> > I appreciate any help you can lend…thanks Ken
>
>
>
>
>
> Ken Warner
>
> Department of the Treasury
>
> OMB, System Operations
>
> 609.984.5818 (phone)
>
> 609.984.5210 (fax)
>
> 33 West State Street
>
> Trenton, NJ 08625
>
>
>
>
>
>
> ------------------------------------------------------------------------
>
> ------------------------------------------------------------------------------
> Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
> trial. Simplify your report design, integration and deployment - and focus on
> what you do best, core application coding. Discover what's new with
> Crystal Reports now. http://p.sf.net/sfu/bobj-july
>
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> xmlvm-users mailing list
> xml...@li...
> https://lists.sourceforge.net/lists/listinfo/xmlvm-users
|