简体   繁体   English

如何编译包含不同类型的源代码?

[英]how can i compile a source code that contains different types?

I'm new in Java. 我是Java新手。 I've ran a toolkit in Ubuntu. 我已经在Ubuntu中运行了一个工具包。 to run the toolkit, i must export Apache Ant, Apache HADOOP , SWIG and another source code. 要运行该工具包,我必须导出Apache Ant,Apache HADOOP,SWIG和其他源代码。 So, i want to compile the source code in Eclipse. 因此,我想在Eclipse中编译源代码。 The source code contains these files: -Bin -Class -Data: it contains *.itg files -Lib: it contains .jar files -Scripts: Two files contain *.pl and shell script A file contains *.py and *.sh A file contains *.sh , *.pl and .py A file contains files that include *.cpp, .pl, .pm 源代码包含以下文件:-Bin -Class -Data:包含* .itg文件-Lib:包含.jar文件-脚本:两个文件包含* .pl和shell脚本一个文件包含* .py和* .sh一个文件包含* .sh,* .pl和.py一个文件包含的文件包括* .cpp, .pl, .pm

-Build.xml -Logging.properties -Build.xml -Logging.properties

please help me, which compilers can compile these codes? 请帮助我,哪些编译器可以编译这些代码?

Check in text editor build.xml - probably that file contains "Apache ANT" configuration for your project. 签入文本编辑器build.xml-可能该文件包含您项目的“ Apache ANT”配置。 Probably there is already ANT target that allows compilation, etc. 可能已经有允许编译的ANT目标,等等。

For ANT usage see following link: http://ant.apache.org/manual/index.html 有关ANT的用法,请参见以下链接: http : //ant.apache.org/manual/index.html

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM