aspose file tools
The moose likes Beginning Java and the fly likes Need a little bit of help Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » Beginning Java
Reply Bookmark "Need a little bit of help" Watch "Need a little bit of help" New topic
Author

Need a little bit of help

Chris Stewart
Ranch Hand

Joined: Sep 29, 2001
Posts: 124
I'm looking to create the equal to a cmd file to Windows in Linux. I want to use it to kick off my application on my Linux box. In Windows I've done this many times, looking something like this

That will kick off my application in Windows. Can anyone help me write something similar for Linux?
Mike Curwen
Ranch Hand

Joined: Feb 20, 2001
Posts: 3695

It's been a while since I wrote an .sh file, but this should get you started.

I suppose the export commands are not entirely necessary, since this is a starting script for a java program. hmm... how can you tell I don't work in Unix that much.
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Need a little bit of help
 
Similar Threads
Please Help----very urgent
newbie question
NoClassDefFoundError
Problem on INITIAL_CONTEXT_FACTORY
How to run several JVMs on my local PC?