BNJ_nds
(BNJ nds)
#3
I cant understand what you say.
Can you please explain me?
iamwsumit
(Sumit Kumar)
#4
You have to run the build command in extension folder directory. At what path you’re running the command?
1 Like
BNJ_nds
(BNJ nds)
#5
Can you explain in a video please
BNJ_nds
(BNJ nds)
#6
I am running command at extension folder directory but its show same error
iamwsumit
(Sumit Kumar)
#8
Search it in the rush topic. This problem is posted a lot of times there.
1 Like
BNJ_nds
(BNJ nds)
#9
I cant understand where is the problem in Environment variables.
Xoma
(Kumaraswamy)
#10
You are probably missing a path to the Java Bin directory and home.
Xoma
(Kumaraswamy)
#12
Changing anyone of the path is okay, can you try running java -version
in terminal (cmd)?
Xoma
(Kumaraswamy)
#14
Can you follow this post to run the command javac -version
Xoma
(Kumaraswamy)
#16
That is the problem, you have set up Java but not the compiler.
BNJ_nds
(BNJ nds)
#17
How to setup this can you say
Xoma
(Kumaraswamy)
#18
What I can see from your previous screenshots is that you have not added the java path.
Follow the second example here (setting up javac)
2 Likes
Xoma
(Kumaraswamy)
#20
Yes, try compiling the extension. rush build
BNJ_nds
(BNJ nds)
#21
Is this problem in my code
Xoma
(Kumaraswamy)
#22
Yes, in rush you dont use those annotations and designer stuff, they are moved to rush.yml file.