IBM i Global

 View Only
Expand all | Collapse all

What's an IBM i Mac RDi Developer to do?

  • 1.  What's an IBM i Mac RDi Developer to do?

    Posted Tue July 26, 2022 10:05 AM

    I've been a developer on IBM i and it's predecessors since 1981. I transitioned away from green screen SEU many years ago when WDSC was announced and then RDi. I then got away from Microsoft and started developing on a MacBook Pro about 15 years ago. I used VMWare to setup a virtual machine on the Mac for Windows and used RDi there. Once RDi became available for Mac, I was quite the happy camper. I love my RDi for Mac!

    Much to my dismay, It appears I may need to give it up as IBM has not announced support for macOS above level 10.13.6 (that I'm aware of). I'm currently using RDi V9.5 since I can't get V9.6. Via Googling, I've seen many threads on this dilemma with input from IBM Champions Jack Woehr, Jon Paris, Scott Klement and IBM'ers like Eric Simpson and others. I've yet been able to put all that research together in one concise place and make it work. If I were able to get it to work, what's the guarantee the next macOS won't kill it?

    The ole MacBook has served itself well since 2017 but it's time for a new one. Hence the huge dilemma. I cannot upgrade without being able to use RDi. It is the life-blood of my business. So I began investigating other options and have found a couple of close-but-no-cigar alternatives. Visual Studio Code for IBM i and MiWorkplace.  Now I see there is Merlin. While these have their merits, they're still no RDi and here's why (at least in my experience).

    For the typical day-to-day IBM i developer, I believe there are three main perspectives we use: i-Projects, Database Developer, DDS Design. Let's first examine i-Projects differences.

    Today, writing RPG code can be done in almost anything; even notepad. No biggie, right. I say nay nay. If you write in free format and utilize procedures, embedded SQL, service programs, /include, /copy then the "Outline View" is indispensable. VS Code for IBM i does not have an outline view. MiWorkplace does but it does not seem as robust. In RDi, when using op-codes like dcl-proc, dow, if, select, etc, RDi puts the end-proc, etc in for you. The others do not. The other products do have a way to make it work by making your own snippets, but, should we really have to do that? For /include and /copy, RDi gives you a way to edit and browse those members within the current member. The others do not.

    Now let's examine the Database Perspective. For me, this is also an indispensable item. My RPG code is 100% SQLRPGLE. I no longer use traditional RPG I/O. I use SQL for I/O.  The only time I use a F-Spec (dcl-f) is for printer files. In addition, I no longer use DDS to create physical files. I use SQL create table.

    MiWorkplace does not appear to have any database support. VS Code for IBM i has a extension to launch SQL from IBM i Access. But again, iAccess SQL is nowhere near as robust as the RDi Database Perspective. The ability to have a tree view of schemas, tables, views, etc, is huge when doing 100% embedded SQLRPG. It also give me the ability to store connection settings so that I can connect to multiple servers.

    Some of my shops work with external databases such as MySQL and SQL Server. Database Perspective gives me the ability to connect to these servers very easily; and thanks to Scott Klement's JDBC from RPG service program, I've done this quite often in RPG.

    In so far as the DDS design perspective goes, I've yet to find anything remotely similar. Report output is  the most tedious and mundane task of day-to-day life as a coder. I still have my 1980's vintage IBM RPG Ruler for report design! The DDS design perspective makes it so simple I no longer dread it. You just can't beat WYSIWYG design tools.

    I've made no mention of Merlin in this narrative because I've yet to find any documentation on how to get it or how to install it. So I can't make any comparisons.

    In conclusion, I dread having to go backwards and install Windows on a Mac. I also hope RDi isn't going away and that IBM sees the overall value in it. Not just as a stand-alone tool but for the entire IBM i value proposition was well. I have to think I'm not alone and that there are hundreds of other developers around the world in the same boat as me.

    I still believe the good ole AS/400 is the greatest machine ever made. I've spent the majority of this century proving to my client base it can do anything any other system can do and then some. I've saved many IBM shops from migrating away from it. RDi was one of the tools that helped me accomplish saving these systems from going to Microsoft. 

    I would love to hear if anyone else out there has faced this situation and how they've handled it. Or what tools other IBM i Mac developers use. Thanks for reading!



    ------------------------------
    Michael Mayer
    ------------------------------


  • 2.  RE: What's an IBM i Mac RDi Developer to do?

    Posted Tue July 26, 2022 03:31 PM
    Hi Michael,

    even if it's not officially supported by IBM, RDi runs quite fine under macOS 12.4 Monterey
     image0.jpeg

    But only could test it on an Intel Mac - I don't have an Apple Silicon / ARM machine here. And you need some "tricks" to get it installed:

    1. You have to download Installation Manager version 1.9.2.2
    2. From the command line run: xattr -c agent.... to remove the "downloaded from the internet" attribute from the installer archive
    3. Unpack
    4. From the command line run: ./userinstc  -acceptLicense .... this suppresses an error you will get all the time
    5. Run Installation Manager and install RDi from the official online repository

    This should work if you have gatekeeper switched to "App Store and verified developers" (hopefully the translation of correct, because I use German system language).

    If you need more support, just send me a mail with your questions or problems.

    HTH and kind regards,
    Daniel





  • 3.  RE: What's an IBM i Mac RDi Developer to do?

    Posted Wed July 27, 2022 07:32 AM
    Oh wow! This gives me hope. Thanks so much Daniel!! A couple of follow up questions are, would the install of the latest RDi see I currently have V9.5 and do it as an upgrade or would I need to re-configure everything again? Or possibly is there a way to point to my current "workspace" to use it in the new version. I seem to remember when a time when I installed 9.5 I was not able to import my workspace from a previous version. But that's possibly because it was a windows version when I moved to the Mac. Can't remember.

    ------------------------------
    Michael Mayer
    ------------------------------



  • 4.  RE: What's an IBM i Mac RDi Developer to do?

    Posted Wed July 27, 2022 08:06 AM
    There are a large number of mac users using RDi 9.6 successfully and 9.6 is continuing to be updated.

    RDi 9.5 and RDi 9.6 are separate releases.  You will have to get a license for 9.6.  Your workspaces from 9.5 will work in 9.6.
    You can download RDi 9.6 and use it for 120 days before you need the permanent license.

    ------------------------------
    Eric Simpson
    ------------------------------



  • 5.  RE: What's an IBM i Mac RDi Developer to do?

    Posted Wed July 27, 2022 08:20 AM
    Thanks Eric. Getting a license isn't an issue. Gladly done. When I first tried to install 9.6 it was when it was first released. I was dead in the water and had to restore the operating system on the Mac and then restore all the data from TimeMachine. It took about a week to finish. So I'm very leery of going through that pain again. The only remaining question at this point seems to be if it will work on a brand new Mac with the M1 chip?

    ------------------------------
    Michael Mayer
    ------------------------------



  • 6.  RE: What's an IBM i Mac RDi Developer to do?

    Posted Wed July 27, 2022 09:42 AM
    People, I don't know which Michael Mayer this was but it was NOT ME. I don't own a MAC, never used a MAC and am not a developer and certainly don't use RDI. 
    I am an IBM i system admin at The Florida Bar. You can find me here:
    https://www.linkedin.com/in/michael-mayer-019b0710/
    Who this other Michael Mayer is that posted .. anyone's guess.

    ------------------------------
    Michael Mayer
    ------------------------------



  • 7.  RE: What's an IBM i Mac RDi Developer to do?

    Posted Wed July 27, 2022 05:31 PM
    Hi Michael,

    I got RDi 9.6.0.11 up and running on a MacBook Pro Max (with M1 Max Processor) with Monterey 12.5.
    So it works but is not officially supported.

    Thanks to Mike Hockings from IBM support I got it to work.

    What you need to do is to use these instructions:
    Issues with Rational Developer for i (RDi) V9.6.0.x and macOS Big Sur (version 11)
    Ibm remove preview
    Issues with Rational Developer for i (RDi) V9.6.0.x and macOS Big Sur (version 11)
    With macOS Big Sur (version 11), there are various issues involved with using, installing, and updating Rational Developer for i 9.6.
    View this on Ibm >


    Very easy - isn't it ;-) ?

    I wait for the new RDi Version which should appear quickly but I still wait for. In an Interview from 1st of February this year, Steve Ferrell said, it is ready and will support the latest Eclipse with RDi (which is now 18 versions behind) and will support latest OSs on Windows and Mac (with Windows 11 for ARM you get the same problems like on new Mac OS and can solve it the same way as described in the above link).

    I hope this helps and I hope that IBM is understanding that they need to speed up the Tool Chain and not going that strange MERLIN way which doesn't lead to modern tools but to the dependency of one IBM Partner and this couldn't be the solution.

    Making RDi better and / or support the Visual Studio Code Open Source Tools will be the better way. We already use Git and Jenkins with RPG / Cobol for years so we don't need a Linux to do that for IBM i.

    It would be great if IBM will understand what they really have with their native IBM i. With the ILE environment because in these times where Cyberwar is everywhere you need a secure System and IBM I with ILE is really secure.
    See the Security Patches for IBM I and which Parts they affect.
    Everything but not ILE!

    We create fast and secure Microservices and Webservices ONLY with ILE.- without PASE, Websphere, Apache, and other "cool" stuff on IBM i, although I know these things very well and use them in some projects.
    But you don't need to do it if there is no need.
    Since security comes into the mind of Managers (thanks to Log4j) the ILE way makes a lot of sense to more and more people.
    Check how often an IBM I with native IBM I services was hacked... ;-)

    Wish you a great time and success with the installation.

    Kind regards
    Markus



    ------------------------------
    Markus A. Litters
    ------------------------------



  • 8.  RE: What's an IBM i Mac RDi Developer to do?

    Posted Wed July 27, 2022 05:46 PM
    That's not me ... my name
    Was used in error or its another Michael Mayer 

    Sent via the Samsung Galaxy S20 FE 5G, an AT&T 5G smartphone
    Get Outlook for Android





  • 9.  RE: What's an IBM i Mac RDi Developer to do?

    Posted Wed July 27, 2022 05:55 PM
    Sorry Michael,

    I pressed the reply button from IBM.... So I don't know who the other Michael is or why this happens...
    Maybe IBM isn't using a DB2 on i !? ;-)

    Wish you all the best and who knows - maybe you can use these info some day...

    Kind regards
    Markus

    ------------------------------
    Markus Litters
    ------------------------------



  • 10.  RE: What's an IBM i Mac RDi Developer to do?

    Posted Wed July 27, 2022 06:29 PM
    Maybe

    Sent via the Samsung Galaxy S20 FE 5G, an AT&T 5G smartphone
    Get Outlook for Android





  • 11.  RE: What's an IBM i Mac RDi Developer to do?

    Posted Wed July 27, 2022 06:31 PM
    Perhaps you could use my IBM I reference pages blog at:

    Sent via the Samsung Galaxy S20 FE 5G, an AT&T 5G smartphone
    Get Outlook for Android





  • 12.  RE: What's an IBM i Mac RDi Developer to do?

    Posted Thu July 28, 2022 03:10 AM
    Thanks Markus! That's great news! And I agree with everything you said. I do the same type development. Looks like I'll be able to get the new Mac sooner now and give it a try.

    ------------------------------
    Michael Mayer
    ------------------------------



  • 13.  RE: What's an IBM i Mac RDi Developer to do?

    Posted Thu July 28, 2022 08:46 AM
    People, PLEASE stop sending me material and emails about this post. IT IS A MISTAKE. I've NEVER used a MAC and NEVER used RDI. I am an IBM i on Power system admin NOT a developer. 
    To the IBM Power Community - PLEASE PLEASE PLEASE remove this thread.

    ------------------------------
    Michael Mayer
    ------------------------------



  • 14.  RE: What's an IBM i Mac RDi Developer to do?

    Posted Fri July 29, 2022 09:32 AM

    Hi Markus, 

    I'd love to clarify my interview comments that appear to be taken out of context. 

    Our next release, currently in Beta, will be a fix pack based upon the 9.6 stream, and will NOT include an update to Eclipse.
    We understand the frustration with Mac OS installs, and the community need for an updated Eclipse. 

    As stated in earlier posts, users are able to install on Mac OS Big Sur and Monterey using these instructions:


    P2 installs and an updated Eclipse are the top priority on our roadmap. 

    We will continue to Improve RDi, and recognize the need for speeding up the tool chain.

    As always we welcome your input on how to improve RDi using the IBM Ideas site:

    RDi ideas can be found Under the IBM i folder, as RDi (Rational Developer for i).

    Hope this helps.

    Steve Ferrell



    ------------------------------
    Steve Ferrell
    Principal Software Engineer Lead
    ------------------------------



  • 15.  RE: What's an IBM i Mac RDi Developer to do?

    IBM Champion
    Posted Thu July 28, 2022 08:39 AM
    I just want to clear out some mistakes in your post about the capabilities of Code for IBM i:

    > VS Code for IBM i does not have an outline view

    Code for IBM i does indeed have an outline view - you find it at View > Open view... and type "outline". It will open in the secondary side bar and contains all symbols, e.g.variables and procedure names:



    > For /include and /copy, RDi gives you a way to edit and browse those members within the current member. The others do not.

    Code for IBM i does indeed allow you to open copy members referenced on /include or /copy - put the cursor on the line with /include or /copy and press Shift-F12, and the referenced member / file will open in a new editor, ready for changes.

    I've been using RDi for many years and have loved the product - but Code for IBM i (VS Code) has some capabilities not found in RDi, that I now find hard to live without, e.g.
    • Multi-cursor
    • Linting
    • Ease of managing extensions
    • Support (extensions) for non-IBM i source like Python, JavaScript, bash, JSON, XML and more
    • Price
    • It's open source - so you can change it if you like (and know JavaScript) and help extending the product
    There is nothing wrong with RDi, it's a great product - but so is Code for IBM i (I have no experience with MiWorkPlace). Each developer should use the tool he/she is most comfortable with and productive in. And I'm primarily now using VS Code (Code for IBM i) and rarely RDi...

    Best regards,
    Christian

    ------------------------------
    Christian Jorgensen
    IT System Administrator
    Network of Music Partners A/S
    ------------------------------



  • 16.  RE: What's an IBM i Mac RDi Developer to do?

    Posted Thu July 28, 2022 08:44 AM

    I posted this before..... I am NOT the Michael Mayer on that thread. IT'S A HUGE MISTAKE and I've posted that.

    I've never used a MAC or RDI. I'm a system admin, not a developer.

     

    Very Respectfully,

    Michael Mayer

    IBM i on Power System Admin.

    IT Operations.

    The Florida Bar

    651 E. Jefferson St

    Tallahassee, Florida 32399-2300

    mmayer@floridabar.org

    https://www.floridabar.org

    Office: 850.561.5761

    Cell: 518.641.8906

    IBM i Reference blog page: http://ibmireference.blogspot.com/

     

     

    Please note: Florida has very broad public records laws. Many written communications to or from The Florida Bar regarding Bar business may be considered public records, which must be made available to anyone upon request. Your e-mail communications may therefore be subject to public disclosure.

     

     

     






  • 17.  RE: What's an IBM i Mac RDi Developer to do?

    Posted Thu July 28, 2022 08:49 AM
    To IBM Community - for my piece of mind, remove this thread or get my name off of it. It must be another Michael Mayer but it is NOT me who posted that.

    Very Respectfully,

    Michael Mayer

    IBM i on Power System Admin.

    IT Operations.

    The Florida Bar

    651 E. Jefferson St

    Tallahassee, Florida 32399-2300

    mmayer@floridabar.org

    https://www.floridabar.org

    Office: 850.561.5761

    Cell: 518.641.8906

    IBM i Reference blog page: http://ibmireference.blogspot.com/

     

     

    Please note: Florida has very broad public records laws. Many written communications to or from The Florida Bar regarding Bar business may be considered public records, which must be made available to anyone upon request. Your e-mail communications may therefore be subject to public disclosure.



    ------------------------------
    Michael Mayer
    ------------------------------



  • 18.  RE: What's an IBM i Mac RDi Developer to do?

    IBM Champion
    Posted Thu July 28, 2022 09:03 AM
    Hi Michael, IBM i on Power System Admin, The Florida Bar

    Sorry if my post was sent to you - I think the software behind IBM Community may use the username when sending notifications, because your username is identical to the original posters but you have different ID's in the database (yours is c3ba0a51-b35b-44ac-bcb0-760e729bea27).

    You could try changing your username, e.g. adding an initial from a middlename or adding the company? Definitely quicker than waiting for IBM to change their software...

    All the best to you - and sorry!

    Best regards,
    Christian

    ------------------------------
    Christian Jorgensen
    IT System Administrator
    Network of Music Partners A/S
    ------------------------------



  • 19.  RE: What's an IBM i Mac RDi Developer to do?

    Posted Thu July 28, 2022 09:08 AM

    How did you find that ID in the DB?

     

    Very Respectfully,

    Michael Mayer

    IBM i on Power System Admin.

    IT Operations.

    The Florida Bar

    651 E. Jefferson St

    Tallahassee, Florida 32399-2300

    mmayer@floridabar.org

    https://www.floridabar.org

    Office: 850.561.5761

    Cell: 518.641.8906

    IBM i Reference blog page: http://ibmireference.blogspot.com/

     

     

    Please note: Florida has very broad public records laws. Many written communications to or from The Florida Bar regarding Bar business may be considered public records, which must be made available to anyone upon request. Your e-mail communications may therefore be subject to public disclosure.

     

     

     






  • 20.  RE: What's an IBM i Mac RDi Developer to do?

    IBM Champion
    Posted Thu July 28, 2022 10:49 AM
    I just hovered over the username in the post and saw the UserKey part of the URL.

    ------------------------------
    Christian Jorgensen
    IT System Administrator
    Network of Music Partners A/S
    ------------------------------



  • 21.  RE: What's an IBM i Mac RDi Developer to do?

    Posted Thu July 28, 2022 11:53 AM

    I kind of figured that but wanted to hear it in case there was something I missed.

     

    Very Respectfully,

    Michael Mayer

    IBM i on Power System Admin.

    IT Operations.

    The Florida Bar

    651 E. Jefferson St

    Tallahassee, Florida 32399-2300

    mmayer@floridabar.org

    https://www.floridabar.org

    Office: 850.561.5761

    Cell: 518.641.8906

    IBM i Reference blog page: http://ibmireference.blogspot.com/

     

     

    Please note: Florida has very broad public records laws. Many written communications to or from The Florida Bar regarding Bar business may be considered public records, which must be made available to anyone upon request. Your e-mail communications may therefore be subject to public disclosure.

     

     

     






  • 22.  RE: What's an IBM i Mac RDi Developer to do?

    IBM Champion
    Posted Thu July 28, 2022 11:15 AM

    We all understand that "Wrong" Michael.

    But this is an important discussion thread and you need to report this problem directly to the IBM folks. Simply asking people not to post here is not the way to go. This is an important thread for those of us who use Mac and should be maintained. It was started by someone with the same name as you and IBM's software is screwing up for some reason.

    Please just report it to IBM and ignore any emails related to Macs and IBM i.



    ------------------------------
    Jon Paris
    ------------------------------



  • 23.  RE: What's an IBM i Mac RDi Developer to do?

    Posted Thu July 28, 2022 12:17 PM
    Thx Jon.

    ------------------------------
    Michael Mayer
    ------------------------------



  • 24.  RE: What's an IBM i Mac RDi Developer to do?

    Posted Fri July 29, 2022 09:28 AM
      |   view attached
    Thanks for those tips Christian! I gave them a try and it appears the outline view does work for me as long as the RPG source member is **FREE. Otherwise it returns no symbols found. For the /include or /copy it seems to require the fully qualified path to the member rather than the typical legacy format wherein it uses the library list to find it. It is understandable that it works that way. Unfortunately, there's plenty of legacy code to maintain. But we'll get to the promised land one day.. lol.. 

    One thing I'm particularly interested in is the "database browser". I found a blog post of tips & tricks by the Seiden Group about viewing SQL results inline and several other posts where the screenshot shows a database browser. I've yet to figure out how to get it to display. That being said, I just found out today that the member browser I was trying to get to display was replaced by the object browser. So I'm wondering if the database browser has been replaced with the DB2 for I Schema Browser.  I've uploaded a copy of the screen shot. 


    ------------------------------
    Michael Mayer
    ------------------------------



  • 25.  RE: What's an IBM i Mac RDi Developer to do?

    IBM Champion
    Posted Fri July 29, 2022 10:48 AM
    Yes the Db2 for i Schema Browser is what you want Michael.  Nice little tool with a few quirks but getting better all the time.

    ------------------------------
    Jon Paris
    ------------------------------



  • 26.  RE: What's an IBM i Mac RDi Developer to do?

    IBM Champion
    Posted Fri July 29, 2022 11:11 AM
    Yeah, the RPG features are primarily for *free format RPG. Although there are some column assist for fixed-format RPG - but I haven't used it, I only code in free-format... ;-)

    The /include and /copy works best for absolute paths - I found yesterday that relative links are based on the working directory (which is not the way the compiler resolves the file), so try setting the working directory and see if the copy files open.

    If you find any errors or have ideas for the RPG features in Code for IBM i, please report it in the GitHub repository for the RPG extension:
    https://github.com/halcyon-tech/vscode-rpgle

    If you find error or have ideas for Code for IBM i itself, please report them in this repository:
    https://github.com/halcyon-tech/vscode-ibmi

    Best regards,
    Christian

    ------------------------------
    Christian Jorgensen
    IT System Administrator
    Network of Music Partners A/S
    ------------------------------



  • 27.  RE: What's an IBM i Mac RDi Developer to do?

    Posted Tue August 02, 2022 03:29 PM
    Hi Michael! Thanks for trying the extension! 

    * First off, judging by the video, you're on a seriously outdated version of the extension. As you noted, the Member Browser is now the Object Browser and the Database Browser was moved to it's own view: Db2 for i Schema Browser.
    * The latest version of the extension is 1.5.3 - restart VS Code, go to the extensions view, click on Code for IBM i and the version number appears there. It should update automatically or ask you to reload for an update.
    * The content assist does work for fixed-format, mixed-format and total free-format, but only ILE RPG. It will not support OPM RPG - sorry! 
    * Yes, it will only look for copybooks in the same library that the open member is in - we do this for performance reasons.

    Also, please do ask any question on the official repo forum. I am happy to help and there are many others who want to help too: https://github.com/halcyon-tech/vscode-ibmi/discussions

    ------------------------------
    Liam Allan
    ------------------------------



  • 28.  RE: What's an IBM i Mac RDi Developer to do?

    Posted Tue August 02, 2022 03:35 PM

    Hi Liam. I'm a different Michael Mayer as you see from my email signature.

    IBM got the 2 of us confused on the IBM Community blog.

     

     

    Very Respectfully,

    Michael Mayer

    IBM i on Power System Admin.

    IT Operations.

    The Florida Bar

    651 E. Jefferson St

    Tallahassee, Florida 32399-2300

    mmayer@floridabar.org

    https://www.floridabar.org

    Office: 850.561.5761

    Cell: 518.641.8906

    IBM i Reference blog page: http://ibmireference.blogspot.com/

     

     

    Please note: Florida has very broad public records laws. Many written communications to or from The Florida Bar regarding Bar business may be considered public records, which must be made available to anyone upon request. Your e-mail communications may therefore be subject to public disclosure.

     

     

     






  • 29.  RE: What's an IBM i Mac RDi Developer to do?

    Posted Wed February 08, 2023 09:28 AM
    I have run into issues where v9.6 was part of a macOS upgrade from 11, 12 and now 13 worked without issue at V9.6.0.6 and made the mistake of updating to the latest v9.6.0.12. That was the end of the IDE. Installers don't work, and the IDE doesn't run. It seems the only stable support IBM has for this is Windows.

    ------------------------------
    Sean Batson
    ------------------------------



  • 30.  RE: What's an IBM i Mac RDi Developer to do?

    Posted Wed February 08, 2023 01:24 PM

    Hi Sean,

    this sounds very bad and strange.

    I have RDi installed and running (even with some Plugins like iSphere or CMOne) on my MacBook Pro M1 Max and MacBook Air M2 running Mac OS Ventura 13.2 without problems.
    So I would say it is not a general problem at all but it is very sad that it is still not supported for actual Operating Systems.

    Maybe you uninstall everything and install it again with the instructions I mentioned in my post above from 27th of July 2022:

    https://www.ibm.com/support/pages/issues-rational-developer-i-rdi-v960x-and-macos-big-sur-version-11

    This should work also with Ventura and RDi 9.6.0.12

    We all still hope that a new RDi Version soon appears based on actual Eclipse and supporting actual Operating Systems like the Mac OS Versions as well as the Windows 11 for ARM.
    On the other side Visual Studio Code together with the Code4i Add Ons should also get better quickly so it can be a real alternative for RDi.
    Depending on what you want to do it is already an alternative...

    I wish you success and would like to read about your results.

    Kind regards
    Markus



    ------------------------------
    Markus Litters
    ------------------------------



  • 31.  RE: What's an IBM i Mac RDi Developer to do?

    IBM Champion
    Posted Thu February 09, 2023 12:03 PM
    Edited by Richard Schoen Thu February 09, 2023 12:03 PM

    In regards to Windows 11 for ARM, you should theoretically be able to run any Windows version of RDi. Windows 11 for ARM has a built-in x86 emulator so any x86/x64 apps should theoretically run. I have used Windows 11 for ARM with Parallels and QEMU for VMs.  Parallels has a quick install option which is nice.



    ------------------------------
    Richard Schoen
    ------------------------------



  • 32.  RE: What's an IBM i Mac RDi Developer to do?

    Posted Thu February 09, 2023 12:45 PM

    Hi Richard,

     

    of course you are right and I run RDi also on my Mac in Windows 11 on ARM (also with Parallels) and it is really fast on the M1 Pro Max.

    But officially it is also not supported as far as I know and it had the same issues like the RDi on newer Mac OS Versions.

    With the Link I posted above I could install it also here.

     

    BUT – not all Software is running. For example I couldn't get X-Analysis to run on the Windows 11 for ARM on the Mac – although it has the 32/64 Emulator.

     

    Because X-Analysis has no Mac Version my hope was to use it in the Windows VM....

     

    I guess that Microsoft will update that Emulator again and again and make it better and one day all x86/x64 Windows Programs will work ��

     

    Hopefully the new RDi based on actual Eclipse comes earlier than that...

     

     

    Mit freundlichen Grüßen aus der Südwestpfalz

     

    Markus A. Litters

    edvberatung.litters

     

    www.mlitters.de