ChinaUnix.net
相关文章推荐:

CFSocketGetNative referenced from

在公司上班也快一个礼拜了,这几天一直在看他们的文档和代码。在eclipse下导入工程时,发现了一下的错误:It is indirectly referenced from required .class。 经过调查发现:A工程使用了B工程,而B工程使用了其他的jar。这种情况下,就可能发生了上述的错误。 如果把B工程下使用的Jar,也加入到A工程中,上述问题即可解决。 本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u/8862/showart_23461...

by akezor - Java文档中心 - 2007-01-19 13:48:42 阅读(1408) 回复(0)

相关讨论

程序如下:import java.io.*; class test1 { public class data1 { public int day=0; public void print() { System.out.println("this is example"); } } public static void main(String args[]) { data1 ab=new data1(); ab.day=10; ab.print(); } } 编译出错 [thf@server src]$ javac -classpath /home/thf test1.java test1.java:14: non-static variable this...

by tanghongfeng - Java - 2003-06-19 16:40:59 阅读(1397) 回复(1)

在RPG程序里面。用F引用文件,文件确实都已经建立了。也没有错误 我也用edtlibl添加我的library了。但怎么编译都会提示文件没有发现。 不知道什么原因。 我想请问一下跟级别是系统操作员或程序员这有关系吗?

by hliu - AS400 - 2004-09-28 08:05:49 阅读(1619) 回复(11)

在CPRE里面,打开一个游标时报: "Cannot run query--referenced object(name NAME NOT RECOVERABLE) dropped during query optimization." 游标语句: EXEC SQL declare xx_cur cursor for select * from yytable where aa="bb" for readonly; "number of open objects" 1000 select objspare from sysobjects where name="yytable" objspare = 0 ASE 12.0.0.8/P/EBF11692 ESD1/HP9000-879

by zhhui2000 - Sybase - 2008-03-12 15:45:52 阅读(5154) 回复(6)

我在启动apache的时候遇到以下错误: # ./apachectl start ld.so.1: /usr/local/apache2/bin/httpd: fatal: relocation error: file /usr/local/lib/libaprutil-1.so.0: symbol sqlite_freemem: referenced symbol not found Killed 哪位知道这个是什么意思?要怎么解决啊?我在网上找了一下关于apache的“referenced symbol not found”错误,据说是这样: “该错误通常在 Apache 的核心程序被编译为共享用途的 DSO 库时发生。...

by johnrobbet - 服务器应用 - 2007-03-15 19:48:05 阅读(5253) 回复(2)

Message ID . . . . . . : MCH3601 Date sent . . . . . . : 17/02/05 Time sent . . . . . . : 14:16:55 Message . . . . : Pointer not set for location referenced. Cause . . . . ....

by greenxiong - AS400 - 2011-08-17 11:06:54 阅读(5198) 回复(7)

ld.so.1: /usr/local/bin/perl: fatal: relocation error: file /usr/local/lib/perl5/site_perl/5.8.0/sun 4-solaris/auto/Tk/Text/Text.so: symbol fabs: referenced symbol not found 请问是什么原因? 谢谢了!

by sql2000 - Perl - 2003-06-12 08:57:30 阅读(2138) 回复(1)

ld.so.1: /usr/local/bin/perl: fatal: relocation error: file /usr/local/lib/perl5/site_perl/5.8.0/sun 4-solaris/auto/Tk/Text/Text.so: symbol fabs: referenced symbol not found 请问是什么原因? 谢谢了!

by sql2000 - Solaris - 2003-06-11 15:47:00 阅读(889) 回复(0)

新配置的环境,运行程序,错误信息如下: exec(): 0509-036 Cannot load program JK_BAT_MAIN because of the following errors: rtld: 0712-001 Symbol __pthread was referenced from module JK_BAT_MAIN(), but a runtime definition of the symbol was not found. 请问缺少什么呢?谢谢:)

by LOVCAL - AIX - 2009-03-27 08:53:20 阅读(7166) 回复(1)

在看db2 RR隔离级别的介绍时资料上说with Repeatable read ,every row that is referenced is locked, not just the rows that are retrieved . 不知道,这个referenced row 和 retrieved row 有什么区别?哦,还有一个accessed row! [ 本帖最后由 yepeng_xj 于 2006-9-1 18:17 编辑 ]

by yepeng_xj - DB2 - 2006-09-02 11:04:46 阅读(1577) 回复(3)

Free Software Foundation Using ; as the package base directory. ## Processing package information. ## Processing system information. ld.so.1: /usr/sadm/install/bin/pkginstall: fatal: relocation error: file /usr/sadm/install/bin/pkginstall: symbol get_install_root: referenced symbol not found 我尝试安装gcc,wget,ncftp的时候都遇到这个问题,大家有没遇到过这种问题?

by sentom - Solaris - 2004-07-08 11:35:53 阅读(1056) 回复(0)