jar

org.glassfish.main.appclient : gf-client

Maven & Gradle

Jul 28, 2023
3 usages
330 stars

Client Library (including ACC) · This module builds the free-standing JAR file for the app client container which can be run without using an OSGi implementation. This module contains little source of its own but mostly packages a JAR with a manifest Class-Path that specifies all the OSGi JARs on which it directly or indirectly depends.

Table Of Contents

Latest Version

Download org.glassfish.main.appclient : gf-client JAR file - Latest Versions:

All Versions

Download org.glassfish.main.appclient : gf-client JAR file - All Versions:

Version Vulnerabilities Size Updated
7.0.x
6.2.x
6.1.x
6.0.x
5.1.x
5.0.x
5.0
4.1.x
4.1
4.0

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window gf-client-7.0.7.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.glassfish.appclient.client.acc.agent

├─ org.glassfish.appclient.client.acc.agent.ACCAgentClassLoader.class - [JAR]

├─ org.glassfish.appclient.client.acc.agent.AppClientContainerAgent.class - [JAR]

├─ org.glassfish.appclient.client.acc.agent.ClassLoaderWrapper.class - [JAR]

org.glassfish.appclient.client.packageappclient

├─ org.glassfish.appclient.client.packageappclient.PackageAppClient.class - [JAR]

Advertisement