PageRenderTime 27ms CodeModel.GetById 15ms RepoModel.GetById 1ms app.codeStats 0ms

/recodoc2/testdata/java70tutorial/getStarted/index.html

https://github.com/bartdag/recodoc2
HTML | 400 lines | 361 code | 31 blank | 8 comment | 0 complexity | 9fdac27a4fe9772d1df2fa92c60bf920 MD5 | raw file
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
  2. <html lang="en-US">
  3. <head>
  4. <title>Trail: Getting Started (The Java&trade; Tutorials)</title>
  5. <meta name="description" content="This beginner Java tutorial describes getting started with Java and setting up your Netbeans IDE" />
  6. <meta name="keywords" content="java programming, learn java, java sample code, getting started with java, development environment setup" />
  7. <style type="text/css">
  8. .FigureCaption {
  9. margin-left: 1in;
  10. margin-right: 1in;
  11. font-family: sans-serif;
  12. font-size: smaller;
  13. text-align: justify;
  14. }
  15. #TopBar_bl {
  16. background: url(../images/java_bar_bl.gif) 0 100% no-repeat;
  17. width: 100%;
  18. height: 60px;
  19. }
  20. #TopBar_br {
  21. background: url(../images/java_bar_br.gif) 100% 100% no-repeat;
  22. width: 100%;
  23. height: 60px;
  24. }
  25. #TopBar_tl {
  26. background: url(../images/java_bar_tl.gif) 0 0 no-repeat;
  27. width: 100%;
  28. height: 60px;
  29. }
  30. #TopBar_tr {
  31. background: url(../images/java_bar_tr.gif) 100% 0 no-repeat;
  32. width: 100%;
  33. height: 60px;
  34. }
  35. #TopBar {
  36. background: #35556B url(../images/java_bar.gif);
  37. margin: 10px 10px 0 10px;
  38. height:60px;
  39. min-width:700px;
  40. color: white;
  41. font-family: sans-serif;
  42. font-weight: bold;
  43. }
  44. @media print {
  45. #BreadCrumbs, #Download {
  46. display: none;
  47. }
  48. }
  49. #TopBar_right {
  50. line-height: 14px;
  51. float: right;
  52. padding-top: 2px;
  53. padding-right: 30px;
  54. text-align: center;
  55. }
  56. @media print {
  57. #TopBar_right {
  58. display: none;
  59. }
  60. }
  61. #TopBar_right a {
  62. font-size: 12px;
  63. margin: 3px;
  64. padding: 0;
  65. }
  66. #TopBar a:visited, #TopBar a:link {
  67. color: white;
  68. text-decoration: none;
  69. }
  70. #TopBar a:hover, #TopBar a:active {
  71. background-color: white;
  72. color: #35556B;
  73. }
  74. #BreadCrumbs {
  75. padding: 4px 5px 0.5em 0;
  76. font-family: sans-serif;
  77. float: right;
  78. }
  79. #BreadCrumbs a {
  80. color: blue;
  81. }
  82. #BreadCrumbs a:visited, #BreadCrumbs a:link {
  83. text-decoration: none;
  84. }
  85. #BreadCrumbs a:hover, #BreadCrumbs a:active {
  86. text-decoration: underline;
  87. }
  88. #PageTitle {
  89. margin: 0 5px 0.5em 0;
  90. color: #F90000;
  91. }
  92. #PageContent{
  93. margin: 0 5px 0 20px;
  94. }
  95. .LeftBar_shown {
  96. width: 13em;
  97. float: left;
  98. margin-left: 10px;
  99. margin-top: 4px;
  100. margin-bottom: 2em;
  101. margin-right: 10px;
  102. }
  103. @media print {
  104. .LeftBar_shown {
  105. display: none;
  106. }
  107. }
  108. .LeftBar_hidden {
  109. display: none;
  110. }
  111. #Footer {
  112. padding-top: 10px;
  113. padding-left: 10px;
  114. margin-right: 10px;
  115. }
  116. .footertext {
  117. font-size: 10px;
  118. font-family: sans-serif;
  119. margin-top: 1px;
  120. }
  121. #Footer2 {
  122. padding-top: 10px;
  123. padding-left: 10px;
  124. margin-right: 10px;
  125. }
  126. .NavBit {
  127. padding: 4px 5px 0.5em 0;
  128. font-family: sans-serif;
  129. }
  130. @media print {
  131. .NavBit {
  132. display: none;
  133. }
  134. }
  135. #TagNotes {
  136. text-align: right;
  137. }
  138. @media print {
  139. #TagNotes a:visited, #TagNotes a:link {
  140. color: #35556B;
  141. text-decoration: none;
  142. }
  143. }
  144. #Contents a, .NavBit a, #TagNotes a {
  145. color: blue
  146. }
  147. #TagNotes a:visited, #TagNotes a:link,
  148. #Contents a:visited, #Contents a:link,
  149. .NavBit a:visited, .NavBit a:link {
  150. text-decoration: none;
  151. }
  152. #TagNotes a:hover, #TagNotes a:active,
  153. #Contents a:hover, #Contents a:active,
  154. .NavBit a:hover, .NavBit a:active {
  155. text-decoration: underline;
  156. }
  157. #Contents {
  158. float: left;
  159. font-family: sans-serif;
  160. }
  161. @media print {
  162. #Contents {
  163. display: none;
  164. }
  165. }
  166. @media screen {
  167. div.PrintHeaders {
  168. display: none;
  169. }
  170. }
  171. .linkLESSON, .nolinkLESSON {
  172. margin-left: 0.5em;
  173. text-indent: -0.5em
  174. }
  175. .linkAHEAD, .nolinkAHEAD, .linkQUESTIONS, .nolinkQUESTIONS {
  176. margin-left: 1.5em;
  177. text-indent: -0.5em
  178. }
  179. .linkBHEAD, .nolinkBHEAD {
  180. margin-left: 2.5em;
  181. text-indent: -0.5em
  182. }
  183. .linkCHEAD, .nolinkCHEAD {
  184. margin-left: 3.5em;
  185. text-indent: -0.5em
  186. }
  187. .nolinkLESSON, .nolinkAHEAD, .nolinkBHEAD, .nolinkCHEAD,
  188. .nolinkQUESTIONS {
  189. font-weight: bold;
  190. color: #F90000;
  191. }
  192. .MainFlow_indented {
  193. margin-right: 10px;
  194. margin-left: 15em;
  195. margin-bottom: 2em;
  196. }
  197. .MainFlow_wide {
  198. margin-right: 10px;
  199. margin-left: 10px;
  200. margin-bottom: 2em;
  201. }
  202. @media print {
  203. .MainFlow_indented, .MainFlow_wide {
  204. padding-top: 0;
  205. margin-top: 10px;
  206. margin-right: 10px;
  207. margin-left: 0;
  208. }
  209. }
  210. h1, h2, h3, h4, h5 {
  211. color: #F90000;
  212. font-family: sans-serif;
  213. }
  214. h1 {
  215. font-weight: bold;
  216. font-size: 20px;
  217. }
  218. h2 {
  219. font-weight: bold;
  220. font-size: 17px;
  221. }
  222. h3 {
  223. font-weight: bold;
  224. font-size: 14px;
  225. }
  226. h4 {
  227. font-size: 15px;
  228. }
  229. h5 {
  230. font-size: 12px;
  231. }
  232. #ToggleLeft {
  233. display: none;
  234. }
  235. .note {
  236. margin: 0 30px 0px 30px;
  237. }
  238. .codeblock {
  239. margin: 0 30px 0px 30px;
  240. }
  241. /t
  242. </style>
  243. </head>
  244. <body>
  245. <div id=TopBar> <div id=TopBar_tr> <div id=TopBar_tl> <div id=TopBar_br> <div id=TopBar_bl>
  246. <div id=TopBar_right>
  247. <a target="_blank"
  248. href="http://java.sun.com/javase/6/download.jsp">Download
  249. the JDK</a>
  250. <br>
  251. <a href="../search.html" target="_blank">Search the
  252. Tutorials</a>
  253. </div>
  254. </div> </div> </div> </div> </div>
  255. <div class=MainFlow_wide>
  256. <div id=BreadCrumbs>
  257. <a href=../index.html target=_top>Home Page</a>
  258. </div>
  259. <div class=NavBit>
  260. <a href=../index.html>&laquo; Previous</a>
  261. &bull;
  262. <a href=./TOC.html>Trail</a>
  263. &bull;
  264. <a href=./intro/index.html>Next &raquo;</a>
  265. </div>
  266. <div id=PageTitle><h1>Trail: Getting Started</h1></div>
  267. <div id=PageContent>
  268. This trail provides everything you'll need to know
  269. about getting started with the Java programming language.
  270. <p>
  271. <!-- PHENOMENON -->
  272. <a href=intro/index.html>
  273. <img src="../images/getStartedIcon.gif" alt="Trail icon" width=20 height=20 align=left border=0>
  274. <b>The Java Technology Phenomenon</b></a>
  275. Provides an overview of Java technology as a whole.
  276. It discusses both the Java programming language
  277. and platform, providing a broad overview of what this technology can do
  278. and how it will make your life easier.
  279. <p>
  280. <!-- CUP O JAVA -->
  281. <a href="cupojava/index.html">
  282. <img src="../images/getStartedIcon.gif" alt="Trail icon" width=20 height=20 align=left border=0>
  283. <b>The "Hello World!" Application</b></a>
  284. This hands-on approach describes what to download, what to install, and
  285. what to type, for
  286. creating a simple "Hello World!" application. It provides separate
  287. instructions for the NetBeans&trade; integrated development environment
  288. (NetBeans IDE), Microsoft Windows, Solaris&trade; Operating System (Solaris OS), Linux, and Mac users.
  289. <p>
  290. <!-- APPLICATIONS -->
  291. <a href=application/index.html>
  292. <img src="../images/getStartedIcon.gif" alt="Trail icon" width=20 height=20 align=left border=0>
  293. <b>A Closer Look at "Hello World!"</b></a>
  294. Discusses the "Hello World!" application, describing
  295. each section of code in detail. It covers source code comments, the <code>HelloWorldApp</code> class definition block, and the <code>main</code> method.
  296. <p>
  297. <!-- PROBLEMS -->
  298. <a href=problems/index.html>
  299. <img src="../images/getStartedIcon.gif" alt="Trail icon" width=20 height=20 align=left border=0>
  300. <b>Common Problems (and Their Solutions)</b></a>
  301. This is the place to go
  302. if you have trouble compiling or running
  303. the programs in this trail.
  304. </div>
  305. <div class=NavBit>
  306. <a href=../index.html>&laquo; Previous</a>
  307. &bull;
  308. <a href=./TOC.html>TOC</a>
  309. &bull;
  310. <a href=./intro/index.html>Next &raquo;</a>
  311. </div>
  312. </div>
  313. <div id=Footer2>
  314. <hr>
  315. <div id=TagNotes>
  316. <p class="footertext">Problems with the examples? Try <a target="_blank"
  317. href=../information/run-examples.html>Compiling and Running
  318. the Examples: FAQs</a>.
  319. <br>
  320. Complaints? Compliments? Suggestions? <a target="_blank"
  321. href="http://download.oracle.com/javase/feedback.html">Give
  322. us your feedback</a>.
  323. </p>
  324. </div>
  325. <div id=Footer>
  326. <p class="footertext"><a name="license_info">Your use of this</a> page and all the material on pages under &quot;The Java Tutorials&quot; banner,
  327. and all the material on pages under &quot;The Java Tutorials&quot; banner is subject to the <a href="../information/license.html">Java SE Tutorial Copyright
  328. and License</a>.
  329. Additionally, any example code contained in any of these Java
  330. Tutorials pages is licensed under the
  331. <a href="http://developers.sun.com/license/berkeley_license.html">Code
  332. Sample License</a>.
  333. </p>
  334. <table border="0" cellspacing="0" cellpadding="5" summary="">
  335. <tr>
  336. <td headers="h1" width="20%">
  337. <table width="100%" border="0" cellspacing="0" cellpadding="5">
  338. <tr>
  339. <td headers="h1" align="center"><img id=duke src=../images/DukeWave.gif width=55 height=55 alt="duke image"></td>
  340. <td headers="h2" align="left" valign="middle"><img id=oracle src=../images/logo_oracle_footer.gif width=100 height=29 alt="Oracle logo"></td>
  341. </tr>
  342. </table>
  343. </td>
  344. <td width="55%" valign="middle" align="center">
  345. <p class="footertext"><a href="http://www.oracle.com/us/corporate/index.html">About Oracle</a> | <a href="http://www.oracle.com/technology/index.html">Oracle Technology Network</a> | <a href="https://www.samplecode.oracle.com/servlets/CompulsoryClickThrough?type=TermsOfService">Terms of Service</a></p>
  346. </td>
  347. <td width="25%" valign="middle" align="right">
  348. <p class="footertext">Copyright &copy; 1995, 2011 Oracle and/or its affiliates. All rights reserved.</p>
  349. </td>
  350. </tr>
  351. </table>
  352. </div>
  353. </div>
  354. <div class=PrintHeaders>
  355. <b>Previous page:</b> Beginning of Tutorial
  356. <br><b>Next page:</b> The Java Technology Phenomenon
  357. </div>
  358. <!-- Start SiteCatalyst code -->
  359. <script language="JavaScript" src="http://www.oracle.com/ocom/groups/systemobject/@mktg_admin/documents/systemobject/s_code_download.js"></script>
  360. <script language="JavaScript" src="http://www.oracle.com/ocom/groups/systemobject/@mktg_admin/documents/systemobject/s_code.js"></script>
  361. <noscript>
  362. A browser with JavaScript enabled is required for this page to operate properly.
  363. </noscript>
  364. <!-- ********** DO NOT ALTER ANYTHING BELOW THIS LINE ! *********** -->
  365. <!-- Below code will send the info to Omniture server -->
  366. <script language="javascript">var s_code=s.t();if(s_code)document.write(s_code)</script>
  367. <!-- End SiteCatalyst code -->
  368. </body>
  369. </html>