Allright. In Eclipse you need to fix this in your build.xml File where the appropriate order must be set.
Thanks. Am 25.1.2007 14:36 Uhr schrieb "Oliver Egger" unter <[EMAIL PROTECTED]>: > hi > > the file ".classpath" is located in the project folder. because of the > point it may not be visible in the finder and you have to use the > terminal (ls -all, vi .classpath or similar) or find it via spotlight > works too. > > best regards, > oliver > > On 1/25/07, Thierry Kramis <[EMAIL PROTECTED]> wrote: >> Allright >> >> If I manually change ther order of the entries in the Files >> MacOSXServerClassPath.txt and MacOSXServer.txt the application starts >> smoothly. >> >> Where would I find that .classpath file you mean? >> >> Am 23.1.2007 18:08 Uhr schrieb "Oliver Egger" unter <[EMAIL PROTECTED]>: >> >>> Hi >>> >>> I had the same problem a few days ago. I don't know on which system >>> you are deploying >>> but check the classpath txt files under your deployed project: >>> >>> eg Mac OS Server: xxx.woa\Contents\MacOS\MacOSXServerClassPath.txt >>> >>> verify that in this file >>> WOROOT/Library/Frameworks/ERExtensions.framework/Resources/Java/ERExtensions >>> .j >>> ar >>> comes as first position in the listing. If not you have to check what >>> switched the order: >>> >>> - Are you working in eclipse? if yes, check that .classpath has the >>> right ordering of frameworks (<classpathentry kind="con" >>> path="org.objectstyle.wolips.WO_CLASSPATH/ERExtensions/ERJars/ERJavaMail....>>> ) >>> - Are you using a seperate ant taks for deploying? In my case I forgot >>> to upgrade the build system with the newest woproject.jar and the >>> classpath order was not generated correctly. >>> >>> hope that helps >>> oliver >>> >>> >>> On 1/23/07, Thierry Kramis <[EMAIL PROTECTED]> wrote: >>>> Hi there >>>> >>>> When installing the latest Wonder Frameworks I'm getting an error message >>>> concerning ERX MARKER. I haven't got the exact error message here but It >>>> kind of sounds like: error in your classpath load er.extensions before java >>>> extensions. >>>> >>>> How to fix this? >>>> >>>> PS: Also said that on my dev machine all runs well, but on the deployment >>>> server this error occurs. >>>> >>>> Thanks. >>>> >>>> >>>> _______________________________________________ >>>> Do not post admin requests to the list. They will be ignored. >>>> Webobjects-dev mailing list ([email protected]) >>>> Help/Unsubscribe/Update your Subscription: >>>> >> http://lists.apple.com/mailman/options/webobjects-dev/oliver.egger%40gmail.co >> >> >> m >>>> >>>> This email sent to [EMAIL PROTECTED] >>>> >>> >> >> >> > _______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list ([email protected]) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to [email protected]
