博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
error: cannot find javah找不到javah解决办法
阅读量:6608 次
发布时间:2019-06-24

本文共 640 字,大约阅读时间需要 2 分钟。

hot3.png

当报错error: cannot find javah表示yum已经安装和挂在完成单找不到javah

先执行

yum search javah

Loaded plugins: product-id, subscription-manager

Not root, certificate-based repositories not updated

========================================================================= N/S Matched: javah ==========================================================================

subversion-javahl.i686 : JNI bindings to the Subversion libraries

subversion-javahl.x86_64 : JNI bindings to the Subversion libraries

  Name and summary matches only, use "search all" for everything.

在执行

sudo yum -y install subversion-javahl.i686

就OK了

转载于:https://my.oschina.net/u/2300159/blog/466014

你可能感兴趣的文章
阿里架构师都在学的知识体系
查看>>
PAT (Advanced Level) 1028. List Sorting (25)
查看>>
【摘】人生苦短, 每日python
查看>>
【转】聚集索引和非聚集索引的区别
查看>>
【转】mac os 安装php
查看>>
Android -- OkHttp的简单使用和封装
查看>>
软件工程_第二次作业
查看>>
C# DllImport的用法
查看>>
Github-Client(ANDROID)开源之旅(二) ------ 浅析ActionBarSherkLock
查看>>
no identities are available for signing
查看>>
javascript 和 jquery插件开发
查看>>
Linux Shell文件差集
查看>>
eclipse中如何去除警告:Class is a raw type. References to generic type Class<T> should be parameterized...
查看>>
Gradle脚本基础全攻略
查看>>
Django模版中的过滤器详细解析 Django filter大全
查看>>
Linux中使用pwconv实现passwd中密码到shadow
查看>>
MongoDB C++ gridfs worked example
查看>>
Visual Studio 2017各版本安装包离线下载
查看>>
C#线程安全的那些事
查看>>
【论文笔记】Social Role-Aware Emotion Contagion in Image Social Networks
查看>>