add java placeholder

This commit is contained in:
Nathan Wang 2020-07-16 11:44:59 -07:00
parent d494fc994f
commit 9e19dab59f

View file

@ -303,7 +303,22 @@ Now you can easily compile and run `name.cpp` from the command line with `co nam
<JavaSection>
who cares about java
<IncompleteSection />
It can be useful to use a Java IDE to take advantage of the powerful debugging features in Java.
<resources>
<resource title="IntelliJ IDEA" url="https://www.jetbrains.com/idea/">
Jetbrains IDE, costs money but is{' '}
<a href="https://www.jetbrains.com/community/education/#students">
free for students
</a>
.
</resource>
<resource title="Eclipse IDE" url="https://www.eclipse.org/eclipseide/">
Freely available
</resource>
</resources>
</JavaSection>