Checks to see if we're working with a class file.
Here path is the location of your compiled class file.
Hier ist Pfad der Speicherort der kompilierten Klassendatei.
Compiling the java file creates a class file that also contains the additional attribute.
Durch Compilieren der Java-Datei wird ein class-Datei erstellt, die dann auch das zusätzliche Attribut enthält.
Each class file should contain at most one public class.
Jede Klassendatei sollte höchstens eine öffentliche Klasse enthalten.
Placing additional code in a class file is permitted but discouraged.
Weitere Programmcode in der Klassendatei ist erlaubt, aber nicht gern gesehen.
A class file is missing or misnamed.
Eine Klassendatei fehlt oder ist falsch benannt.
The class file is in a package.
Die Klassendatei befindet sich in einem Paket.
The filename must identify either a class file, or a jar file.
Der Dateiname muss eine Klassendatei oder eine JAR-Datei bezeichnen.
If access is via a class file, then there are two possibilities
Wenn der Zugriff über eine Klassendatei erfolgt, gibt es zwei Möglichkeiten
You can install a single class into a database from a compiled class file.
Sie können eine einzelne Klasse in einer Datenbank aus einer kompilierten Klassendatei installieren.
The rbinfo file must then be recompiled and the class file deployed on the server.
Die Datei rbinfo muss anschließend neu erzeugt und die Klassendatei auf dem Server bereitgestellt werden.
The name of the class file that cannot be removed.
Der Name der Klassendatei, die nicht entfernt werden konnte
The example below shows how to access a class file that is located in another directory than the current directory.
Im Beispiel unten sehen Sie, wie eine Klassendatei aufgerufen wird, die sich in einem anderen als dem aktuellen Verzeichnis befindet.