|
From: SourceForge.net <no...@so...> - 2008-11-26 19:12:51
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=5720115 By: luispani Hi, I'm trying to compile the jxtaim and throws me the following error: symbol : method getJXTAHome() location: class net.jxta.ext.config.Configurator System.out.println("JXTAHOME=" + pc.getJXTAHome()); symbol : method getJXTAHome() location: class net.jxta.ext.config.Configurator new File(pc.getJXTAHome()).mkdir(); symbol : method getJXTAHome() location: class net.jxta.ext.config.Configurator log.info("writing platform config to '" + pc.getJXTAHome() symbol : method getHome() location: class net.jxta.ext.config.Configurator File file = new File(c.getHome() + "/PlatformConfig"); which is the same as the previous. Using JDK 1.6, and JXTA-JXSE 2.5, on Netbeans 6.1 . ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=250275 |