Re: Apps can no longer be launched by double-clicking
- Subject: Re: Apps can no longer be launched by double-clicking
- From: James Rome <email@hidden>
- Date: Mon, 08 Sep 2008 11:19:06 -0400
- Delivered-to: email@hidden
- Delivered-to: email@hidden
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:cc:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=zWd/dNcc1X5Shfwq1IkV8A/gOp0mf9mudnKOq0jqOIc=; b=VJYbkIq2kWX9wRwVu1fVH3XjtD+gSk8COd6IyWbmT17uzpnC3bnlh4RRv3iEUsl/fm GIFX1krvfERO6O4pVKLlQ34NnnwxAVC/CAGO0oul4wEaHgYDg74ZD3jITGoGfbcxiNyn otWvsCnrcmpQ97YeyNeEqVCqkwQZsV2nFdkx8=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; b=X+a8r76k/frHqwwwoQ/Tz0V6Uua9TcqsaJ6HrY6Da2ILanxOx6JD3XKp7DfRlUXMsz vRMZdZlub3+ZwPuIuxjFQi9MB2u5mBgtxaEJJ0iVrxT0VTVCBISmmpWKV1VvmU2XzdRB 2kWOF23J5fLpoffzg+2PHHMPEXscYezksD7gI=
- User-agent: Thunderbird 2.0.0.17pre (Macintosh/20080906)
It works with a jar file.
I got a segfault before reinstalling NetNeans6.5. Now double-clicking
NetBeans gives:
Process: java [54477]
Path:
/System/Library/Frameworks/JavaVM.framework/Versions/1.5/Home/bin/java
Identifier: java
Version: ??? (???)
Code Type: X86-64 (Native)
Parent Process: bash [54357]
Date/Time: 2008-09-08 11:16:57.468 -0400
OS Version: Mac OS X 10.5.4 (9E17)
Report Version: 6
Exception Type: EXC_BAD_ACCESS (SIGSEGV)
Exception Codes: 0x000000000000000d, 0x0000000000000000
Crashed Thread: 0
Thread 0 Crashed:
0 ??? 0x00000001000111c1 0 + 4295037377
1 ??? 0x000000010001276f 0 + 4295042927
2 ??? 0x0000000100012a1c 0 + 4295043612
3 ??? 0x000000010001104d 0 + 4295037005
Thread 0 crashed with X86 Thread State (64-bit):
rax: 0x0000000000000041 rbx: 0x00007fff5fbfe228 rcx:
0x0000000000000000 rdx: 0x0000000000000014
rdi: 0x0000000100014708 rsi: 0x352e312f736e6f69 rbp:
0x00007fff5fbfdf60 rsp: 0x00007fff5fbfdf60
r8: 0x00000000954af3d2 r9: 0x0000000000000000 r10:
0x0000000000000000 r11: 0x0000000000000000
r12: 0x0000000000000014 r13: 0x0000000100014708 r14:
0x0000000000000015 r15: 0x0000000000000000
rip: 0x00000001000111c1 rfl: 0x0000000000010293 cr2: 0x0000000100014708
Binary Images:
0x7fff5fc00000 - 0x7fff5fc2e593 dyld 96.2 (???)
<d9ab5c6362a1c7430d8f13b90977a7f4> /usr/lib/dyld
Geoffrey Rekier wrote:
> You may need to run a Java app to send arguments to it!!!
>
> On 8 Sep 2008, at 15:27, James Rome wrote:
>
>> I was told that this may be a problem with the number of arguments used
>> to launch the app. Supposedly, it croaked at 25. But I tested this, and
>> did not get the seg fault:
>>
>> jarmac:~ jar$
>> /System/Library/Frameworks/JavaVM.framework/Versions/1.5/Home/bin/java 1
>> 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
>> Exception in thread "main" java.lang.NoClassDefFoundError: 1
>> jarmac:~ jar$
>> /System/Library/Frameworks/JavaVM.framework/Versions/1.5/Home/bin/java 1
>> 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
>> Exception in thread "main" java.lang.NoClassDefFoundError: 1
>> jarmac:~ jar$
>> /System/Library/Frameworks/JavaVM.framework/Versions/1.5/Home/bin/java 1
>> 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
>> Exception in thread "main" java.lang.NoClassDefFoundError: 1
>> jarmac:~ jar$
>> /System/Library/Frameworks/JavaVM.framework/Versions/1.5/Home/bin/java 1
>> 2 3 4 5 6 7 8 9 10 11 12
>> Exception in thread "main" java.lang.NoClassDefFoundError: 1
>> jarmac:~ jar$
>> /System/Library/Frameworks/JavaVM.framework/Versions/1.5/Home/bin/java 1
>> 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
>> 29 30
>> Exception in thread "main" java.lang.NoClassDefFoundError: 1
>> jarmac:~ jar$
>> /System/Library/Frameworks/JavaVM.framework/Versions/1.5/Home/bin/java 1
>> 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
>> 29 30 31 32 33
>> Exception in thread "main" java.lang.NoClassDefFoundError: 1
>> _______________________________________________
>> Do not post admin requests to the list. They will be ignored.
>> Java-dev mailing list (email@hidden)
>> Help/Unsubscribe/Update your Subscription:
>> http://lists.apple.com/mailman/options/java-dev/email@hidden
>>
>> This email sent to email@hidden
>>
>
>
>
>
> Best Regards
>
> Geoffrey
>
> Fileflow Technologies AS
> Ole Deviks vei 35, 0668 Oslo, Norway
> E-mail: email@hidden
> To send me files:
> https://n1.fileflow.com/application/webcourier.php?u=geoffrey1
>
> -------------------------------------
>
>
>
> ------------------------------------------------------------------------
>
>
>
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Java-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/java-dev/email@hidden
This email sent to email@hidden
Visit the Apple Store online or at retail locations.
1-800-MY-APPLE
Contact Apple | Terms of Use | Privacy Policy
Copyright © 2007 Apple Inc. All rights reserved.