Anton Johansson
<[email protected]> writes:
> Hi
>
> Make sure you have set 'jde-global-classpath to a list of places where
> your sourcefiles are compiled to. Example:
>
> (set-variable 'jde-global-classpath
> (list "/Users/anton/Documents/skola/apjava/lab4/bin/main"
> "/Users/anton/Documents/skola/apjava/lab4/bin/test"
> "/Users/anton/Documents/skola/apjava/lab4/lib/
> highscoreservice-api.jar"
> "/Users/anton/Documents/skola/apjava/lab4/lib/
> axis2-kernel-1.4.1.jar"
> "/Users/anton/Documents/skola/apjava/lab4/lib/
> jdom.jar"
> "/Users/anton/Documents/skola/apjava/lab4/lib/
> junit-4.5.jar"))
I thought I did in prj.el. Here's what I have in it.
(jde-project-file-version "1.0")
(jde-set-variables
'(jde-global-classpath '("."))
'(jde-run-working-directory '("."))
'(jde-sourcepath '(".")))
I checked the values from the java buffer and they matched up. It's a
simple project so the files are all in single directory. I'm using the
project from:
http://www.cokeandcode.com/spaceinvaderstutorial
I also tried using the full path name with no success. Any other ideas?
------------------------------------------------------------------------------
Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM)
software. With Adobe AIR, Ajax developers can use existing skills and code to
build responsive, highly engaging applications that combine the power of local
resources and data with the reach of the web. Download the Adobe AIR SDK and
Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com
_______________________________________________
jdee-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jdee-users