Unix Commands From Windows

Feb 13, 2014

I'm using windows.. and our server is UNIX.. I knew that it's possible to create DOS commands in java programs, I have tried it already..

What I want to know is, is it possible to create a java program (from windows) that can execute UNIX command?

Something like: I have a java program in my windows, and it will create a directory in UNIX server /home/dir..

Based on my research, I can connect to our server in command prompt of my windows using ftp <domain> but the commands there is limited.

View Replies


ADVERTISEMENT

Deploying Software As Desktop Exe For Both Windows And Unix

Feb 10, 2014

I am a student, who are doing a software project. The last step will be deploying the software as desktop exe for both windows and unix.

Question1 : my project has a folder structure like this:

+ Input file folder
+ configuration file folder
+ Output file folder
+ my project codes

So my class in project codes should have proper access to the other three folders(input,output,config). Then what can I do to feed the function a relative path?How would that looks like?

Question2:

Is that true, for windows and unix I have to write two versions of codes on system-dependant path?

View Replies View Related

I/O / Streams :: How To Write A File Into Unix Folder From Windows Folder Using Java

Oct 30, 2014

I need to copy a file from Windows folder to unix folder using Java

I need a FTP utility.

The file is processed by a Java program and the file has to be written to Unix folder

I have the unix server name and folder name.

how to do it?

View Replies View Related

Java Code To Access Windows Machine From Unix Machine

Feb 28, 2014

I have a requirement where I have to send a file from a local system to unix box(present on client side) using java code.I have developed a code that is successfully sending the file from local system to client side unix box (I am connecting to client side unix box using VPN) provided I run the code in my eclipse IDE present in local system. But when I am running the same code in the unix box it is throwing null pointer exception.Might be the unix system is not recognising the local system. Please find the code.
 
package abc;
import java.io.File;
import java.io.FileInputStream;
import java.io.FilenameFilter;
import java.io.IOException;
import java.util.Properties;
import com.jcraft.jsch.Channel;

[Code] ....

Error on unix box which I am getting is :-
 
Inside sftpConnection method
llllllll
fffffffffffff
Connection Successfull
Channel Connection Succesfull
aaaaa
Inside findFile method
Exception in thread "main" java.lang.NullPointerException
        at abc.TranferFile.sftpConnection(TranferFile.java:58)
        at abc.TranferFile.main(TranferFile.java:21)

View Replies View Related

Run Cmd Commands Through Java?

Sep 17, 2014

I would like my application to execute a command in cmd. The command looks like

start "" /D "C:Riot GamesLeague of LegendsRADSsolutionslol_game_client_sln
elease s.0.1.55deploy"
"League of Legends.exe" "8394" "LoLLauncher.exe" ""
"spectator 95.172.65.26:8088 P3hNrXYZlaM3iJ9ximtzJWHbwLhvbimJ 953089676 EUN1"

So my question is how do I do this?

I tried this, (just copy paste the command):

package MyProject;
 import java.io.IOException;
import java.io.InputStream;
 public class Cmd {
 public static void main(String[] args) {
try {
final Process process = Runtime.getRuntime().exec("start "" /D "C:Riot GamesLeague of

[code]....

View Replies View Related

Sending SMS Through GSM Modem Using AT Commands

Sep 3, 2014

Java code to send sms through gsm modem using AT commands..

View Replies View Related

Find Out Distance Between Two Trains Using Only Two Commands

May 14, 2014

you need to find out the distance between two trains using only two commands

mf - move forward
mc - move backward

the trains are dropped using helicopter by parachutes . both doesn't know where they are; no gps in the train they are in the same track

write a code to find the trains using the given commands

View Replies View Related

Website Send Commands Application

May 8, 2014

I have a Java application this application sits on a Dedicated server and gets information about the machine and run commands on the machine.

I need it so that i can run these commands from pressing buttons on a website. For example i press a button to retrieve CPU info, it goes to the app, and the app sends the CPU info back.

I'm fine with the website and app its just the middle bit. How do i get the app to run commands sent from a webpage. Been ratting my brains for a couple weeks now.

View Replies View Related

Inputting Integers For Basic Commands

Jan 27, 2015

I am new to the java computer programming world. i am having basic trouble making the statement full and complete. i am trying to get it to say "The speed of the car is <answer> ft/sec" i have tried reading in the my programming book from school but it doesn't tell me how to fix it. the errors I am getting :

cannot find symbol

I have this error twice ....

View Replies View Related

Create A Java Irc Client Which Responds To Commands

Apr 9, 2015

For a shool assignment i have to create a java irc client. which responds to commands. the !SENDMSG command has two parameters !SENDMSG <username> <the message>.

i can get the username and the message seperated, but i would like to create a check in case someone gives a bad command like: !SENDMSG" " <-- note te extra spaces, or if someone gives only 1 parameter.

else if (line.contains("!SENDMSG")) {
String str = line.split("!SENDMSG")[1]; //gives: <username> <the message>

String[] parts = line.split("s+");

if (parts.length >= 2) {
String user = parts[4]; //gives the <username>

[code]....

View Replies View Related

Run Sudo Linux Commands From Java Program

Apr 6, 2014

I want to find information about running sudo commands from java, but without gksudo/kdesudo.

This is my code. It works, but after removal "sudo" element.

Java Code:

String array[]={"sudo", "dolphin"};
Process proc = null;
try {
proc = Runtime.getRuntime().exec(array);
}
catch (IOException e) {
e.printStackTrace();
} mh_sh_highlight_all('java');

How I can insert password in this terminal? I tried write pass after array with commands and in, and even in outputstream.

View Replies View Related

Running Program In UNIX With Package

Feb 11, 2014

i have a program in UNIX directory /home/me/java/src

package bin;
public class HelloWorld {
public static void main(String[] args) {
System.out.println("Hello World");
}
}

I have manage to compile it successfully(class file will be in bin directory) using command below: javac -d /home/t_bmf/java/bin HelloWorld.java

My problem now is how would I execute the class in bin directory in UNIX? I already tried different ways on how to execute it as suggested in my internet research The one I tried is this:

java $CLASSPATH:.:bin/HelloWorld
but I got this error message:
Exception in thread "main" java.lang.NoClassDefFoundError: :/:bin/HelloWorld
Caused by: java.lang.ClassNotFoundException: :.:bin.HelloWorld

[code]....

View Replies View Related

I/O / Streams :: Not Receiving Correctly SMS Over Length Of More Than A Page Using AT Commands?

May 10, 2014

i m working on the SMS receiving using AT Commands using JAVA. i m getting the message of one page correctly using AT commands, but as i increase the size of SMS as 2, 3 or bigger pages the alphabets are converted to some thing like this

+CMGL: 0,"REC UNREAD","+923028910082",,"14/05/10,19:32:40+20"
4469616C202A3334352A393333232061757220536972662052732E3230206D65696E2
0332064696E206B6120696E7465726E65742028333030204D422920686173696C206B
6172656E21207777772E776170747269636B2E636F6D2070657220736F6E6773206175
722067616D657320656E6A6F79206B6172656E212042616C616E636520636865636B2
06B206C7965202A39393923206D69

Whats the problem i m not getting the right text which i have sent through my mobile phone.

My function of receiving SMS is as follows :

public void send(String cmd) {
try {
outputStream.write(cmd.getBytes());
} catch (IOException e) {
e.printStackTrace();

[Code] .....

View Replies View Related

Generate A File In Java With Unix TimeStamp

Feb 5, 2015

I need to generate a file in Java with Unix TimeStamp. Want to generate an ordered list of Data entry objects for a defined period of time e.g., getData (long startTimeStamp, endTimeStamp, long resolution).

1) I would like to generate resolution with random numbers by using Random class.

2) How to take Start and end timestamps to generate a file (i.e., writing into a file).

View Replies View Related

Read Binary Unix File With Java?

Jan 24, 2014

I have a unix program that simulates an accident evolving as a function of time and produces two files. I will focus on the first file before getting to the second. This first file has five output variables/vectors (velocity vs time, pressure vs time, etc), which are selected as part of the simulation input. These are the variables I have to put into Excel if I want to view the transient graphically. Where it gets tedious is that, if I want to view a different set of five variables, I have to rerun, extract, put these in Excel to plot. There can be lots of variables needed to properly characterize the accident.

The second file produced is a really large binary file. This file contains all the information that I'd need, precluding the need to rerun to view a different set of output variables. This is the file that seems tailor-made for a Java or something to be able to extract the information. That is, it seems like Java could be used to do this work: extract variable information from the large binary file. Eventually, I would like to plot it too and I know I could use Java there.

I think my steps are:

1) understand the format of my binary file
2) reconfigure the binary file for use with java (is this demuxing?)
3) learn java programming for this application: extracting information to produce something like a .csv file with time on the leftmost column and variable information populating the rest of the columns.

View Replies View Related

How To Access / Connect Remote Unix Server

Dec 14, 2014

a direct solution for connecting a remote Unix server through telnet connection from java application.

View Replies View Related

Program Can Accept Multiple Filter And Sort Commands At One Time

Mar 9, 2014

What I'm supposed to be doing is making it so the program can accept multiple filter and sort commands at one time, and each should be separated by a whitespace.I was thinking about parsing the input again, using whitespace as the delimiter, then normally progressing with each token, as though there was only one command.

However, coding this the way I'm doing it will firstly probably take hours, and secondly, it's likely not even right. I don't have any real way to determine which token contains which data from the Song objects.These are the specific requirements for this portion:A sort/filter command consists of one or more of the following options:

-year:<year(s)>

-rank:<rank(s)>

-artist:<artist>

-title:<title>

-sortBy:<field>

Any number of these options may be given, and they may be given in any order. If multiple options are specified, they will be separated by whitespace.

GazillionSongs Class (the main)
Java Code:
import java.util.*;
import java.io.*;

[code]....

View Replies View Related

Create A Code With Case Commands / Public Is Illegal Start Of Statement

Jul 17, 2014

I'm trying to create a code with case commands but it says that public is an illegal start of statement, What do i do?

View Replies View Related

JSP :: Dynamic Webpage To Connect To Unix Server And Display Files

Mar 24, 2015

I want to develop a dynamic webpage (using JSP & tomcat hosted on windows server) which will connect to unix server and on button "Show Files" click on dynamic webpage it should display all the files present in the unix server.

The button click should display the files which i can see when i run "ls -ltr" in unix server home directory.

View Replies View Related

Unix Timestamp Conversion To EST Timezone Date Time Format

Dec 26, 2014

I have a requirement to convert 'unix time stamp' to 'Date time format'

Input (Unix time stamp) : 1426013480000

Output should show : 3/10/2015 2:51 PM EST (or) 10th March 2015 2:51PM EST

View Replies View Related

Error Connecting To Unix And Running Script From Java Code

Jun 25, 2014

I get the following error when trying to run code.

java.lang.NullPointerException
at conntecttoDB8.SSHCommandExecutor.main(SSHCommandEx ecutor.java:26)

package conntecttoDB8;
import java.io.InputStream;
import com.jcraft.jsch.Channel;
import com.jcraft.jsch.JSch;
import com.jcraft.jsch.Session;
 
[Code] ....

View Replies View Related

I/O / Streams :: Generate File Tree Structure Of Mounted Unix File System

Apr 22, 2014

I am creating a web application that runs on server X(unix) and it has another unix system mounted on it. I want to generate the file tree structure of this mounted unix file system and show it on to a web application so that users can select a file and move it onto this current unix machine.

I know this sounds stupid and you may want to say why cant we directly copy the file, I am doing a proof of concept and using this as a basis.

View Replies View Related

Can't Find Java JDK 32-Bit Windows 7

Dec 4, 2014

Im looking for the Java JDK 32-Bit for Windows 7, all i can find is 64Bit.

View Replies View Related

Dialog Is Not Disposed On Windows 8

May 13, 2014

i am using a frame over which i am loading a dialog. The singleton dialog holds a progress bar. I have created my own swing worker. i am controlling the construct method of swing worker(which functions like doInBackground method).I am trying to call hidedialog from an external file. The dialog gets stuck sometimes. How do i solve it . It works fine on win7 but fails on win8.

public class LoadingProgressDialogSingleton extends com.manu.scpoweb.common.ds.client.swing.dialog.Dia log {
protected static LoadingProgressDialogSingleton oneAndOnlyProgressDialog = null;
JProgressBar progressBar = null;
DFULoadStatusBean dfuLoadStatusBean = null;

[code]....

View Replies View Related

Class Path With Windows 7

May 28, 2010

I've just got a new computer and i tried to set the class path the way i did with windows xp but it's not working. This is what i have done. I added a Path variable to user variables and added C: Program Files (x86)Javajdk1.6.0_20/bin as the variable value. But when i got to command prompt and type javac HelloWorld.java it just tells me javac is not recognised as an internal or external command.

Also another problem is after trying this and it not working i tried to add a path to the system variables. I added a new path variable but i think once i did that it deleted the one that was already there. Is that going to mess up my computer? What the default path variable for windows 7 is?i've got the right destination as i typed cd to change directory and when i typed C: Program Files (x86)Javajdk1.6.0_20/bin it changed to that. And i noticed if i typed in the destination wrong its just made an error.

View Replies View Related

Cannot Reinstall Java On Windows XP

Nov 17, 2014

Cannot reinstall java on this windows xp. Get an error -1 and install didn't complete. There are no java versions installed and apparently no java control panel either.

View Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved