Intel® SoC FPGA Embedded Development Suite
Support for SoC FPGA Software Development, SoC FPGA HPS Architecture, HPS SoC Boot and Configuration, Operating Systems
Announcements
The Intel sign-in experience has changed to support enhanced security controls. If you sign in, click here for more information.
393 Discussions

Cannot create jar file from sopc2DTS.java file

Cuong_Nguyen
Beginner
385 Views

I was using Intel FPGA Embedded Command Shell and following instructions in this link: Sopc2dts - Intel Community to create a dts file from sopc file. However, I got stuck in the step make jar file from java file. The error is /usr/bin/sh: jar: command not found, but I dont know how to install the jar command. Please give me an instruction to overcome this problem. Thanks.

0 Kudos
1 Reply
EricMunYew_C_Intel
Moderator
336 Views

can you try to add export PATH = /path/to/java:$PATH to your bashrc.


Reply