Re: AutoLaunch on Windows
Re: AutoLaunch on Windows
- Subject: Re: AutoLaunch on Windows
- From: Stefan Klein <email@hidden>
- Date: Sun, 05 Feb 2012 19:07:21 +0100
Hi Pascal,
under 5.2 there was "NEXTROOT/Library/WebObjects/Executables/WOOpenURL.exe"
In 5.4 it is hard coded to /usr/bin/open
public class _WOLaunchServices
{
private static final String openExecutable = "/usr/bin/open";
...
That's the best way for "Develop on Apple, Deploy everywhere" :-P .
Stefan
Am 05.02.12 14:30, schrieb Pascal Robert:
Hi guys,
I'm working on instructions on how to install everything on Windows, and I got the famous "AutoLaunch will not work" message. So I followed those instructions:
http://wiki.wocommunity.org/display/WO/Development-Development+on+Windows
But like Ron said in the comments, it tries to launch /usr/bin/open. Now, since this is the first time I setup a Windows machine for WO development (I don't plan to actually use beside update wiki content and testing WOLips on Windows), I don't know how it worked when WO was supported on Windows. How AutoLaunch was working in good old days? Does something similar to "open" was shipping with WO 5.2?
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden