no message
This commit is contained in:
@@ -9,15 +9,15 @@ import _VisualDVM.GlobalData.User.User;
|
||||
|
||||
import java.util.Date;
|
||||
public abstract class RepositoryServerSSHPass extends ConnectionPass {
|
||||
//--
|
||||
protected RemoteFile userHome;
|
||||
protected RemoteFile serverHome;
|
||||
protected abstract String getServerFileName();
|
||||
protected abstract String getServerHomeName();
|
||||
@Override
|
||||
public String getButtonText() {
|
||||
return "";
|
||||
}
|
||||
//--
|
||||
protected RemoteFile userHome;
|
||||
protected RemoteFile serverHome;
|
||||
@Override
|
||||
protected boolean needsAnimation() {
|
||||
return true;
|
||||
@@ -37,7 +37,7 @@ public abstract class RepositoryServerSSHPass extends ConnectionPass {
|
||||
}
|
||||
//--
|
||||
protected void StartServer() throws Exception {
|
||||
user.connection.startShellProcess(serverHome,"server_out.txt", "java -jar " + getServerFileName());
|
||||
user.connection.startShellProcess(serverHome, "server_out.txt", "java -jar " + getServerFileName());
|
||||
//--
|
||||
RemoteFile StartLog = new RemoteFile(serverHome, Constants.STARTED +
|
||||
"_by_" +
|
||||
|
||||
Reference in New Issue
Block a user