Closed OrtizUNT closed 4 months ago
Hi @OrtizUNT. To help you debug this issue, can you send me the following information:
java -version
in your terminalCan you also ensure that C:\Program Files\Java\jdk-17
directory contains the bin
folder? Its contents should look something like this.
I also see the path in your JAVA_HOME does not seem to match the IBM Semeru Java Runtime you show in your screenshots. I am able to get that same runtime (IBM Semeru OpenJDK 21.0.3+9) working on Windows.
It contains the bin folder but it has the README google file too is that suppose to be there ?
And I also did the zopeneditor log and set it to DEBUG
I can't figure out how to see the output of running java - versioon in my terminal how do i find that ?
From: benjamin-t-santos @.> Sent: Tuesday, June 25, 2024 7:47 AM To: IBM/zopeneditor-about @.> Cc: Ortiz Orozco, Carlos @.>; Mention @.> Subject: [EXT] Re: [IBM/zopeneditor-about] Installation Issue (Issue #423)
You don't often get email from @.*** Learn why this is importanthttps://aka.ms/LearnAboutSenderIdentification
Hi @OrtizUNThttps://github.com/OrtizUNT. To help you debug this issue, can you send me the following information:
Can you also ensure that C:\Program Files\Java\jdk-17directory contains the bin folder? Its contents should look something like this. Screenshot.2024-06-25.at.8.44.32.AM.png (view on web)https://github.com/IBM/zopeneditor-about/assets/115251181/e07c7243-b430-4cab-8bf3-0ad919ca4ce1
— Reply to this email directly, view it on GitHubhttps://github.com/IBM/zopeneditor-about/issues/423#issuecomment-2188845165, or unsubscribehttps://github.com/notifications/unsubscribe-auth/BJNPD6QQ7BVBWJZ2WNPGLSTZJFREPAVCNFSM6AAAAABJ2QW53SVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCOBYHA2DKMJWGU. You are receiving this because you were mentioned.Message ID: @.***>
java-version
. Paste the output here."zopeneditor.JAVA_HOME"
setting, with the path to your Java as the setting's value?@OrtizUNT did any of those fixes work for you?
I figured it out thank you
Yes, I finally got it to work thank you but now I'm having an issue with REXX1 step 4 where it asks to enter this zowe profiles create tso-profile zxplore -a FB3 after copying and pasting GUESSNUM and SOMEREXX to my Zxxxxx.SOURCE
This is what it tells me
PS C:\Users\corti> zowe profiles create tso-profile zxplore -a FB3 zowe : File C:\Users\corti\AppData\Roaming\npm\zowe.ps1 cannot be loaded because running scripts is disabled on this system. For more information, see about_Execution_Policies at https:/go.microsoft.com/fwlink/?LinkID=135170. At line:1 char:1
+ CategoryInfo : SecurityError: (:) [], PSSecurityException
+ FullyQualifiedErrorId : UnauthorizedAccess
From: benjamin-t-santos @.> Sent: Tuesday, July 2, 2024 10:01 AM To: IBM/zopeneditor-about @.> Cc: Ortiz Orozco, Carlos @.>; Mention @.> Subject: [EXT] Re: [IBM/zopeneditor-about] Installation Issue (Issue #423)
You don't often get email from @.*** Learn why this is importanthttps://aka.ms/LearnAboutSenderIdentification
@OrtizUNThttps://github.com/OrtizUNT did any of those fixes work for you?
— Reply to this email directly, view it on GitHubhttps://github.com/IBM/zopeneditor-about/issues/423#issuecomment-2203464220, or unsubscribehttps://github.com/notifications/unsubscribe-auth/BJNPD6RN2CAWMW73XATLJR3ZKK6ELAVCNFSM6AAAAABJ2QW53SVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDEMBTGQ3DIMRSGA. You are receiving this because you were mentioned.
I would recommend asking for help with that question on the IBM Z Xplore learning platform.
Development environment used
Problem Description
Detailed steps for reproducing the problem:
C:\Program Files\Java\jdk-17
.zopeneditor.JAVA_HOME
in VS Code settings toC:\Program Files\Java\jdk-17
.Observed behavior
In the VS Code settings, the
zopeneditor.JAVA_HOME
and other Java location fields are showing as not valid. The editor does not recognize the Java installation.Expected behavior
VS Code should recognize the Java installation correctly, and
zopeneditor.JAVA_HOME
should be validated and used without issues.