.app wrapper output not working

View: New views
4 Messages — Rating Filter:   Alert me  

.app wrapper output not working

by grossetti :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hello everyone,

I use the wrapper to generate mac .app files. When I try to run the file
by clicking on it nothing happens.
I then tried running the file from the terminal and I get :


open -a setup.app

LSOpenFromURLSpec() failed with error -10810.


I searched google but didn't find anything useful. Does anyone know why
this is happening?
If I run the .jar directly it works fine.

Thank you,
Gabriel



---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email



Re: .app wrapper output not working

by Julien Ponge-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Try to
chmod +x MyApp.app/Contents/MacOS/JavaApplicationStub

On Fri, Oct 9, 2009 at 11:51 AM, Gabriel Rossetti
<gabriel.rossetti@...> wrote:

> Hello everyone,
>
> I use the wrapper to generate mac .app files. When I try to run the file by
> clicking on it nothing happens.
> I then tried running the file from the terminal and I get :
>
>
> open -a setup.app
>
> LSOpenFromURLSpec() failed with error -10810.
>
>
> I searched google but didn't find anything useful. Does anyone know why this
> is happening?
> If I run the .jar directly it works fine.
>
> Thank you,
> Gabriel
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe from this list, please visit:
>
>   http://xircles.codehaus.org/manage_email
>
>
>



--
http://izpack.org/
http://jpz-log.info/
http://julien.ponge.info/

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email



Re: .app wrapper output not working

by grossetti :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Yes, that was it, how strange... could it be because I copied it onto a
samba mount?
Anyways, thank you!

Gabriel

Julien Ponge wrote:

> Try to
> chmod +x MyApp.app/Contents/MacOS/JavaApplicationStub
>
> On Fri, Oct 9, 2009 at 11:51 AM, Gabriel Rossetti
> <gabriel.rossetti@...> wrote:
>  
>> Hello everyone,
>>
>> I use the wrapper to generate mac .app files. When I try to run the file by
>> clicking on it nothing happens.
>> I then tried running the file from the terminal and I get :
>>
>>
>> open -a setup.app
>>
>> LSOpenFromURLSpec() failed with error -10810.
>>
>>
>> I searched google but didn't find anything useful. Does anyone know why this
>> is happening?
>> If I run the .jar directly it works fine.
>>
>> Thank you,
>> Gabriel
>>
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe from this list, please visit:
>>
>>   http://xircles.codehaus.org/manage_email
>>
>>
>>
>>    
>
>
>
>  

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email



Re: .app wrapper output not working

by Julien Ponge-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

> Yes, that was it, how strange... could it be because I copied it onto a
> samba mount?

Could be a very good explanation indeed :-)

--
http://izpack.org/
http://jpz-log.info/
http://julien.ponge.info/

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email