Eric Lim
01-18-2010, 02:37 PM
Hi all,
I just installed the latest version of Eclipse (Galileo Version: 3.5.1) and PDT on my snow leopard. Both are of Cocoa 64-bit version. This is actually my first time setting up eclipse on snow leopard. Here's some of the information that may help diagnosing the problem:
-----------
Java version
-----------
eric-lims-macbook-pro:Development donuteric$ java -version
java version "1.6.0_17"
Java(TM) SE Runtime Environment (build 1.6.0_17-b04-248-10M3025)
Java HotSpot(TM) 64-Bit Server VM (build 14.3-b01-101, mixed mode)
-----------
.buildpath
-----------
<?xml version="1.0" encoding="UTF-8"?>
<buildpath>
<buildpathentry external="true" kind="lib" path="/Users/donuteric/Downloads/ZendFramework-1.9.7/library"/>
<buildpathentry kind="con" path="org.eclipse.php.core.LANGUAGE"/>
<buildpathentry kind="src" path=""/>
</buildpath>
The path contains all the Zend framework libraries is valid, so are all the included paths. So now if I'm calling a static function, after typing ::, no menu appears. I know different version of Java alters eclipse's behavior, but I don't know if this has anything to do with the 64-bit Java from Sun. So any comment and suggestion would be greatly appreciated!
Oh by the way, the project is created as a brand new PHP project, not by SVN. I also verified that .project is accurate.
I just installed the latest version of Eclipse (Galileo Version: 3.5.1) and PDT on my snow leopard. Both are of Cocoa 64-bit version. This is actually my first time setting up eclipse on snow leopard. Here's some of the information that may help diagnosing the problem:
-----------
Java version
-----------
eric-lims-macbook-pro:Development donuteric$ java -version
java version "1.6.0_17"
Java(TM) SE Runtime Environment (build 1.6.0_17-b04-248-10M3025)
Java HotSpot(TM) 64-Bit Server VM (build 14.3-b01-101, mixed mode)
-----------
.buildpath
-----------
<?xml version="1.0" encoding="UTF-8"?>
<buildpath>
<buildpathentry external="true" kind="lib" path="/Users/donuteric/Downloads/ZendFramework-1.9.7/library"/>
<buildpathentry kind="con" path="org.eclipse.php.core.LANGUAGE"/>
<buildpathentry kind="src" path=""/>
</buildpath>
The path contains all the Zend framework libraries is valid, so are all the included paths. So now if I'm calling a static function, after typing ::, no menu appears. I know different version of Java alters eclipse's behavior, but I don't know if this has anything to do with the 64-bit Java from Sun. So any comment and suggestion would be greatly appreciated!
Oh by the way, the project is created as a brand new PHP project, not by SVN. I also verified that .project is accurate.
