For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub
- This topic has 10 replies, 3 voices, and was last updated 18 years, 7 months ago by
Greg.
-
AuthorPosts
-
This message has not been recovered.
January 8, 2008 at 3:33 am #280374
Loyal WaterMemberThis message has not been recovered.
January 8, 2008 at 7:54 am #280388May be I am doing something wrong but when I run “./eclipse -Dmac.experimental=true” then open Myeclipse Ajax perspective and then click on the icon “Lunch Ajax web browser” I’ve got same message.
January 8, 2008 at 8:03 am #280389One more question:
Eclipse has couple of variations like:Eclipse IDE for Java Developers
Eclipse IDE for Java EE Developers
Eclipse IDE for C/C++
Eclipse for RCP/Plug-in
Eclipse Classic 3.3.1.1
Would any of them preferred for myeclipse plugin or that is not matter which of them to use with the plugin?
Does eclipse – myeclipse combination have any versioning conflicts?Thank You for any answers.
DmitriyJanuary 8, 2008 at 10:46 am #280399
Loyal WaterMemberWould any of them preferred for myeclipse plugin or that is not matter which of them to use with the plugin?
Does eclipse – myeclipse combination have any versioning conflicts?You will have to use Eclipse classic 3.3.1.1. You will have to use MyEclipse 6.0.1 with this version of Eclipse.
January 8, 2008 at 12:09 pm #280412I do have Eclipse IDE for Java EE Developers installed.
Can that be that eclipse variant of ajax tool conflicting with my eclipse variant of the tool, in my case?January 8, 2008 at 12:24 pm #280416
Loyal WaterMemberQuite possible. Can you try using the Eclipse Classic version.
January 8, 2008 at 12:36 pm #280418Thanks I’ll try
January 8, 2008 at 1:16 pm #280423
Loyal WaterMemberKool. Let me know if you continue facing problems.
January 9, 2008 at 11:51 am #280479I did try new installation last night:
Latest eclipse classic – latest myeclipse which is Version: 6.0.1 GA
I do have professional subscription which should gives full range of functionalities, as I think.Right after fresh installation of both and lunch for the first time by double click on eclipse, I did open Ajax perspective Icon “lunch ajax web browser” was there.
When I did click on that I’ve got the message mentioned previously.
Then I did close eclipse and start that from command line with recommended flag “-Dmac.experimental=true” that makes the icon “lunch ajax web browser” disappear forever, no matter which perspective I’ve open.January 10, 2008 at 4:54 pm #280567
GregMemberDmitriy,
To enable Ajax tools on Mac you have add the -Dmac.experimental=true vm argument. WIth eclipse to add a vm argument you have to add the -vmargs switch. So it should look like this:
eclipse -vmargs -Dmac.experimental=trueOn OSX though I believe you may have to go into the eclipse.app itself and modify the eclipse.ini file. In there you should see a line for -vmargs so just add the -Dmac.experimental=true flag after that.
Let me know if you can’t get it working and I can find an eclipse.ini that we have used internally when testing mac.
-
AuthorPosts

