Wrong JavaVM in default presets of XCode?
Wrong JavaVM in default presets of XCode?
- Subject: Wrong JavaVM in default presets of XCode?
- From: "Dr. Jörg Wurzer" <email@hidden>
- Date: Thu, 11 Dec 2003 11:26:04 +0100
Hallo,
I use in my pure java application methods like
anystring.replaceFirst(String regex, String replace). XCode is
compiling without error messages but if I run the application I got the
error methage that no such method is defined.
I hafe comparable problems with the package java.util.regex. There I
got the error message NoClassDefFroundError. If I use a simple test
programe starting in Termina it works fine.
Does someone know wehter Xcode is using J2SE 1.3.x as default and not
J2SE 1.4.x ? Perhaps I made a mistake configuring xcode?
I considering wether I should use the regex Package from Jakarta. But
there is the problem to merge .jar files in xcode. In ProjectBuilder
ist was no problem. I haven't found any properties file of
opportunities to define that inside of Xcode.
Thanks for help.
Jvrg
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.