Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

Xcode & Mac OS X

Options
  • 10-06-2006 1:54pm
    #1
    Closed Accounts Posts: 703 ✭✭✭


    I've just recently switched from using WinXP & Eclipse to Mac OS X & Xcode to develop/test Java programs.

    In eclipse, it would automatically apply a security policy to Java applets I create d which would permit all access; essentially letting the applet run without any security requirements (code signing etc.). Unfortunately it seems that Xcode on Mac OS X doesnt do this.

    What I need is to be able to test a Java applet in Mac OS X, using Xcode, without security issues or needing to code-sign an appplet. How do I do this?

    Any help apreciated, thanks.


Comments

  • Registered Users Posts: 1,275 ✭✭✭bpmurray


    Have you considered using Eclipse on MacOS X?


  • Closed Accounts Posts: 703 ✭✭✭SolarNexus


    yeah, I tried it. Unfortunately, Eclipse crashes on *every* OS other than Windows, at least from my experience.

    It wouldnt even get past the splash screen without an error :(


  • Registered Users Posts: 1,275 ✭✭✭bpmurray


    That's odd - it doesn't seem likely that the Mac builds are posted on eclipse.org without at least some testing. Have you tried 3.1.2?


  • Closed Accounts Posts: 703 ✭✭✭SolarNexus


    I just downloaded 3.1.2 yesterday, and it didn't work when I tried on Mac Os X :(


  • Closed Accounts Posts: 703 ✭✭✭SolarNexus


    I just realised something, something really really stupid.

    I have an iMac Intel Core Duo. Eclipse thus far, (as much as I can tell), only has a version for the Power Pc processor.

    I didnt realise this, so it certainly explains why it wouldnt work. The question now is where do I get a copy for intel processors on Mac OsX?


  • Advertisement
  • Registered Users Posts: 1,275 ✭✭✭bpmurray


    Download the source and build it?


  • Registered Users Posts: 1,865 ✭✭✭Syth


    SolarNexus wrote:
    Eclipse thus far, (as much as I can tell), only has a version for the Power Pc processor.
    Wait, hang on. Eclipse, a java application, is platform specific?!

    :confused:


  • Registered Users Posts: 4,003 ✭✭✭rsynnott


    Syth wrote:
    Wait, hang on. Eclipse, a java application, is platform specific?!

    :confused:

    Yep, it uses native controls and things.

    OP, try running Eclipse with Rosetta.


Advertisement