Idea 8 crash on macosx

Hi,

I've updated my IDEA to version 8 on my Mac OS X 10.5.5 (9F33).
Start nice but when I tried to launch a simple test IDEA crash !!!!

Same operation on IDEA 7 same project same test : No problem.

I've opened my Infos.plist and add this options without success.

-Xms256m -Xmx1024m -XX:MaxPermSize=120m -Xbootclasspath/a:../lib/boot.jar -ea

Other issue ... your flex support losse the target ... I hate flexbuilder but it's always better than IDEA flex support !!!!!
What the matter !!!

I also work with IDEA 8 on my windows (argggg) and it work fine and it's a greate product, no probleme ... iI've love it ...

Thanks.

0
11 comments

Does it help if you remove growl.jar from IDEA_HOME\lib?

0

Yes !!!!!

Thanks

0

Could you please provide more detailed information on this subject?

David wrote:

Other issue ... your flex support losse the target ... I hate flexbuilder but it's always better than IDEA flex support !!!!!
What the matter !!!



--
Best regards,
Maxim Mossienko
IntelliJ Labs / JetBrains Inc.
http://www.intellij.com
"Develop with pleasure!"

0

Ok I try ;)

With my java developper mindset I would be able to.

Create a maven project... replace jar dependencies with swc dependencies.
Create my project with mvn idea:idea

I would like that my scr folder was : src/main/flex
I would like that my swc dependencies was in my librairy path .. actually with my test a need to place my dependencies in my flex sdk lib directory !!!!
I would like to see my swc file created in target folder a default place.

Configuration of the flex project is a pain it can be more clean like :
mvn idea:idea
-> open intellij
-> go to my main mxml file
-> select .. right click et start in debug or not mode ...

And many other improvments for easy day to day use ;)

I try to use http://code.google.com/p/flex-mojos/ to improve IDEA/flex usability ;(

0

BTW, projects created with mvn idea:idea may have random problems.

Edited by: Serge Baranov on Nov 9, 2008 10:58 PM

0

Does it help if you remove growl.jar from IDEA_HOME\lib?


I've got the same issue. Please fix it in the next release.

BTW, when I'm trying to run IDEA through command line, it looks like it will be first run, but I've opened terminal in the same account (of course close app earlier). Do you have any "IDEA"? ;)

Is there also any tutorial to run IntelliJ in debug mode or to find some logs?

Thanks

0

Logs are under ~/Library/Caches/IntelliJIDEA80/log/ directory.

It's Apple bug and we'll try to provide a workaround in the next update.

0

Logs are under ~/Library/Caches/IntelliJIDEA80/log/ directory.

It's Apple bug and we'll try to provide a workaround in the next update.

OK, thanks. But do you know why there is the difference between run IDEA through command-line and normal ("icon clik")?

Leszek

0

idea.sh uses options from idea.vmoptions, native launcher uses vm options from the Info.plist. Probably some other differences apply, I'm not aware of OSX launcher internals.

0

Issues with Maven integration for flex is
http://www.jetbrains.net/jira/browse/IDEA-18399,
http://www.jetbrains.net/jira/browse/IDEA-20238
please, post your suggestions there

David wrote:

Ok I try ;)

With my java developper mindset I would be able to.

Create a maven project... replace jar dependencies with swc dependencies.
Create my project with mvn idea:idea

I would like that my scr folder was : src/main/flex
I would like that my swc dependencies was in my librairy path .. actually with my test a need to place my dependencies in my flex sdk lib directory !!!!
I would like to see my swc file created in target folder a default place.

Configuration of the flex project is a pain it can be more clean like :
mvn idea:idea
-> open intellij
-> go to my main mxml file
-> select .. right click et start in debug or not mode ...

And many other improvments for easy day to day use ;)

I try to use http://code.google.com/p/flex-mojos/ to improve IDEA/flex usability ;(



--
Best regards,
Maxim Mossienko
IntelliJ Labs / JetBrains Inc.
http://www.intellij.com
"Develop with pleasure!"

0

Removing growl.jar helped me. My project was crashing after rebuilding.

0

Please sign in to leave a comment.