MCPcopy
hub / github.com/APKLab/APKLab / getJavaPath

Function getJavaPath

src/utils/java.ts:8–11  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

6 * Uses `apklab.javaPath` setting, falling back to `"java"`.
7 */
8export function getJavaPath(): string {
9 const config = workspace.getConfiguration(extensionConfigName);
10 return config.get<string>("javaPath") || "java";
11}

Callers 7

startServerFunction · 0.90
decodeAPKFunction · 0.90
rebuildAPKFunction · 0.90
emptyFrameworkDirFunction · 0.90
signAPKFunction · 0.90
smali-lsp.test.tsFile · 0.90
java.test.tsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected