formulahendry/vscode-code-runner

Running Java code with packages

オープン

#169 opened on 2017/08/25

 (1 件のコメント) (0 件のリアクション) (0 人の担当者)TypeScript (343 件のフォーク)github user discovery
enhancementhelp wanted

Repository metrics

Stars
 (2,408 個のスター)
PR merge metrics
 (PR metrics pending)

説明

While Code runner runs java code which has default package, it fails to run if package is specified. What is needed is relative path of the .class file from {$workspaceRoot}, i.e, even if we select the file, it should switch to workspaceRoot as cwd and then issue java org.name.class

コントリビューターガイド