Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.java.programmer > #3233
| Path | csiph.com!x330-a1.tempe.blueboxinc.net!feeder1.hal-mli.net!border3.nntp.dca.giganews.com!Xl.tags.giganews.com!border1.nntp.dca.giganews.com!nntp.giganews.com!local2.nntp.dca.giganews.com!nntp.earthlink.com!news.earthlink.com.POSTED!not-for-mail |
|---|---|
| NNTP-Posting-Date | Sun, 24 Apr 2011 01:54:39 -0500 |
| Date | Sat, 23 Apr 2011 23:54:38 -0700 |
| From | Patricia Shanahan <pats@acm.org> |
| User-Agent | Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.15) Gecko/20110303 Thunderbird/3.1.9 |
| MIME-Version | 1.0 |
| Newsgroups | comp.lang.java.programmer |
| Subject | Re: How to create a batch file for Java Console Application? |
| References | <4e647693-974d-424a-b2c0-f12c6d519b93@22g2000prx.googlegroups.com> <8969fa6f-d569-4eae-adec-473edb8713a4@a9g2000prl.googlegroups.com> |
| In-Reply-To | <8969fa6f-d569-4eae-adec-473edb8713a4@a9g2000prl.googlegroups.com> |
| Content-Type | text/plain; charset=ISO-8859-1; format=flowed |
| Content-Transfer-Encoding | 7bit |
| Message-ID | <dJadnd01CZeyVC7QnZ2dnUVZ_oudnZ2d@earthlink.com> (permalink) |
| Lines | 33 |
| X-Usenet-Provider | http://www.giganews.com |
| NNTP-Posting-Host | 75.8.126.96 |
| X-Trace | sv3-76pNZBNGo+UfYX0VXooKdqU7LG1C77l1+04GwOvTuztxkg7Yd69VbSXjvzGATGm4oSjCI/c99G8Vrs8!843OfWUs+KWTUpuFzBY22NWMjH/+YnWyUqVve6Kb6QobpRplrvAypLbu0KOXAeygP9I1CdxITm+L!vIuS86f5Vmmf0occ6cnKkAIaUw88M2YDyTkIzWgqXNA= |
| X-Abuse-and-DMCA-Info | Please be sure to forward a copy of ALL headers |
| X-Abuse-and-DMCA-Info | Otherwise we will be unable to process your complaint properly |
| X-Postfilter | 1.3.40 |
| X-Original-Bytes | 2617 |
| Xref | x330-a1.tempe.blueboxinc.net comp.lang.java.programmer:3233 |
Show key headers only | View raw
On 4/23/2011 8:37 PM, buddy s wrote: > On Apr 24, 3:34 am, Mozart<publicrelationsch...@gmail.com> wrote: >> I have a Java console application. >> >> It needs to be decompressed and then found >> on the hard drive. One has to keep double clicking until >> one finds the folder that says Resources. In this >> folder there will be a program that says Contents. >> In that folder, ones clicks on the JParaMindAndDictStd.bat >> file and the program launches without any problem. >> >> I am trying to write a batch file for Windows 7 users >> so they can launch it easily (Windows 64 bit users especially). >> I am also hoping this file will work in other versions of >> Windows such as XP. >> >> Does anyone have any advice on this? Various methods >> have not worked. >> >> -- >> Robert Pearson >> ParaMind Brainstorming Softwarehttp://www.paramind.net >> Telical Bookshttp://www.telicalbooks.com > > > you need to first set your classpath in .bat file and then your need > to invoke your application using "java" command you can get more > information about classpath here http://javarevisited.blogspot.com/2011/01/how-classpath-work-in-java.html Why do you consider setting the classpath variable preferable to using the java -cp parameter? Patricia
Back to comp.lang.java.programmer | Previous | Next — Previous in thread | Next in thread | Find similar
How to create a batch file for Java Console Application? Mozart <publicrelationschief@gmail.com> - 2011-04-23 12:34 -0700
Re: How to create a batch file for Java Console Application? rossum <rossum48@coldmail.com> - 2011-04-23 23:37 +0100
Re: How to create a batch file for Java Console Application? Lew <noone@lewscanon.com> - 2011-04-23 18:37 -0400
Re: How to create a batch file for Java Console Application? Roedy Green <see_website@mindprod.com.invalid> - 2011-04-23 18:37 -0700
Re: How to create a batch file for Java Console Application? buddy s <savingfunda@gmail.com> - 2011-04-23 20:37 -0700
Re: How to create a batch file for Java Console Application? Patricia Shanahan <pats@acm.org> - 2011-04-23 23:54 -0700
Re: How to create a batch file for Java Console Application? Roedy Green <see_website@mindprod.com.invalid> - 2011-04-24 01:53 -0700
Re: How to create a batch file for Java Console Application? Patricia Shanahan <pats@acm.org> - 2011-04-24 07:00 -0700
Re: How to create a batch file for Java Console Application? Peter Duniho <NpOeStPeAdM@NnOwSlPiAnMk.com> - 2011-04-24 08:55 -0700
csiph-web