Click here to Skip to main content
15,905,877 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: Forced spacing Pin
TSmelser21-Feb-05 8:03
TSmelser21-Feb-05 8:03 
GeneralRe: Forced spacing Pin
Esmo200021-Feb-05 8:36
Esmo200021-Feb-05 8:36 
QuestionHow to find an elements Left and Top positions in HTML page Pin
nagarajuepuri21-Feb-05 6:56
nagarajuepuri21-Feb-05 6:56 
AnswerRe: How to find an elements Left and Top positions in HTML page Pin
alex.barylski21-Feb-05 12:06
alex.barylski21-Feb-05 12:06 
QuestionHow can i exclude HEADER Pin
Anonymous21-Feb-05 6:44
Anonymous21-Feb-05 6:44 
QuestionRequest QueryString Problem?? Pin
mjay200421-Feb-05 5:20
mjay200421-Feb-05 5:20 
AnswerRe: Request QueryString Problem?? Pin
satya chhikara27-Feb-05 22:31
satya chhikara27-Feb-05 22:31 
Generalabout function .exec() Pin
kinkei21-Feb-05 0:27
kinkei21-Feb-05 0:27 
i find the code below could call cmd in the window and run the command notepad.exe to start the notepad.
<br />
import java.lang.System;<br />
import java.lang.Runtime;<br />
import java.io.IOException;<br />
public class test<br />
{<br />
public static void main(String args[]) throws IOException <br />
        {<br />
        Runtime load = Runtime.getRuntime();<br />
        // getRuntime() method is a static method which is used to <br />
        // obtain access to an object of class Runtime.<br />
        load.exec("C:\\windows\\notepad.exe");<br />
        }<br />
} // End of class loadNotpad<br />


so i want to know how to call the cmd to run the java command
java java_class_name 1 1 3 6 hhh.txt uuu.txt

i have try load.exec("java java_class_name 1 1 3 6 hhh.txt uuu.txt")
it is not work

kei
GeneralVertical scroll behavior Pin
Marc Soleda20-Feb-05 23:14
Marc Soleda20-Feb-05 23:14 
General&quot;GET&quot; or &quot;POST&quot; Pin
Member 174700020-Feb-05 10:30
Member 174700020-Feb-05 10:30 
GeneralRe: &quot;GET&quot; or &quot;POST&quot; Pin
alex.barylski21-Feb-05 12:12
alex.barylski21-Feb-05 12:12 
GeneralASP multi-form database driven results page Pin
Member 174700020-Feb-05 7:46
Member 174700020-Feb-05 7:46 
GeneralWeb Application Pin
mitthooo19-Feb-05 22:36
mitthooo19-Feb-05 22:36 
Generalimport contacts of msn/yahoo Pin
millisami18-Feb-05 20:45
millisami18-Feb-05 20:45 
QuestionHow send email with attachment???? Pin
Small Rat18-Feb-05 9:52
Small Rat18-Feb-05 9:52 
AnswerRe: How send email with attachment???? Pin
Luis Alonso Ramos19-Feb-05 12:12
Luis Alonso Ramos19-Feb-05 12:12 
GeneralRe: How send email with attachment???? Pin
Small Rat21-Feb-05 6:34
Small Rat21-Feb-05 6:34 
GeneralRe: How send email with attachment???? Pin
Member 154211923-Feb-05 2:03
Member 154211923-Feb-05 2:03 
AnswerRe: How send email with attachment???? Pin
Member 154211923-Feb-05 1:55
Member 154211923-Feb-05 1:55 
Questionwhat means proxy-connection:? Pin
ThinkingPrometheus18-Feb-05 9:06
ThinkingPrometheus18-Feb-05 9:06 
GeneralHiding HTML controls using Javascript Pin
hitu_kapadia18-Feb-05 3:08
hitu_kapadia18-Feb-05 3:08 
GeneralRe: Hiding HTML controls using Javascript Pin
Qaiser.Muhammad18-Feb-05 14:24
Qaiser.Muhammad18-Feb-05 14:24 
GeneralRe: Hiding HTML controls using Javascript Pin
hitu_kapadia21-Feb-05 2:54
hitu_kapadia21-Feb-05 2:54 
Generalplug-in in IE Pin
Pauwl18-Feb-05 2:48
Pauwl18-Feb-05 2:48 
Questionhow to set tomcat4.1 to run the java class with larger heap size Pin
kinkei17-Feb-05 20:41
kinkei17-Feb-05 20:41 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.