Hi 정준영,

You make a good point and I thank you for bringing this to my attention.

You're correct, the docs were out of date.  We do in fact have a newer  
install guide, but this wasn't in as an obvious place as etc/.  I've  
updated the README and one of those updates was to point to  
"install.html' which has been moved to the same etc directory of the  
dist.  This will show up in the packages or you can generate it  
yourself with

   ant srcdist

On Jan 15, 2010, at 11:33 PM, 정준영 wrote:

> 2010년 01월 11일 02:50, Paul Landes 쓴 글:
>> Release 2.4.0 is now out.  Binary and source packages have been
>> created and uploaded to sourceforge:
>>
>>    http://sourceforge.net/projects/jdee/files/
>>
>> Release notes:
>>
>>    
>> http://sourceforge.net/projects/jdee/files/jdee/2.4.0/release-notes.html/download
>>
> Thank you :D
>
> I have a question.
> I read the README of which path is "jdee-2.4.0/etc/README"
>
> It explains the installation method like this. Isn't this old  
> fashioned? Or could it work?
>
> --------------------------------------------------------------
> To install this package:
>
> 1. Copy jde.el, jde-db.el, jde-run.el, and speedbar.el files
>   to a directory in your emacs lisp file load
>   path.
>
> 2. Byte-compile these files if you like.
>
> 3. Add the following code to your .emacs file:
>
>   (load "jde")
>   (setq jde-web-browser "BROWSER")
>   (setq jde-doc-dir "JDK DIRECTORY")
>   (jde-db-set-source-paths "SRCPTH1;SRCPTH2;...)
>
> For example, suppose that Netscape is your
> browser and is in your shell command path
> and you have installed the JDK API doc at
> c:/JDK1.1/docs. Then, you would add
>
>   (load "jde")
>   (setq jde-web-browser "netscape")
>   (setq jde-doc-dir "c:/jdk1.1/docs/")
>   (jde-db-set-source-paths "c:/jdk1.1/src/;c:/myjava/src/")
>
> to your .emacs file.
>
> If you are using the bash shell, you should
> specify this either by setting the SHELL
> environment variable or the elisp variable
> shell-file-name to bash. For example, for
> Win95, enter
>
>   set shell=bash
>
> in your autoexec.bat file or
>
>   (setq shell-file-name "bash")
>
> in your .emacs file.
>
>
> If you are using bash on Windows 95 or Windows/NT, you should
> also put
>
>   (setq shell-command-switch "-c")
>
> in your .emacs file.
>
> To use the Java IDE, load the Java source file that
> you wish to edit, then choose the appropriate options
> from the Java menu in the Emacs menu bar.
>
> --------------------------------------------------------------
>
> Thanks for JDEE, the enviroment for developing java apps becomes  
> pretty better.
> Thank you.


------------------------------------------------------------------------------
Throughout its 18-year history, RSA Conference consistently attracts the
world's best and brightest in the field, creating opportunities for Conference
attendees to learn about information security's most important issues through
interactions with peers, luminaries and emerging and established companies.
http://p.sf.net/sfu/rsaconf-dev2dev
_______________________________________________
jdee-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jdee-users

Reply via email to