Darüber hinaus ist Java-Bytecode dekompilierbar, sodass Ihr gesamtes geistiges Eigentum, Ihr Know-How und die Funktionalität Ihrer Applikationen Dritten zugänglich ist.
Furthermore, Java bytecode can be decompiled, such that your intellectual property, your know-how, and the functionality of your applications is open to others.
Übertragungssystem (2) nach Anspruch 2, wobei der ausführbare Code in einem Java-Bytecode besteht.
A transaction system (2) as claimed in claim 2, wherein the executable code is Java bytecode.
Diese JAR-Datei enthält den kompletten Java-Bytecode der Firmware, den Bitstrom und einige Betriebssystem abhängige Bibliotheken.
This.jar file contains all Java bytecode, the firmware, the bitstream and the OS dependent libraries.
Ein Programm, das Java-Bytecode unabhängig von einem Web-Browser interpretiert und ausführt.
A program that interprets and executes Java bytecode independently of a Web browser.
Für den Instruktionssatz, welcher durch den Java-Bytecode definiert ist, sind insgesamt sechs FUs mit bestimmten Funktionalitäten für den Java Prozessor entwickelt worden. Diese umfassen einen Frame Stack, einen Heap Manager, einen Thread Scheduler, einen Debugger, eine Integer-ALU und eine Floating-Point Unit.
Based on the virtual machine architecture defined by the Java bytecode, a total of six FUs have been developed for the Java processor, namely a frame stack, a heap manager, a thread scheduler, a debugger, an integer ALU and a floating-point unit.
Der Quellcode wird vom Compiler in Java-Bytecode umgewandelt und läuft somit auf jeder Java-Virtual-Machine (JVM).
The source code is converted into Java bytecode by the compiler and thus runs on any Java Virtual Machine (JVM).
Diese Technologie kann z.B. im Embedded Bereich genutzt werden. Der Java-Bytecode wird auf Anforderung über einen Webserver an die Clients (Browser) geschickt, die die Anwendung auf dem Host ausführen.
This technology can e.g be used for embedded technologies where the Java-Bytecode is downloaded from a webserver which is integrated in the application.
Computerprogrammprodukt nach Anspruch 46, wobei die Befehlsausführungseinheit in Hardware Befehle in Java-Bytecode zumindest als eine Wiedergabe einer oder mehrerer natürlicher bzw. ursprünglicher Programmbefehle auf dem Prozessorkem ausführt.
A computer program product as claimed in claim 46, wherein said hardware instruction execution unit executes Java bytecode instructions as at least a representation of one or more native program instructions upon said processor core.
Du brauchst auch eine virtuelle Maschine für Java, welches eine "Maschine in der Maschine" ist, die Java-Bytecode versteht und sie in Maschinensprache für den Zielprozessor übersetzt.
You also will need a Java virtual machine, which is a "machine within a machine" which understands Java bytecodes and translates them into machine language on the target processor.
Der Hauptbeitrag ist ein generischer Verifikationsbedingungsgenerator (VCG), den wir für eine Teilsprache von Java-Bytecode instanziieren.
Our main contribution is a generic verification condition generator (VCG), which inspects code and emits proof obligations.
yGuard ist eine kostenlose Software, welche Java-Bytecode obfuskiert und verkleinert. yGuard kann eine wesentliche Verbesserung des Software Deployments darstellen, indem unerwünschter Zugriff auf den Sourcecode erheblich erschwert und gleichzeitig die Größe der bearbeiteten Jar-Dateien drastisch verringert wird.
yGuard is a free Java bytecode obfuscator and shrinker that improves your software deployment by prohibiting unwanted access to your source code and drastically shrinking the processed Jar files at the same time.
Scala-Quellcode in Java-Bytecode kompiliert wird, so kann es auf JVM ausgeführt werden, und Sie können die vorhandenen Java-Klassenbibliotheken nennen.
Scala source code is compiled into Java byte code, so it can run on JVM, and you can call the existing Java class libraries.
Er kann Java-Quellcode zu Java-Bytecode, Java-Byte/Quellcode zu nativem Maschinencode und auch ganze Java Archive (JAR) für die verschiedensten Prozessorarchitekturen kompilieren.
GNU Compiler for Java (GCJ), compiles from Java to Java bytecode; it can also compile to native machine code and was part of the GNU Compiler Collection (GCC) up until version 6.