Skip to content

Commit e2e294b

Browse files
authored
Update README.md
1 parent fe6bacf commit e2e294b

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

README.md

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -42,20 +42,14 @@ Have a consistent and concise build declaration for JavaCard applets, no matter
4242
(which results in output similar to this)
4343
```
4444
target:
45-
[cap] INFO: using JavaCard 3.0.4 SDK in sdks/jc304_kit
45+
[cap] INFO: using JavaCard 3.0.5 SDK in sdks/jc305u4_kit
4646
[cap] INFO: targeting JavaCard 2.2.2 SDK in sdks/jc222_kit
4747
[cap] Setting package name to testapplets.empty
4848
[cap] INFO: generated applet AID: A000000617008E5CDAAE01 for testapplets.empty.Empty
4949
[cap] Building CAP with 1 applet from package testapplets.empty (AID: A000000617008E5CDAAE)
5050
[cap] testapplets.empty.Empty A000000617008E5CDAAE01
5151
[compile] Compiling files from /Users/martin/projects/ant-javacard/src/testapplets/empty
5252
[compile] Compiling 1 source file to /var/folders/gf/_m9mq9td3lz32qv1hd4r12yw0000gn/T/jccpro841338375581620546
53-
[convert] [ INFO: ] Converter [v3.0.4]
54-
[convert] [ INFO: ] Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
55-
[convert]
56-
[convert]
57-
[convert] [ INFO: ] conversion completed with 0 errors and 0 warnings.
58-
[javacard] NB! Please use JavaCard SDK 3.0.5u3 or later for verifying!
5953
[cap] CAP saved to /Users/martin/projects/ant-javacard/Empty_A000000617008E5CDAAE_50da91a4_2.2.2.cap
6054
```
6155
## Recommended setup
@@ -64,12 +58,12 @@ Based on the [JavaCard SDK and JDK version compatibility matrix](https://github.
6458
- Use JDK 17 (don't forget to set `$JAVA_HOME`)
6559
- Use JavaCard SDK 3.2.0 (`jckit="sdks/jc320v24.0_kit"`) with right target (`targetsdk="3.x.y"`)
6660
- NOTE: depending on your external components, absence of v2.3 export files will force you to stick with JavaCard SDK 3.1
67-
- Targeting JC 2.x.y or 3.0.1 (older JavaCard-s)
61+
- Targeting JC 2.2.x or 3.0.1 (older JavaCard-s)
6862
- Use JDK 11 (don't forget to set `$JAVA_HOME`)
6963
- Use JavaCard SDK 3.0.5u4 (`jckit="sdks/jc305u4_kit"`) with right target (`targetsdk="sdks/jc222_kit"`)
7064

7165
> [!NOTE]
72-
> ant-javacard will continue to support using JavaCard 2.X SDK-s (and thus JDK-8) for as long as this is achievable with sane effort
66+
> ant-javacard will continue to support using legacy JavaCard 2.X SDK-s (and thus JDK-8) for as long as this is achievable with sane effort
7367
7468
## Syntax
7569
Sample:

0 commit comments

Comments
 (0)