Click here to Skip to main content
15,891,033 members

Comments by Ammar_Ahmad (Top 13 by date)

Ammar_Ahmad 10-May-14 5:09am View    
@Richard MacCutchan:
Seems like it wasn't, I have changed the code to:
<pre>System.Diagnostics.Process.Start("C:\Program Files\Java\jre8\bin\javaw.exe", "Launch")</pre>

which runs fine. Is there a way I can make the set java command in the environment path so that I can directly use?
<pre>System.Diagnostics.Process.Start("javaw", "Launch")</pre>

without hardcoded paths.
Ammar_Ahmad 9-Jan-14 17:37pm View    
Thanks :D that helped a lot :D
Ammar_Ahmad 9-Jan-14 17:22pm View    
Thanks for the fast reply but now I am in another issue. I have a breakpoint in the procedure so I can see exactly how the values in variable are. It seems like the value is never reached. Here is the result:
http://imgur.com/4vGgJ1g
Ammar_Ahmad 4-Jan-14 8:11am View    
Hi, sorry for the late reply... I would love to see your suggestions too :D
And btw happy new year :)
Ammar_Ahmad 21-Nov-13 15:06pm View    
Thanks for the quick reply. Also thanks for the tip regarding the encryption. :)