RE: problem with jde-open-class-at-point on XP
"Daniels, Troy \(US SSA\)" <[email protected]>
| Newsgroups | gmane.emacs.jdee |
|---|---|
| Message-ID | <[email protected]> |
> -----Original Message----- > From: news [mailto:[email protected]] On Behalf Of Ed Yip > Sent: Thursday, May 04, 2006 1:45 AM > To: [email protected] > Subject: problem with jde-open-class-at-point on XP > > Hi, > > I've been using jdee on linux for a long time, but I've been > getting alot of problem making it works on Windows.... > > I'm using jde 2.3.5.1 with cedet 1.0pre3 on windows xp, I > have set the jde-global-classpath and jde-sourcepath. > > I'm using jdk 1.4 for test, first I import a java collection > class, ArrayList, using jde-import-find-and-import...no > problem here so I know my jde-global-classpath is ok... > > But when I try using jde-open-class-at-point it doesn't work, > I have triple check that the path is correct, and I tried > using different path ie /cygdrive/e/jdk/src or E:/jdk/src and > even E:\jdk\src. > You are setting jde-sourcepath, right? jde-global-classpath is where to find compiled files, not source files. Troy > I try to search the archive but couldn't find anything that > would help.... > > would appreciate if anyone can give me some suggestion... > > Thanks. > Ed > >