Tagged Questions
0
votes
0answers
19 views
ProcessBuilder keep process window from closing
I am using ProcessBuilder to execute a program. Currently when I execute the process the program opens up, runs its scripts and then immediately closes. I would like to keep the program open after I ...
-1
votes
1answer
35 views
send command to pc using mobile phone [closed]
This is my situation: I have a PC that has access to a server, when I need to reboot the server I have to log in into this PC to reboot the server. Sometimes I need to reboot the server but I don't ...
0
votes
1answer
34 views
Add a new entry in the right click menu
I want to create a new entry in the right click menu in eclipse.
When I right click on a class, there should be a new entry 'MyEntry'.
When clicking on it it should do something like "Hello World".
...
0
votes
3answers
50 views
How do I execute DOS commands in Java?
I'm working on a project, and it will give you a list of DOS commands. When you select one, it will perform that command. However, I don't know how to do that. I was going to do it in Visual C#, or ...
0
votes
2answers
27 views
jenkins job not triggering commands and performing ui validations in the targetted machine
I configured a job for doing GUIAutomation(which got developed using java code including running commands and keyboard events) in the targeted machine.
Extra Info:-
I am running a command to launch ...
0
votes
1answer
49 views
Running CMD commands from JAVA
I made this code to move a folder then hardlink it to it's original destination. The problem it works fully when I'm just trying it from eclipse but when I make it into it's own self executing jar it ...
0
votes
1answer
59 views
In Java, what is the definition of a command line argument and how is it used? [closed]
This is a review question for an exam and I cant find a definition in my textbook.
0
votes
2answers
33 views
SWI-Prolog file executing throug Java
I want to run SWI-Prolog from Java file. I want to read text.pl file and write the output in output.txt file. How can I do that?
I'm not pretty sure of what I did here if it is correct or not. I'm ...
0
votes
1answer
38 views
Putting attribute back into a request in java
I'm having trouble putting an attribute back into a request in java.
Basically I have a jsp that gets an 'id' from the link to that page:
Integer prodId = ...
0
votes
2answers
26 views
Save input to a file
I'm building a command shell, and in this command shell I want to save every command i write to a file.
I read commands Like this:
BufferedReader console = new BufferedReader(new ...
0
votes
1answer
56 views
ProcessBuilder not behaving properly with multiple arguments
I have a ProcessBuilder:
String src = c:/hello/
String dst = c:/hello/2
ProcessBuilder builder = null;
builder = new ProcessBuilder("c:/file/file.exe", "-i", src, "-f", "-l 500", dst);
...
-1
votes
1answer
105 views
Exit command prompt after opening a java swing application
I am invoking a java swing program from command program and after executing the java program the console remains open. My bat file contains :
set Gantt_Generator_v5.0="C:\Program ...
0
votes
2answers
137 views
How to run rename shell command in android app (rooted)
I'm new to Android. I'm trying to run a shell command to rename a file in the system. I've got root access to it.
The shell command:
$ su
# mount -o remount,rw /system
# mv system/file.old ...
1
vote
1answer
79 views
Java : Interactive Console using jTextArea
I am developing a cmd like console using jTextArea, for an IDE. What I want to do is as I click the execute button, it provides me interactive input/output screen in the jTextArea.
I am able to grab ...
5
votes
2answers
526 views
How to use java program to run command prompt commands?
this is my first time posting here, so I'm not really sure what to say/ask.
Anyways, I am trying to make a simple java program that runs command prompt commands from the java program, mainly used for ...
1
vote
3answers
57 views
Extracting jar to specified directory
I wanted to extract one of my jars to specified directory using jar command line utility.
If I understand this right -C option should to the trick but when I try
jar xvf myJar.jar -C ...
0
votes
2answers
66 views
Java: Assignment in Char
I have a program and I need to understand it, but I don't understand two lines of it.
Okay so there is one-dimensional array - int [] names,
and two chars - char let1, let2.
Now, there is a command:
...
0
votes
1answer
46 views
How to ensure that open command invokes main function in the Java application on Mac
I have a java application on Mac that was built in Eclipse, and bundled by using a maven plugin named osxappbundle-maven-plugin.
After I unpack the dmg file of the application, obtain an App file, ...
1
vote
1answer
47 views
Java class return windows command line information
I am able to execute commands from the commandline with the code below. If a pass a working command to the code it processes and give me a return value. What I need is to get the response from the ...
1
vote
0answers
50 views
Finding errors in LaTeX document, java
So I have a bunch of LaTeX styled documents, one looks like this...
\documentclass{article}
\usepackage{amsmath, amssymb, amsthm}
\begin{document}
{\Large \begin{center} Homework Problems ...
0
votes
0answers
139 views
Java Command Line Calculator Order of Operations with Parenthesis
I am creating an API for a calculator program that I am working on. It will be a command line interface that takes a string as input (String[] args) and then breaks the string down into parenthetical ...
0
votes
2answers
156 views
How to run SSH commands on remote system through java program (followup)
I am trying to run commands/executables in a remote host through a Java program. Here is the code I got from a related thread. I CAN connect to the remote host and read the stream through the ...
0
votes
0answers
125 views
java.sql.SQLSyntaxErrorException: Syntax error: Encountered “1600” at line 1, column 44 [closed]
This is the code where I get the error
private static void insertLine(int id, String name, int mtu, int l2mtu, String mac, String arp, String auto, String fulld, String speed, String run, String ...
0
votes
2answers
85 views
Running windows commands by java program
I want to run command
ipmsg.exe /MSG 192.168.0.8 "TEXT MESSAGE"
by a java program. Can anybody help me?
I am trying the following lines. But it is not working..
Runtime run_t = ...
2
votes
1answer
96 views
Java - Optimized calling of multiple commands
Question
What is the most efficient way of calling multiple commands from a Java program?
Background
My team and I have been tasked with creating a program that eventually calls a series (anywhere ...
0
votes
2answers
100 views
How can i use Java to run OS Commands
I'm making a program and that must run Clafer with " clafer -m=xml Case5.cfr " this command.
So I use
ProcessBuilder pb = new ProcessBuilder("clafer -m=xml " + "Case5.cfr");
pb.directory(new ...
0
votes
1answer
26 views
Get acknowledgment of print from a printer
I am using the following code to give print to a network Lipi Printer (cc2 is printer name)
Process p = Runtime.getRuntime ().exec ("lp -dcc2 abcd.txt");
BufferedReader reader = new BufferedReader (
...
1
vote
1answer
167 views
Change UNIX password with JAVA [closed]
sorry if my english is so bad. i wanna ask about executing "passwd" command from Java (i use Netbeans IDE & JSCH Library)
This is my code
String username = txtusername.getText();
String ...
2
votes
0answers
114 views
Is it possible to execute windows commands in Java in a “batch” manner? ie One after the other but kept persistent?
I'm looking to create a Java Application that is able to run windows commands in a "batch" manner; what I mean by this is that it's persistent in between commands and isn't as if you're only executing ...
0
votes
6answers
192 views
Java - Run from command line, Wrong Name error
I want to run a Java project from the command line which I start using a batch file, but I get the wrong name error.
The directory setup:
srcMVC
bin (folder with .class files)
src (folder with ...
-1
votes
1answer
103 views
java thread System.in how can i “wait for console commands”
Let's say I got System.in
BufferedReader br = new BufferedReader(new InputStreamReader(System.in));
result = br.readLine();
while (!result.isEmpty()) {
if ...
0
votes
1answer
113 views
Exec multiple shell command with onClick
here is an example of what i'm trying to make:
final String[] hwdebug1 = {"su","-c","echo hello > /system/hello1.txt"};
try {
...
4
votes
2answers
95 views
java display changing progress on command line
I have written a Java program that loads data from a file and I am displaying the progress of the load on the command line, by printing a message to the screen after every n records, which looks like ...
-1
votes
1answer
145 views
Running Sox commands from Java code
I am trying to run SoX command from java code but having some difficulties. SoX (SOund eXchange) software is installed, but rather than run the program from command prompt, I want to run the program ...
2
votes
2answers
243 views
Running Ping -t from Java and ending process on closure
I have a simple GUI program where one of the features is to ping a destination from a file. I have the ping running fine when using normal ping x.x.x.x however when running this with the -t command i ...
0
votes
3answers
114 views
CMD commands in other OS systems [duplicate]
Possible Duplicate:
Execute another jar in a java program
I am making a program that run from a java document, and runs a Java document.
I am using windows and
Process pr = ...
0
votes
3answers
90 views
Sending commands to jar with c++
I ran a .jar file (in c++) like so:
#include <iostream>
#include <windows.h>
using namespace std;
int main ()
{
system("java -jar filename.jar");
return 0;
}
Note: This runs ...
0
votes
1answer
55 views
Need help building command classes for a command line interface in java
Ok I am building this spreadsheet application, which I am implementing through a command line interface, where I have certain commands, for instance exit, which terminates the program.
So I have ...
2
votes
1answer
55 views
What does the “< ” symbol mean on -jar call?
I'm facing a problem with calling java from php on a linux server with popen.
$java = '/usr/bin/java';
$cmd = "$java -jar javafiles/register.jar < $tmpFile";
What does the < before $tmpFile ...
0
votes
2answers
264 views
Linux version check Linux command or a Java code
I want to check whether the currently installed RHEL version is greater that RHEL 6.
All I find is lots linux commands to get the RHEL version.
Some check files from /etc folder, some do RPM checks.
...
0
votes
2answers
86 views
Executing a java class in the linux terminal without the java command
I have a java class, cs.class, that I would like to execute from the command line, just as you use any other command. I would like to be able to type 'cs file1' etc. Without having to use 'java cs ...
1
vote
2answers
108 views
Communication between unix commands in Java
In one commend , I'm trying to send data to System.out like this:
And in another command I'm trying to get this data from System.in.
It's strange because, it works once of many tries. I can try to ...
0
votes
1answer
676 views
How to output java -jar errors to a text/log file?
i have googled my heart out! I am trying to figure out how to output any errors a java class might give when executing java from the Windows command line.
For instance
java -jar class.jar ...
3
votes
0answers
180 views
ffmpeg command line working on emulator but not in device in android
i want to convert sequence of images into video.i successfully completed this task in emulator.but in real device its not working.what's the problem.i put the ffmpeg executable files and libraries in ...
2
votes
3answers
178 views
Java: Runtime.exec to get Linux distro name
I would like to check distro name, but I have got problem with bash executing command. Why this code works ok and print folder content
String cmd[] = {"ls","-a"};
Runtime run = Runtime.getRuntime();
...
1
vote
0answers
483 views
Java Runtime.getRunTime().exec(CMD) not supporting pipes
I'm attempting to write a program that will display and be able to update your IP address settings using a JFrame window. I am looking at running this purely on windows so I'm attempting to be able to ...
0
votes
0answers
50 views
How can I change the caption and icon of a Java-Application with the command prompt?
Hello dear Stack Overflow-Community,
is there a any way to change the caption of the window and the favicon/ icon/ symbol of the java (.jar)-application to be opened with the command prompt (CMD) ...
1
vote
0answers
109 views
Piping to a new Command Line in Java
I am writing a program that creates a this batch file:
at xx:xx /interactive "cmd.exe"
The program allows the user to select the time themselves, and on a computer running Windows XP, the command ...
0
votes
1answer
98 views
Java jar-Archive tool - Set path for folder with content
When I use this command:
echo C:\Program Files\Java\jdk1.7.0_07\bin
jar -cf C:\file\file.jar C:\data\
in the CMD for the jar-Archive tool, it creates the .jar called "file.jar" in C:\file\, but it ...
1
vote
2answers
637 views
Tool for creating jar files from command line
I'm not very skilled in writing batch files and/ or java. I have a folder with serveral .class-Files and folders in it and I want to put them all into a executable .jar-File. I know that there is a ...


