File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -14,12 +14,10 @@ Since installation process is slightly different in different devices. So we pre
14
14
15
15
There are various types of code editors for programming in Java. The popular ones are listed below :
16
16
17
- <div className = " mt-8" />
18
17
19
18
| Atom | Bluej | VS Code | IntelliJ Idea |
20
19
| :------------------------------------------: | :----------------------------------------------: | :---------------------------------------------------------------: | :----------------------------------------------------------------------------: |
21
- | [ ![ Atom] ( https://javaistic.vercel.app/img/gs/atom.png )] ( https://atom.io ) | [ ![ BlueJ] ( https://javaistic.vercel.app/img/gs/bluej.png )] ( https://bluej.org ) | [ ![ VS Code] ( https://javaistic.vercel.app/img/gs/vs-code.png )] ( https://code.visualstudio.com/ ) | [ ![ Intellij Idea] ( https://javaistic.vercel.app/img/gs/intellij-idea.png )] ( https://www.jetbrains.com/idea/ ) |
22
- | Student , Professional | Student | Student | Student , Professional | Professional |
20
+ | [ ![ Atom] ( /img/docs/installation/atom.png )] ( https://atom.io ) | [ ![ BlueJ] ( /img/docs/installation/bluej.png )] ( https://bluej.org ) | [ ![ VS Code] ( /img/docs/installation/vs-code.png )] ( https://code.visualstudio.com/ ) | [ ![ Intellij Idea] ( /img/docs/installation/intellij-idea.png )] ( https://www.jetbrains.com/idea/ ) |
23
21
24
22
25
23
You use any of the popular code editors for Java. But <b >BlueJ</b > is best as it is <b >simple</b > and <b >fast</b >.
@@ -28,7 +26,7 @@ There are various types of code editors for programming in Java. The popular one
28
26
29
27
## Learning
30
28
31
- After installing Java and setting up your preferred code editor start [ learning] ( /java-introduction /introduction ) from our website.
29
+ After installing Java and setting up your preferred code editor start [ learning] ( /docs /introduction ) from our website.
32
30
33
31
<div className = " mt-8" />
34
32
You can’t perform that action at this time.
0 commit comments