File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 2
2
3
3
<!--
4
4
5
- Copyright (c) 2023, Oracle and/or its affiliates.
5
+ Copyright (c) 2023, 2024, Oracle and/or its affiliates.
6
6
7
7
Licensed to the Apache Software Foundation (ASF) under one
8
8
or more contributor license agreements. See the NOTICE file
30
30
- JDK, version 11 or later upto JDK 22
31
31
- Ant, latest version
32
32
- Maven, latest version
33
- - node .js, latest LTS (to build VSIX)
33
+ - Node .js, latest LTS (to build VSIX)
34
34
35
-
36
- ## Fetching and building netbeans code
35
+ ## Fetching and building the code
37
36
38
37
``` bash
38
+ $ git clone https://github.com/oracle/javavscode.git
39
+ $ cd javavscode/
39
40
$ git clone https://github.com/apache/netbeans.git
40
41
$ cd netbeans/
41
42
$ git checkout 22
42
43
$ cd ..
43
44
# the following target requires git executable to be on PATH:
44
45
$ ant apply-patches
45
46
$ ant build-netbeans
46
-
47
47
```
48
48
49
49
## Building VS Code extension
You can’t perform that action at this time.
0 commit comments