1
1
1010101010102015-03-17 12:51:27
Java
101010101010, 2015-03-17 12:51:27

How to compile java files in idea?

Hello, there is one project of a very complex structure. This is not a java project, but java is used in it. There are some java classes that need to be modified and compiled. There is an iml file, which, as I understand it, contains all the necessary information for compilation (dependencies, output directory ). Tell me, is it possible to compile the java file I need in idea?
now the compile button is not available.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
asd111, 2015-03-17
@asd111

iml - project format for idea. Try to open idea and make open project.
If it doesn't work, you can just compile the .java files with the usual javac - java compiler from jdk and get .class files

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question