Java Browser/en: Unterschied zwischen den Versionen

Aus expecco Wiki (Version 2.x)
Zur Navigation springen Zur Suche springen
Zeile 16: Zeile 16:
'''Java Browser''' stores all Java code and sources in a folder called a ''workspace''. You can freely move workspaces around or store them on a shared network drive.
'''Java Browser''' stores all Java code and sources in a folder called a ''workspace''. You can freely move workspaces around or store them on a shared network drive.


To create a workspace, just select an empty directory. To add Java code to the workspace, open workspace settings (in Java Browser window, select ''Workspace'' ► ''Settings''). In a settings dialog you may add .jar files or directories containing .class files and attach sources to then. Of course, you may use workspace settings dialog any time later add or remove .jar files or .class file directories.
To create a workspace, select an empty directory. To add Java code to the workspace, open the workspace settings (in Java Browser window, select ''Workspace'' ► ''Settings''). In the settings dialog you may add ".jar" files or directories containing ".class" files and attach sources to then. Of course, you may use the workspace settings dialog any time later to add or remove ".jar" or ".class" file directories.

Version vom 17. Mai 2018, 21:57 Uhr

Introduction[Bearbeiten]

The Java Browser provides a simple interface to browse Java code. This is useful for test developers who write tests which use Groovy blocks to connect to the system under test.

Using Java Browser[Bearbeiten]

Workspace selection dialog
Java browser window

To open the Java Browser, select ExtrasPluginsJava BrowserOpen... and then select a workspace. To create a new workspace, enter a new, empty directory.

After the workspace is chosen, a single Java Browser window appears. It shows Java packages, classes and methods as well as source code if it's available. If the source code is not available then it still shows the class structure without actual methods' source code.

Workspace[Bearbeiten]

Java Browser stores all Java code and sources in a folder called a workspace. You can freely move workspaces around or store them on a shared network drive.

To create a workspace, select an empty directory. To add Java code to the workspace, open the workspace settings (in Java Browser window, select WorkspaceSettings). In the settings dialog you may add ".jar" files or directories containing ".class" files and attach sources to then. Of course, you may use the workspace settings dialog any time later to add or remove ".jar" or ".class" file directories.



Copyright © 2014-2024 eXept Software AG