Title: Message
Hi,
 
What you should do is type "M-x describe-function [RET] jde-get-jdk-dir" in Emacs. That will show you documentation that describes exactly how to solve your problem.
 
Best of luck,
 
Petter
-----Original Message-----
From: Takeshi Go [mailto:[EMAIL PROTECTED]]
Sent: den 26 januari 2003 16:22
To: [EMAIL PROTECTED]
Subject: Windows 2000 service pack 3 problem with Compiling & run Java program

hi, i am a noob
 
Problem:
  ========
  After i patched the Windows 2000 Professional to Service Pack 3 or WinXP with Service pack1
  the program no longer compile or executes 
  any idea??
  it said that it can not find the JDK directory
  it said it wants to me to find jde-get-jdk-dir
 
 but i have searched all the option, no luck finding it....

  this is just a testing program to see if emacs+JDE runs
  running J2SDK 1.4.1_01
  
  J2SDK Path:
  ===========
  C:/j2sdk1.4.1_01
  
  File Path of Hello.java:
  ========================
  D:/Multi-level inventory system/hello.java
  
  setup:
  ======
  .emac.d and .emacs and .emac~ are in C:\
  emacs-21.2 is in D:\
  
  Host Platform: Windows 2000 Professional
  JDEE Version: JDEE 2.3.2
  Emacs Version: 21.2
  
  .emacs file
  ===========
  (custom-set-variables
    ;; custom-set-variables was added by Custom -- don't edit or cut/paste it!
    ;; Your init file should contain only one such instance.
   '(case-fold-search t)
   '(current-language-environment "Latin-1")
   '(default-input-method "latin-1-prefix")
   '(global-font-lock-mode t nil (font-lock))
   '(show-paren-mode t nil (paren))
   '(transient-mark-mode t))
  (custom-set-faces
    ;; custom-set-faces was added by Custom -- don't edit or cut/paste it!
    ;; Your init file should contain only one such instance.
   )
    (add-to-list 'load-path  "c:/.emacs.d/jde-2.3.2/lisp")
    (add-to-list 'load-path  "c:/.emacs.d/semantic-1.4beta14")
    (add-to-list 'load-path  "c:/.emacs.d/speedbar-0.14beta4")
    (add-to-list 'load-path  "c:/.emacs.d/elib-1.0")
    (add-to-list 'load-path  "c:/.emacs.d/eieio-0.17beta4")
    (require 'jde)
  ================
  
  The Code i am trying to run
 ===========================
  public class hello{
      public static void main (String [] args){
   System.out.println("hello");
     }
 }
 ===========================

 
it said
can not find jdk's tools jar files (or equivalent).  see jde-get-jdk-dir
 
i have searched the mailing list, still dont know where to find this option
i tried Mx jde-get-jdk-dir Ret
nothing happened...
 
help!!

Reply via email to