- Marcar como nuevo
- Favorito
- Suscribir
- Silenciar
- Suscribirse a un feed RSS
- Resaltar
- Imprimir
- Informe de contenido inapropiado
Hello. I'm trying to follow the steps in this guide Get Started with Intel® SDK for OpenCL™ Applications 2019 on Windows* OS.
I'm at step 4, but the Intel Code Builder for OpenCL API option does not appear in the Tools menu. I'm not using Visual Studio 2017, but Visual Studio 2019, could that be an issue?
Many thanks in advance!
Enlace copiado
- Marcar como nuevo
- Favorito
- Suscribir
- Silenciar
- Suscribirse a un feed RSS
- Resaltar
- Imprimir
- Informe de contenido inapropiado
Hi @First,
Thank you for posting in Intel community forum and hope this message find you well.
Per my understanding Intel Code Builder that comes with Intel FPGA SDK for OpenCL packages needs Java SE version 1.8.71 or later to run.
Please do check if your environment are installed with the mention java version.
Best Wishes
BB
- Marcar como nuevo
- Favorito
- Suscribir
- Silenciar
- Suscribirse a un feed RSS
- Resaltar
- Imprimir
- Informe de contenido inapropiado
Hey.
How do I check if my environment is installed with Java SE version 1.8.71 or later?
- Marcar como nuevo
- Favorito
- Suscribir
- Silenciar
- Suscribirse a un feed RSS
- Resaltar
- Imprimir
- Informe de contenido inapropiado
- Marcar como nuevo
- Favorito
- Suscribir
- Silenciar
- Suscribirse a un feed RSS
- Resaltar
- Imprimir
- Informe de contenido inapropiado
Hey. I tried following the instructions on the first link you sent. However, my terminal returns:
'javac' is not recognized as an internal or external command, operable program or batch file.
when I enter javac -version. java is also not recognized as a command, program or batch file. Is there some other means I could use to figure out if my environment is installed with Java SE version 1.8.71 or later?
Many thanks in advance!
- Marcar como nuevo
- Favorito
- Suscribir
- Silenciar
- Suscribirse a un feed RSS
- Resaltar
- Imprimir
- Informe de contenido inapropiado
'javac' is not recognized as an internal or external command, operable program or batch file.
Windows OS searches the current directory and the directories listed in the PATH environment variable for executable programs. JDK's programs (such as Java compiler javac.exe and Java runtime java.exe) reside in directory "\bin" (where denotes the JDK installed directory, e.g., C:\Program Files\Java\jdk1.8.0_xx). You need to include the "\bin" directory in the Java Path.
- First make sure you have installed jdk and jre, both are installed with the java software development kit. The installation folder is typically C:\Program Files\Java.
- Now go to Computer > Properties > Advanced system settings in the advanced tab click on Environment Variables
- In System variables find the variable named Path, in the value of Path you will find a java path like C:\ProgramData\Oracle\Java\javapath, just change it to C:\Program Files\Java\jdk1.x.x_x\bin.
- Marcar como nuevo
- Favorito
- Suscribir
- Silenciar
- Suscribirse a un feed RSS
- Resaltar
- Imprimir
- Informe de contenido inapropiado
Hi @First,
Greetings, unfortunately as we do not receive any further clarification on what is provided. Hence thread will now be transitioned to community support. If you have new queries, please feel free to open a new thread and we will be right with you. Otherwise, the community users will further help you with doubts in this thread. Pleasure having you here.
Best Wishes
BB
- Suscribirse a un feed RSS
- Marcar tema como nuevo
- Marcar tema como leído
- Flotar este Tema para el usuario actual
- Favorito
- Suscribir
- Página de impresión sencilla