I\'ve a created an standalone application in which my aim is to execute a command(with arguments Eg: gedit filename). How to do this through java pr开发者_开发问答ogramming. I tried the following piec
just recently my Visual Studio 2010 and 2008 Professional have stopped catching runtime errors. I\'m not sure if a setting within these IDEs were configured wrong or if it is a firewall problem (my OS
Does anyone know how to setup/configure Tomcat\'s JSP engine to load JSP pages from an external source like a database or JCR?The project that I\'m working on uses groovy scripts, freemarker templates
I want to run some tests when my ASP.NET webapp comes online (preferably before anyone tries to access it), to make sure all of my runtime dependencies are available as I expect them to be.
I want to run a batch file through java program. The batch file itself runs a exe file with some filename as arguments. I tried this by creating a C program and running that exe through java. Is there
Accessing a member on Form may cause a runtime exception because it is a field of a marshal-by-reference class
I just want to know when are characters that sb enter from the keyboard stored in the buffer? I mean : when the character key is pressed, or when enter is pressed, or there is another timing? my quest
I 开发者_Go百科am using gzip utilities in windows machine. I compressed a file and stored in the DB as blob. When I want to decompress this file using gzip utility I am writing this byte stream to pro
What Visual C++ Runtimes are users likely to have installed? Update: This question has become more of a \"W开发者_开发知识库hat is the best way to deploy internet based applications, written in C++.
Let\'s say that I have two .Net applications running on a single machine. Both applications access a static property in a class. Considering the following scenario in sequential order: