문제

I just started using linux (Ubuntu) and switched to IntelliJ as my new IDE. I just finished setting up my first project, but I can't find where to change the default program for opening my .swf output file.

Right now it keeps opening my file with 'Movie Player' which doesen't even recognize .swf files.

Is this a linux setting I have to change (default program for filetype) Or a setting in IntelliJ?

도움이 되었습니까?

해결책

Usually it's possible to override the application in the Run/Debug configuration. For Flash the setting is Launch with, for Haxe it would be Alternative executable.

다른 팁

You can set it up here:Settings > IDE SETTINGS > File Types. This will change the view mode for different file types. As on my windows machine, .swf is not in the list. This may indicate that you have to change this file's default program in your OS (Ubuntu).

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top