Skip to content
Advertisement

Tag: makefile

Multilanguage development

I would like to develop an application with two languages. Actually, the goal is to generate two differents application, one with a language (Java), the other on in another language (C#). I would like to use makefiles to help me generate one application or the other one, thanks to targets definition. I don’t know where to begin. Have you ever

Problem with run DOS command in Java

Dear all I want to execute a EXE file in Java, but I was not able to do it correctly. Originally, in DOS command prompt, my command is like this: Note: the input file name must be place in the brackets <>. It always gave me good results when run it in DOS window. When I want my java program

Advertisement