You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

index.html 4.7KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. <!DOCTYPE html>
  2. <html lang="en-us">
  3. <head>
  4. <meta charset="UTF-8">
  5. <title>Javassist by jboss-javassist</title>
  6. <meta name="viewport" content="width=device-width, initial-scale=1">
  7. <link rel="stylesheet" type="text/css" href="stylesheets/normalize.css" media="screen">
  8. <link href='http://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'>
  9. <link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen">
  10. <link rel="stylesheet" type="text/css" href="stylesheets/github-light.css" media="screen">
  11. </head>
  12. <body>
  13. <section class="page-header">
  14. <h1 class="project-name">Javassist</h1>
  15. <h2 class="project-tagline">Java bytecode engineering toolkit since 1999</h2>
  16. <a href="https://github.com/jboss-javassist/javassist" class="btn">View on GitHub</a>
  17. <a href="https://github.com/jboss-javassist/javassist/zipball/master" class="btn">Download .zip</a>
  18. <a href="https://github.com/jboss-javassist/javassist/tarball/master" class="btn">Download .tar.gz</a>
  19. </section>
  20. <section class="main-content">
  21. <p>Javassist (Java Programming Assistant) makes Java bytecode manipulation simple. It is a class library for editing bytecodes in Java; it enables Java programs to define a new class at runtime and to modify a class file when the JVM loads it. Unlike other similar bytecode editors, Javassist provides two levels of API: source level and bytecode level. If the users use the source-level API, they can edit a class file without knowledge of the specifications of the Java bytecode. The whole API is designed with only the vocabulary of the Java language. You can even specify inserted bytecode in the form of source text; Javassist compiles it on the fly. On the other hand, the bytecode-level API allows the users to directly edit a class file as other editors.</p>
  22. <h2>
  23. <a id="availability" class="anchor" href="#availability" aria-hidden="true"><span class="octicon octicon-link"></span></a>Availability</h2>
  24. <ul>
  25. <li>
  26. <p>Javassist version 3.30.0-GA is available (December 17, 2023). </p>
  27. <p>This version is distributed under the triple license of the MPL, the LGPL, and the Apache License.
  28. The distribution includes the jar file, the sources, some samples, the API manual, and a tutorial.
  29. The binary is also available from the central repo.</p>
  30. </li>
  31. <li><p><a href="https://github.com/jboss-javassist/javassist/releases">Releases</a></p></li>
  32. <li><p><a href="./html/index.html">Online API manual</a></p></li>
  33. <li>
  34. <p><a href="./tutorial/tutorial.html">Tutorial</a></p>
  35. </li>
  36. <li><p>Old <a href="https://jira.jboss.org/jira/browse/JASSIST">Bug Tracker</a></p></li>
  37. <li>
  38. <p>Old binaries, etc. (3.18.0-GA and earlier)</p>
  39. <p>Available from <a href="https://sourceforge.net/projects/jboss/files/Javassist/">sourceforge.net (zip)</a>.</p>
  40. </li>
  41. </ul>
  42. <h2>
  43. <a id="publication" class="anchor" href="#publication" aria-hidden="true"><span class="octicon octicon-link"></span></a>Publication</h2>
  44. <ul>
  45. <li>Shigeru Chiba, "Load-time Structural Reflection in Java,"
  46. ECOOP 2000 - Object-Oriented Programming, LNCS 1850, Springer Verlag, page 313-336, 2000.<br/>
  47. (The overview of Javassist) </li>
  48. <li>Shigeru Chiba and Muga Nishizawa, "An Easy-to-Use Toolkit for Efficient Java Bytecode Translators,"
  49. Proc. of 2nd Int'l Conf. on Generative Programming and Component Engineering (GPCE '03),
  50. LNCS 2830, pp.364-376, Springer-Verlag, 2003.<br/>
  51. (The performance of Javassist) </li>
  52. </ul>
  53. <h2>
  54. <a id="export-control" class="anchor" href="#export-control" aria-hidden="true"><span class="octicon octicon-link"></span></a>Export control</h2>
  55. <p>Here is the information you might need to export your commercial software including Javassist.</p>
  56. <ul>
  57. <li><p>Country of origin: Japan</p></li>
  58. <li><p>Is there US Content in there?: No</p></li>
  59. <li><p>Is the software designed or modified to use cryptography: No</p></li>
  60. </ul>
  61. <h2>
  62. <a id="acknowledgment" class="anchor" href="#acknowledgment" aria-hidden="true"><span class="octicon octicon-link"></span></a>Acknowledgment</h2>
  63. <p>The development of Javassist was supported in part by the PRESTO and CREST funding programs of <br/>Japan Science and Technology Agency.</p>
  64. <footer class="site-footer">
  65. <span class="site-footer-owner"><a href="https://github.com/jboss-javassist/javassist">Javassist</a> is maintained by <a href="https://github.com/jboss-javassist">jboss-javassist</a>.</span>
  66. <span class="site-footer-credits">This page was generated by <a href="https://pages.github.com">GitHub Pages</a> using the <a href="https://github.com/jasonlong/cayman-theme">Cayman theme</a> by <a href="https://twitter.com/jasonlong">Jason Long</a>.</span>
  67. </footer>
  68. </section>
  69. </body>
  70. </html>