How to solve JDK issue unexpected at this time

后端 未结 3 1310
暗喜
暗喜 2021-01-05 06:56

I need your assistant in configuring the Jdeveloper 11.1.3 in my machine. I installed it and I installed the JDK. When I tried to ran a sample jsf file \" Right Click-> Run\

3条回答
  •  天命终不由人
    2021-01-05 07:23

    \ Java \ jdk1.8.0_171 \ bin was unexpected at this time
    

    or

     \Java\jdk1.7.0_25 was unexpected at this time.
    

    While creating weblogic domain by using config.cmd might be this type of problem occurs

    to rectify this problem try to use java path as d:\Java\jdk1.8\bin or any but avoid using lengthy dir jdk1.8.0_171 or jdk1.8.0_171 C:\Program Files (x86)\Java\jdk1.8.0_171\bin

提交回复
热议问题