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