Starting iml project file without launching IDE Follow
How can I open iml project file without launching IDE?
Error screen in attachment.
PS. IDEA 12.0.4
Attachment(s):
Bilderman 2013.02.27 17-35-15.png
Please sign in to leave a comment.
How can I open iml project file without launching IDE?
Error screen in attachment.
PS. IDEA 12.0.4
Please sign in to leave a comment.
Hi Alex,
Just open it in any text editor.
Denis
Hm. Why?
I need to open the project, not contents of iml file.
Sorry, I understood the question exactly like 'how to see *.iml file contents'.
AFAIK there is no way to start the ide from *.iml. You can create an empty project and import an *.iml into it via Main Menu | File | Import Module
Denis
i.e. iml file - not the whole project, and module that's just only be imported into project?
That's true.
A project file is an *.ipr (old style) or .idea directory
Denis