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 177733 - Empty "version information" in "add java platform"
Summary: Empty "version information" in "add java platform"
Status: VERIFIED FIXED
Alias: None
Product: javacard
Classification: Unclassified
Component: Java Card (show other bugs)
Version: 6.x
Hardware: PC Windows Vista
: P3 normal (vote)
Assignee: _ tboudreau
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-11-27 04:54 UTC by dkuzmin
Modified: 2009-12-04 05:31 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description dkuzmin 2009-11-27 04:54:25 UTC
Field "Version Information" in "Add Java Platform" for Java Card is empty. I think it was showing something like "Java Card 3.0.2" before. 

NetBeans: netbeans-trunk-nightly-200911261400-ml-javase-windows.exe, plugin build #5.
Comment 1 _ tboudreau 2009-11-27 06:44:47 UTC
It is supposed to show the output of
cjcre.exe -version

There is an open question about doing that, since for some vendor devices there is no comparable executable.

Currently running cjcre.exe -version is disabled (mostly so I can do development on Mac OS w/o needing to try to really run the emulator - a debug flag that for the moment is hardcoded to true).  Probably eventually it will just be populated with some fake data from the platform.properties.
Comment 2 _ tboudreau 2009-12-03 17:49:24 UTC
Fixed;  will still be empty on non-Windows platforms (mainly for development and testing, as you can't actually execute a windows binary)