python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
mono built from source: which files make up the runtime? (for separate packaging)
I'm building mono from source on (very) old glibc versions/different archs to ensure compatibility on old systems. I want to bundle the runtime part of the mono install tree only, so I can distribute ...
ppenguin
Votes: 0
Answers: 0
trigger a gulp task from c# code running on azure server
I have a gulpfile which is compiled on the local machine before deployment.
The website is hosted in azure.
I am looking to have a handler in c# code that will run the gulp task on the server everytim...
user15951270
Votes: 0
Answers: 0
Can I use * in Process's getRunTime().exec(String[] cmdarray, String[] envp, File dir) ? I keep getting createprocess error=2
Below is the portion that is throwing the error
File dir = fcd.getSelectedFile(); // file directory in which to compile all code
String[] cmdarray = {"javac *.java"};
try {
Process proce...
Mason McGerry
Votes: 0
Answers: 1