How to configure external tools for Javac in eclipse

158 views Asked by At

I have a problem. I want to run a programm in java that is written in C++. For that purpose I have to create headerfiles and to compile. I watched several tutorials. They all just telling me to type in that and click on button and the file is created. But it is not. Nothing is working at all. When I have to set up configuration. Therefore I shall give several input like location of the exe file of javac, the working directory and so on. That is not a problem. The problems occure when I have to give the arguments. I get different error messages. And I don't find usable help to those. To me it is just not figure out what I shall give as arguments and all tutorials and helps doesn't change anything. Can anyone tell me in easy language what I have to give as arguments. For example. You have a file with the name fileToGive.abc . It is located at C:/file/fileToGive.abc . So you have to type in $filepath{C:/file/} or you have to type in $path:{/file} Thanks for your help.

Here I have to give the arguments

0

There are 0 answers