You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I use Visual Studio code for programming in Java. I spot issue in our production code in IDE, that class ResponseAPDU cannot be resolved even if it is part of JDK module, java.smartcardio
I opened this bug in vscode-java redhat-developer/vscode-java#3879 where I received an advice to use experimental feature to switch to javac compiler. It works for demo app, but not in production repo. Not sure what is the root cause if it is more related to jdk23 or experimental feature itself.
But to me, that advice is more workaround. I opened same project (attached to linked to the issue above) in Eclipse IDE and it reported same error.
The text was updated successfully, but these errors were encountered:
Hello,
I use Visual Studio code for programming in Java. I spot issue in our production code in IDE, that class ResponseAPDU cannot be resolved even if it is part of JDK module, java.smartcardio
I opened this bug in vscode-java redhat-developer/vscode-java#3879 where I received an advice to use experimental feature to switch to
javac
compiler. It works for demo app, but not in production repo. Not sure what is the root cause if it is more related to jdk23 or experimental feature itself.But to me, that advice is more workaround. I opened same project (attached to linked to the issue above) in Eclipse IDE and it reported same error.
The text was updated successfully, but these errors were encountered: