This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 223552 - Install fails: hangs createing default platform
Summary: Install fails: hangs createing default platform
Status: RESOLVED INVALID
Alias: None
Product: javacard
Classification: Unclassified
Component: Java Card (show other bugs)
Version: 7.2.1
Hardware: Macintosh (x86) Mac OS X
: P2 normal (vote)
Assignee: David Strupl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-12-09 19:02 UTC by EduardKarelEtc
Modified: 2013-09-23 20:21 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
a shell script to enable java card tools on unix (3.17 KB, application/x-sh)
2013-09-23 20:21 UTC, EduardKarelEtc
Details

Note You need to log in before you can comment on or make changes to this bug.
Description EduardKarelEtc 2012-12-09 19:02:11 UTC
None of the projects types can be created as the wizard hangs when installing the "default Java Card platform".
This happens immediately after step 1 and before entering step 2.
This looks like bug 197837.
Comment 1 David Strupl 2012-12-09 19:19:27 UTC
Stepan, can you please give it a try (with 7.2.1)? As the report is on Mac I can test on Mac tomorrow (Monday).
Comment 2 David Strupl 2012-12-10 08:21:08 UTC
Testing it right now ...
Comment 3 Stepan Zebra 2012-12-10 08:52:44 UTC
(In reply to comment #1)
> Stepan, can you please give it a try (with 7.2.1)? As the report is on Mac I
> can test on Mac tomorrow (Monday).

Works fine on Windows. I'm not sure what is availability of Java Card tools on Mac...
Comment 4 David Strupl 2012-12-10 09:39:26 UTC
On Mac you have to download the SDK from here:

http://www.oracle.com/technetwork/java/javame/javacard/download/devkit/index.html

After that you have to manually register the platform in Tools --> Java Platforms --> Add Platform.

For (so far) unknown reason the 3.0.4 does not work on Mac while 3.0.2 does. On windows all versions work (AFAICT).
Comment 5 David Strupl 2012-12-10 10:00:26 UTC
I have just tested NB 7.1. It behaves the same on Mac: 3.0.2 is recognised as a valid platform while 3.0.4 is not.

As the SDKs are available only on Windows I am closing this bug report as invalid. Please use MS Windows because even if you succeed in creating the platform on Mac all the tools are windows binaries - you will not be able to run the emulator or the other tools.
Comment 6 EduardKarelEtc 2013-09-23 20:21:30 UTC
Created attachment 140397 [details]
a shell script to enable java card tools on unix