DEBFIND Suche nach Debian-Paketen

Suchplatform für Softwarepakete und Archive Debian-basierter Linux-Distributionen

beta ! Diese website wird noch weiterentwickelt.

Liste aller Kategorien/Sektionen | Suchmaske | Haftungsausschluß

Paketbeschreibung


Paketnamelibjavassist-java
Beschreibunglibrary for editing bytecodes in Java
Archiv/RepositoryOffizielles Ubuntu Archiv lucid (main)
Version1:3.11-1ubuntu1
Sektionlibs
Prioritätoptional
Installierte Größe640 Byte
Hängt ab vondefault-jre-headless | java5-runtime-headless
Empfohlene Pakete
PaketbetreuerUbuntu Developers
Quellejavassist
Paketgröße580052 Byte
Prüfsumme MD509ad8a5bb0a17bb61253a97dd928b9d9
Prüfsumme SHA1c1c80f13aef343b86b22f3a252e74c40201c603d
Prüfsumme SHA2569a0d60befadda94758368379f023e20999481a1da0d898d4a6e92b32c53b4987
Link zum Herunterladenlibjavassist-java_3.11-1ubuntu1_all.deb
Ausführliche BeschreibungThis library makes Java bytecode manipulation simple. It enables Java programs to define a new class at runtime and to modify a class file when the JVM loads it. . Unlike other bytecode editors, Javassist provides two levels of API: source level and bytecode level. With the source-level API, users can edit a class file without knowledge of the specifications of the Java bytecode. 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.


Impressum
Linux is a registered trademark of Linus Torvalds