Hi all,
jde-complete-at-point-menu fails :( I already tried
jde-wiz-update-class-list -- no success. Though, it
works on JDK classes?! I am clueless ...
Thanks for your help,
Ralph
Here my details:
-Win 2000
-JDE 2.2.9beta9.1
-NTEmacs 21.2
*Messages*
Parsing error messages...done.
Mark set
Beanshell expression evaluation error.
Expression:
jde.util.Completion.getClassInfo("com.apldbio.arrays.illumina.chemprep.SampleSheetRow",0);
Error: // Error: // Uncaught Exception: TargetError
: at Line: 72 : in file: <unknown file> : jde .util
.Completion .getClassInfo (
"com.apldbio.arrays.illumina.chemprep.SampleSheetRow"
, 0 )
Target exception: java.lang.NoClassDefFoundError
[2 times]
progn: Beanshell eval error. See messages buffer for
details.
Auto-saving...done
Auto-saving...done
Beanshell expression evaluation error.
Expression:
jde.util.Completion.getClassInfo("com.apldbio.arrays.base.common.samples.SampleVO",0);
Error: // Error: // Uncaught Exception: TargetError
: at Line: 81 : in file: <unknown file> : jde .util
.Completion .getClassInfo (
"com.apldbio.arrays.base.common.samples.SampleVO" , 0
)
Target exception: java.lang.NoClassDefFoundError
[2 times]
progn: Beanshell eval error. See messages buffer for
details.
Wrote
l:/Java/Src/com/apldbio/arrays/illumina/chemprep/SampleTableModel.java
(No files need saving)
Refreshing speedbar...done
Flushed completion cache.
Parsing error messages...done.
Mark set [3 times]
e
exclude-regexp=bsh.*
new-import=com.apldbio.arrays.illumina.chemprep.SampleSheetRow
Imported
com.apldbio.arrays.illumina.chemprep.SampleSheetRow
Quit
Wrote
l:/Java/Src/com/apldbio/arrays/illumina/chemprep/SampleTableModel.java
(No files need saving)
Refreshing speedbar...done
Flushed completion cache.
Parsing error messages...done.
Mark set
Undo! [6 times]
Wrote
l:/Java/Src/com/apldbio/arrays/illumina/chemprep/SampleSheetRow.java
(No files need saving)
Refreshing speedbar...done
Flushed completion cache.
(No changes need to be saved)
(No files need saving)
Refreshing speedbar...done
Flushed completion cache.
Parsing error messages...done.
Mark set
Type C-x 1 to remove help window. C-M-v to scroll the
help.
Beanshell expression evaluation error.
Expression:
jde.util.Completion.getClassInfo("com.apldbio.arrays.illumina.chemprep.SampleSheetRow",0);
Error: // Error: // Uncaught Exception: TargetError
: at Line: 89 : in file: <unknown file> : jde .util
.Completion .getClassInfo (
"com.apldbio.arrays.illumina.chemprep.SampleSheetRow"
, 0 )
Target exception: java.lang.NoClassDefFoundError
[2 times]
progn: Beanshell eval error. See messages buffer for
details.
_____________________________________________________
.emacs
;;
---------------------------------------------------------------------------
;; $Id: .emacs,v 1.2 2001/01/24 00:39:05 rjocham Exp $
;;
---------------------------------------------------------------------------
;; $Log: .emacs,v $
;; Revision 1.2 2001/01/24 00:39:05 rjocham
;; changed tab-indent for java mode from 3 to 2
;;
;; Revision 1.1 2001/01/06 17:28:31 rjocham
;; Initial revision
;;
;;
---------------------------------------------------------------------------
;; Set the load paths
;;
---------------------------------------------------------------------------
(setq load-path
(nconc
'(
;; on Windows (Mickeysoft)
"E:/emacs/lisp/speedbar-0.13a/"
"E:/emacs/lisp/semantic-1.4beta14/"
"E:/emacs/lisp/eieio-0.17beta4/"
"E:/emacs/lisp/elib-1.0/"
"E:/emacs/lisp/jde-2.2.9beta9.1/lisp/"
"E:/emacs/lisp/"
"C:/emacs/emacs-21.2/lisp/"
;; on UNIX (Linux box)
;;"~/emacs/lisp/jde-2.2.6/lisp/"
;;"~/emacs/lisp/speedbar-0.13a/"
;;"~/emacs/lisp/semantic-1.3.3/"
;;"~/emacs/lisp/eieio-0.16/"
;;"~/emacs/lisp/elib-1.0/"
;;"~/emacs/lisp/"
)
load-path
))
;;
---------------------------------------------------------------------------
;; Sams teach yourself Emacs in 24 hours' book
package - quite usefull
;;
---------------------------------------------------------------------------
(require 'sams-lib)
;;
---------------------------------------------------------------------------
;; Some usefull functions written by me ;)
;;
---------------------------------------------------------------------------
(require 'rj-lib)
;;
---------------------------------------------------------------------------
;; The great Jave IDE from Paul Kinukan
;;
---------------------------------------------------------------------------
(require 'jde)
;;
---------------------------------------------------------------------------
;; Oracle SQL*Plus support
;;
---------------------------------------------------------------------------
(require 'sqlplus-mode)
(add-to-list 'auto-mode-alist '("\\.sql\\'" .
sqlplus-mode))
;;
---------------------------------------------------------------------------
;; Start Emacs server gnuserv for Win and
server-start for Unix
;;
---------------------------------------------------------------------------
(if sams-Windows-p
(progn
(require 'gnuserv)
(gnuserv-start)
(setq gnuserv-frame (selected-frame)))
(server-start))
;;
---------------------------------------------------------------------------
;; HTML-helper-mode for HTML documents
;;
---------------------------------------------------------------------------
(autoload 'html-helper-mode "html-helper-mode" "Yay
HTML" t)
;;
---------------------------------------------------------------------------
;; Global settings
;;
---------------------------------------------------------------------------
;;(setq debug-on-error t) ;show me where the
error is
(standard-display-european 1) ;enable german special
characters
(mouse-avoidance-mode 'animate) ;never have
the mouse on you carret
(delete-selection-mode) ;regions
deleted when typed on them
(setq default-directory "~/")
(setq printer-name "\\USPEISJ\Engineering HP LJ8K") ;
network printer
(set-input-mode (car (current-input-mode)) ;german
special characters
(nth 1 (current-input-mode)) ;input
over keyboard
0)
(setq w32-enable-italics t) ;Enable Italics
(or window-system ;only if in text only modee
(progn
(menu-bar-mode 0) ;no menu
(load "t-mouse" 1))) ;mouse usage like with X
(if (not sams-XEmacs-p) ;XEmacs doesn't support this
method
(progn
(set-face-background 'region "blue")
))
(setq frame-title-format
'(multiple-frames "%b"
("" invocation-name "@" system-name ": %f")))
;; ("%f")))
;; set some important variables
(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.
'(column-number-mode t)
'(fill-column 79)
'(jde-ant-buildfile "L:/java/ant/all.xml")
'(jde-ant-home "l:\\java\\ant")
'(jde-gen-k&r nil)
'(line-number-mode t)
'(next-line-add-newlines nil)
'(scroll-step 5)
'(show-paren-delay 0.5)
'(show-paren-mode t nil (paren))
'(show-paren-style (quote parenthesis))
'(transient-mark-mode t)
'(truncate-lines nil)
'(visible-bell t))
;;
---------------------------------------------------------------------------
;; some user vars
;;
---------------------------------------------------------------------------
(setq my-author-name (getenv "USER"))
(setq user-full-name (getenv "USER"))
;;
---------------------------------------------------------------------------
;; Activate the font-lock-mode
;;
---------------------------------------------------------------------------
;; Give me colors, please (only required if not using
XEmacs)
(if (not sams-XEmacs-p)
(progn
(require 'font-lock)
(global-font-lock-mode t)
(transient-mark-mode t) ;Show me the
marked region
))
;;
---------------------------------------------------------------------------
;; give me my last working environment (if I have
saved it 8-) )
;;
---------------------------------------------------------------------------
(load "desktop")
(desktop-load-default)
(desktop-read)
;;
---------------------------------------------------------------------------
;; Automatic load and safe of the abbrev table
;;
---------------------------------------------------------------------------
(if (not (file-exists-p "~/.abbrev_defs")) ;if there
is no abbrev file
(write-abbrev-file "~/.abbrev_defs")) ;create one
(read-abbrev-file "~/.abbrev_defs") ;load abbrev
file
(setq save-abbrevs t) ;save it automatically
;;
***************************************************************************
;; programming languages
;;
;; Here are the customizations of C, C++, Java, Tex
and Perl mode
;; [The original version of these setting are from
Ingo]
;;
***************************************************************************
;;
;;
---------------------------------------------------------------------------
;; JavaCC a compiler compiler extension *.jj treat it
as a Java File
;;
---------------------------------------------------------------------------
(setq auto-mode-alist (cons '("\\.jj$" . jde-mode)
auto-mode-alist))
;;
---------------------------------------------------------------------------
;; HTML files should be used in the html-helper-mode
;;
---------------------------------------------------------------------------
(setq auto-mode-alist (cons '("\\.html?$" .
html-helper-mode) auto-mode-alist))
;;
---------------------------------------------------------------------------
;; Add error handling for ANT error messaqes
;;
---------------------------------------------------------------------------
(add-hook 'compilation-mode-hook
(lambda ()
(add-to-list 'compilation-error-regexp-alist
;; works for javac
'("^\\s-*\\[[^]]*\\]\\s-*\\(.+\\):\\([0-9]+\\):" 1
2))))
;;
---------------------------------------------------------------------------
;; Settings for TeX-Modus
;;
---------------------------------------------------------------------------
(add-hook 'tex-mode-hook ;Einstellungen f�r den
TeX-Modus
(function (lambda ()
(auto-fill-mode) ;Flie�textmodus
(setq tex-open-quote 34) ;kein Schabernack mit
"
(setq tex-close-quote 34)
)))
;;
---------------------------------------------------------------------------
;; Settings for HTML-Modus
;;
---------------------------------------------------------------------------
(add-hook 'html-helper-mode-hook ;Einstellungen f�r
den HTML-Modus
(function (lambda ()
(auto-fill-mode) ;Flie�textmodus
(setq tex-open-quote 34) ;kein Schabernack mit
"
(setq tex-close-quote 34)
(load-file "~/.macros_html")
(local-set-key "\M- " 'rj-set-end-tag) ;set
close tag automatically
(set-face-foreground 'html-tag-face
"white")
(set-face-foreground 'html-helper-bold-face
"cyan")
(set-face-background 'html-helper-bold-face
"light green")
(set-face-foreground 'html-helper-italic-face
"red")
(set-face-foreground
'html-helper-underline-face "magenta")
(set-face-foreground
'html-helper-bold-italic-face "orange")
)))
;;
---------------------------------------------------------------------------
;; Settings for Perl-Modus
;;
---------------------------------------------------------------------------
(add-hook 'perl-mode-hook
(function (lambda ()
(auto-fill-mode) ;Fill mode
(setq perl-indent-level 2)
(setq perl-continued-statement-offset 2)
(setq perl-continued-brace-offset 0)
(setq perl-brace-offset -2)
(setq perl-label-offset -2)
(setq tab-width 2)
(setq indent-tabs-mode nil)
)))
;;
---------------------------------------------------------------------------
;; Constants for C-Mode
;;
---------------------------------------------------------------------------
(defconst ralphs-c-style
'((c-tab-always-indent . t)
(c-basic-offset . 2)
(c-comment-only-line-offset . (0 . 0))
(c-hanging-braces-alist . ((defun-open
before after)
(defun-close
before after)
(class-open
before after)
(class-close
before after)
(brace-list-open
before after)
(brace-list-close
before after)
(block-open
before after)
(block-close
before after)
(substatement-open
before after)
(statement-case-open before after)
))
(c-offsets-alist .
((statement-block-intro . +)
(knr-argdecl-intro
. +)
(substatement-open
. 0)
(inline-open
. 0)
(label
. 0)
(statement-case-open . +)
(case-label
. +)
(statement-cont
. +)
(arglist-intro
. c-lineup-arglist-intro-after-paren)
(arglist-close
. c-lineup-arglist)
))
(c-echo-syntactic-information-p . t)
)
"C Programming Style")
;;
---------------------------------------------------------------------------
;; Constants for Java-Mode
;;
---------------------------------------------------------------------------
(defconst ralphs-java-style
'((c-tab-always-indent . t)
(c-basic-offset . 4)
(c-comment-only-line-offset . (0 . 0))
(c-hanging-braces-alist . ((defun-open
before after)
(defun-close
before after)
(class-open
before after)
(class-close
before after)
(brace-list-open
before after)
(brace-list-close
before after)
(block-open
before after)
(block-close
before after)
(substatement-open
before after)
(statement-case-open before after)
))
(c-offsets-alist .
((statement-block-intro . +)
(knr-argdecl-intro
. +)
(substatement-open
. 0)
(block-open
. 0)
(statement-cont
. 0)
(label
. 0)
(access-label
. 0)
(statement-case-open . +)
(inline-open
. 0)
(case-label
. +)
(statement-cont
. +)
(arglist-intro
. c-lineup-arglist-intro-after-paren)
(arglist-close
. c-lineup-arglist)
))
(c-echo-syntactic-information-p . t)
)
"Java Programming Style")
;;
---------------------------------------------------------------------------
;; define my hooks and add them
;;
---------------------------------------------------------------------------
(defun ralphs-c-mode-common-hook ()
(c-add-style "PERSONAL" ralphs-c-style t)
;; some more customization
;; I don't like tabs, give me spaces instead
(setq indent-tabs-mode nil)
;; delete is not a backspace
(setq delete-key-deletes-forward t)
;; Break the lines for me
(auto-fill-mode 1)
;; Use abbrevs
(abbrev-mode 1)
;; auto-newline and hungry-delete
(c-toggle-auto-hungry-state 1)
;; Clear Case support
;;(load "ccase")
)
(add-hook 'c-mode-hook 'ralphs-c-mode-common-hook)
(defun ralphs-java-mode-common-hook ()
(c-add-style "PERSONALJ" ralphs-java-style t)
;; some more customization
(require 'jdok)
(setq tempo-interactive t)
;; I don't like tabs, give me spaces instead
(setq indent-tabs-mode nil)
;; Change the allowed line length
(setq fill-column 105)
;; delete is not a backspace
(setq delete-key-deletes-forward t)
;; Tabwidth if tabs are used
(setq tab-width 4)
;; Break the lines for me
(auto-fill-mode 1)
;; Use abbrevs
(abbrev-mode 1)
;; auto-newline and hungry-delete
(c-toggle-auto-hungry-state 1)
;; Load java specific macros
(load-file "~/.macros_java")
;; Assign macrocs to kbd shortcuts
;; Clear Case support
;;(load "ccase")
;; additional Java keybindings
(local-set-key "\C-c\C-s"
'rj-insert-string-constant)
(local-set-key "\C-c\C-p" 'rj-check-argument)
(local-set-key "\C-c\C-j"
'jde-javadoc-autodoc-at-line)
)
(add-hook 'java-mode-hook
'ralphs-java-mode-common-hook)
;;
---------------------------------------------------------------------------
;; Set the colors and size and behavior
;;
---------------------------------------------------------------------------
;; Set the default color, font and frame size for the
initial frame.
;; on not Windows machines
(if (not sams-Windows-p)
(progn
(setq default-frame-alist
'((width . 85) (height . 67)
(cursor-color . "Red")
(foreground-color . "black")
(background-color . "grey88")
))
(setq initial-frame-alist
'(
(top . 10) (left . 60)
(width . 85) (height . 67)
(cursor-color . "Red")
(foreground-color . "black")
(background-color . "grey88")
))))
;; for Mickey$oft
(if sams-Windows-p
(progn
(setq default-frame-alist
'((width . 106) (height . 75)
(cursor-color . "Red")
(foreground-color . "grey84")
(background-color . "midnight blue")
(font . "-*-Courier
New-normal-r-*-*-12-72-120-120-c-*-iso8859-1")
;;(font . "-*-Courier
New-normal-r-*-*-13-81-115-115-c-*-iso8859-1")
))))
;; Set all the faces for different modes and styles
(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.
'(custom-group-tag-face ((((class color) (background
light)) (:underline t :foreground "light blue"))))
'(custom-state-face ((((class color) (background
light)) (:foreground "yellow"))))
'(custom-variable-tag-face ((((class color)
(background light)) (:underline t :foreground "light
blue"))))
'(font-lock-builtin-face ((((class color) (background
light)) (:bold t :foreground "grey85"))))
'(font-lock-comment-face ((((class color) (background
light)) (:bold t :italic t :foreground "green"))))
'(font-lock-constant-face ((((class color)
(background light)) (:foreground "yellow"))))
'(font-lock-function-name-face ((((class color)
(background light)) (:bold t :foreground "white"))))
'(font-lock-keyword-face ((((class color) (background
light)) (:bold t :foreground "cyan"))))
'(font-lock-string-face ((((class color) (background
light)) (:bold t :foreground "red3"))))
'(font-lock-type-face ((((class color) (background
light)) (:foreground "gold3"))))
'(font-lock-variable-name-face ((((class color)
(background light)) (:bold t :foreground "light
green"))))
'(highlight ((((class color) (background light))
(:foreground "black" :background "darkseagreen2"))))
'(italic ((t (:italic t))))
'(jde-java-font-lock-doc-tag-face ((((class color)
(background light)) (:foreground "yellowgreen"))))
'(jde-java-font-lock-link-face ((t (:italic nil
:underline t :foreground "light blue"))))
'(jde-java-font-lock-modifier-face ((((class color)
(background light)) (:bold t :foreground "plum1"))))
'(jde-java-font-lock-number-face ((((class color)
(background light)) (:foreground "RosyBrown"))))
'(jde-java-font-lock-package-face ((((class color)
(background light)) (:foreground "yellow"))))
'(modeline ((t (:inverse-video nil :foreground "blue"
:background "yellow"))))
'(secondary-selection ((((class color) (background
light)) (:background "light green"))))
'(semantic-dirty-token-face ((((class color)
(background light)) (:background "gray40"))))
'(senator-momentary-highlight-face ((((class color)
(background light)) (:background "gray50"))))
'(senator-read-only-face ((((class color) (background
light)) (:background "grey60"))))
'(show-paren-match-face ((((class color))
(:foreground "black" :background "yellow"))))
'(speedbar-button-face ((((class color) (background
light)) (:foreground "green2"))))
'(speedbar-directory-face ((((class color)
(background light)) (:foreground "cyan4"))))
'(speedbar-file-face ((((class color) (background
light)) (:foreground "cyan"))))
'(widget-documentation-face ((((class color)
(background light)) (:foreground "green"))))
'(widget-field-face ((((class grayscale color)
(background light)) (:foreground "black" :background
"gray85"))))
'(widget-inactive-face ((t (:foreground "grey45"))))
'(widget-single-line-field-face ((((class grayscale
color) (background light)) (:foreground "black"
:background "gray85")))))
;;
---------------------------------------------------------------------------
;; Shortcuts
;;
---------------------------------------------------------------------------
(global-set-key [(control f1)] 'switch-to-buffer)
;Strg-F1 Buffer wechseln
(global-set-key [f2] 'other-window) ;F2
Fenster wechseln
(global-set-key [f3]
'rj-expand-abbrev-or-dabbrev) ;F3 Abk�rzung erweitern
(global-set-key [f4]
'font-lock-fontify-buffer) ;F4 Syntaxhighlighting
(global-set-key [f5]
'rj-point-to-register-1) ;F5 Position speichern
(global-set-key [f6]
'rj-jump-to-register-1) ;F6 zu Position springen
(global-set-key [f7]
'rj-search-forward-word-at-point) ;Search word at
point
(global-set-key [f8]
'rj-goto-matching-parenthesis) ;Goto the matching one
;;(global-set-key [f10] 'advertised-undo)
;Free
;;(global-set-key [f10] 'swap-char)
;F10 - Buchst. vertauschen
(global-set-key [f11] 'rj-change-case)
;F11 - Gro�-/Klein �ndern
(global-set-key [f12]
'rj-change-word-case) ;F12 - Gro�/Klein Wort
(global-set-key [(shift f12)] 'upcase-word)
;Upcase the whole word
;
(global-set-key [insertchar] 'overwrite-mode)
;Einfg - Insert/Overwrt
(global-set-key [delete] 'delete-char) ;Enft
Zeichen l�schen
;;(global-set-key [up] 'rj-scroll-line-up)
;Cursor auf
;;(global-set-key [down]
'rj-scroll-line-down) ;Cursor ab
(global-set-key [prior] 'rj-scroll-page-up)
;Bild auf
(global-set-key [next]
'rj-scroll-page-down) ;Bild ab
;
(global-set-key [(shift left)] 'backward-sentence)
;Shift+<-- Satz zur�ck
(global-set-key [(shift right)] 'forward-sentence)
;Shift+--> Satz vor
;
(global-set-key [home] 'beginning-of-line)
;Pos1 - Anfang Zeile
(global-set-key [end] 'end-of-line) ;Ende
- Ende Zeile
;
(global-set-key [(control home)]
'beginning-of-buffer) ;Strg-Pos1 - Anfang Text
(global-set-key [(control end)] 'end-of-buffer)
;Strg-Ende - Ende Text
;
(global-set-key "\M- " 'hippie-expand) ;the
cool hippie-ecpand
(global-set-key [(meta g)] 'goto-line) ;Goto
line
(global-set-key [(meta p)] 'rj-goto-percent)
;Goto line
(global-unset-key "\C-x\C-c") ; Drives me nuts ....
always kill emacs
(global-set-key "\C-x\C-x" 'save-buffers-kill-emacs)
; more idiot proof
____________________________________________________
prj.el
(jde-project-file-version "1.0")
(jde-set-variables
'(jde-complete-unique-method-names t)
'(jde-gen-cflow-else (quote ("(if
(jde-parse-comment-or-quoted-p)" "'(l \"else\")" "'(l
'> \"else \"" "(if jde-gen-k&r " "()" "'>'n)"
"\"{\"'>'n'>'r'n" "\"} \"'>'n'>)" ")")))
'(jde-wiz-set-javadoc-template (quote ("/**" "* Sets
the value of %n" "*" "* @param %p Value to assign to
%n" "*/")))
'(jde-gen-cflow-else-if (quote ("(if
(jde-parse-comment-or-quoted-p)" "'(l \"eif\")" "'(l
'> \"else if (\" (p \"else-if-clause: \" clause) \")
\"" "(if jde-gen-k&r " "()" "'>'n)" "\"{\"'>'n'>'r'n"
"\"}\" '> n)" ")")))
'(jde-enable-abbrev-mode t)
'(jde-gen-cflow-main (quote ("(if
(jde-parse-comment-or-quoted-p)" "'(l \"main\")" "'(l
'> \"public static void main (String[] args) \"" "(if
jde-gen-k&r " "()" "'>'n)" "\"{\"'>'n'>'r'n" "\"}
\"'>'n'>)" ")")))
'(jde-global-classpath (quote ("." "L:/Java/Build"
"B:/service/arrays/lib/816classes12.zip"
"B:/service/arrays/lib/comm.jar"
"B:/service/arrays/lib/Coroutine4Java.jar"
"B:/service/arrays/lib/dta.jar"
"B:/service/arrays/lib/ICF.zip"
"B:/service/arrays/lib/Java2COM.jar"
"B:/service/arrays/lib/jdom.jar"
"B:/service/lib/oraclejdbc/classes12.zip"
"B:/service/lib/AB-EJB.jar"
"B:/service/lib/ab-presentation.jar"
"B:/service/lib/ab-relationship.jar"
"B:/service/lib/ab-reqres.jar"
"B:/service/lib/ab-reqresTest.jar"
"B:/service/lib/ab-version.jar"
"B:/service/lib/agtc-all.jar"
"B:/service/lib/agtc-yao.jar" "B:/service/lib/Apv.jar"
"B:/service/lib/archiver.jar"
"B:/service/lib/Audit.jar"
"B:/service/lib/AuditGui.jar" "B:/service/lib/castor"
"B:/service/lib/CoreGui.jar"
"B:/service/lib/CoreUtil.jar" "B:/service/lib/crimson"
"B:/service/lib/dom-las.jar"
"B:/service/lib/EmlException.jar"
"B:/service/lib/EmlHandler.jar"
"B:/service/lib/EmlViewer.jar"
"B:/service/lib/jaxp.jar" "B:/service/lib/JEM.jar"
"B:/service/lib/junit"
"B:/service/lib/LBDataCollection.jar"
"B:/service/lib/LCSGUI.jar"
"B:/service/lib/LCSServer.jar"
"B:/service/lib/log4j.jar" "B:/service/lib/oraclejdbc"
"B:/service/lib/ormapping.jar"
"B:/service/lib/PostInstall.jar"
"B:/service/lib/Print.jar" "B:/service/lib/rowset.jar"
"B:/service/lib/RTC.jar" "B:/service/lib/RtcGui.jar"
"B:/service/lib/Security.jar" "B:/service/lib/sitraka"
"B:/service/lib/smapplication.jar"
"B:/service/lib/smapplicationpf.jar"
"B:/service/lib/smcomponents.jar"
"B:/service/lib/smmain.jar" "B:/service/lib/smrr.jar"
"B:/service/lib/smrrclient.jar"
"B:/service/lib/sns.jar" "B:/service/lib/Tools.jar"
"B:/service/lib/TOPLink.jar"
"B:/service/lib/TOPLinkX.jar"
"B:/service/lib/translation.jar"
"B:/service/lib/Visualization.jar"
"B:/service/lib/workflow.jar"
"B:/service/lib/workflowTest.jar"
"B:/service/lib/castor/castor-0.9.3.jar"
"B:/service/lib/castor/castor-0.9.3-xml.jar"
"B:/service/lib/castor/xerces.jar"
"B:/service/lib/crimson/crimson.jar"
"B:/service/lib/crimson/jaxp.jar"
"B:/service/lib/crimson/xalan.jar"
"B:/service/jboss/lib/ext/ab-jnpserver.jar"
"B:/service/jboss/lib/ext/activation.jar"
"B:/service/jboss/lib/ext/castor-0.9.1.jar"
"B:/service/jboss/lib/ext/gnu-regexp-1.0.8.jar"
"B:/service/jboss/lib/ext/hsql.jar"
"B:/service/jboss/lib/ext/hsqldb.jar"
"B:/service/jboss/lib/ext/jboss-j2ee.jar"
"B:/service/jboss/lib/ext/jboss-management.jar"
"B:/service/jboss/lib/ext/jboss.jar"
"B:/service/jboss/lib/ext/jbosscx.jar"
"B:/service/jboss/lib/ext/jbossmq.jar"
"B:/service/jboss/lib/ext/jbosspool.jar"
"B:/service/jboss/lib/ext/jbosssx.jar"
"B:/service/jboss/lib/ext/jcert.jar"
"B:/service/jboss/lib/ext/jdbm.jar"
"B:/service/jboss/lib/ext/jmxtools.jar"
"B:/service/jboss/lib/ext/jndi.jar"
"B:/service/jboss/lib/ext/jnet.jar"
"B:/service/jboss/lib/ext/jnpserver.jar"
"B:/service/jboss/lib/ext/jpl-util-0_5b.jar"
"B:/service/jboss/lib/ext/jsse.jar"
"B:/service/jboss/lib/ext/log4j.jar"
"B:/service/jboss/lib/ext/mail.jar"
"B:/service/jboss/lib/ext/oswego-concurrent.jar"
"B:/service/jboss/lib/ext/ots-jts_1.0.jar"
"B:/service/jboss/lib/ext/tyrex-0.9.8.5.jar"
"b:/service/JMS/lib/fmprtl.zip")))
'(jde-run-working-directory "")
'(jde-gen-cflow-for-i (quote ("(if
(jde-parse-comment-or-quoted-p)" "'(l \"fori\")" "'(l
'> \"for (int \" (p \"variable: \" var) \" = 0; \""
"(s var)" "\" < \"(p \"upper bound: \" ub)\"; \" (s
var) \"++) \"" "(if jde-gen-k&r " "()" "'>'n)"
"\"{\"'>'n'>'r'n" "\"} \"" "(s var) \" < \" (s ub) \";
\" (s var) \"++)\"'>'n'>)" ")")))
'(jde-compiler (quote ("javac server" "")))
'(jde-gen-class-buffer-template (quote
("\"//----------------------------------------------------------------------------\"
'>'n" "\"// Copyright: (c) 2001 Applied Biosystems.
All Rights Reserved.\" '>'n" "\"// $Revision$\" '>'n"
"\"// $Modtime$\" '>'n"
"\"//----------------------------------------------------------------------------\"
'>'n" "(jde-gen-get-package-statement)" "\"/**\" '>'n"
"\" *\" '>'n" "\" *\" '>'n" "\" * @author Ralph Jocham
(jochamrm)\"'>'n" "\" * @version $Revision$\" '>'n"
"\" */\" '>'n'" "'>'n" "\"public class \""
"(file-name-sans-extension (file-name-nondirectory
buffer-file-name))" "\" \" (jde-gen-get-extend-class)"
"(if jde-gen-k&r " "()" "'>'n)" "\"{\" '>'n"
"\"//--------------------------------------------------------------------------\"
'>'n" "\"// CONSTANT FIELDS\" '>'n"
"\"//--------------------------------------------------------------------------\"
'>'n" "'>'n"
"\"//--------------------------------------------------------------------------\"
'>'n" "\"// STATIC FIELDS\" '>'n"
"\"//--------------------------------------------------------------------------\"
'>'n" "'>'n"
"\"//--------------------------------------------------------------------------\"
'>'n" "\"// INSTANCE FIELDS\" '>'n"
"\"//--------------------------------------------------------------------------\"
'>'n" "'>'n"
"\"//--------------------------------------------------------------------------\"
'>'n" "\"// STATIC INITIALIZERS\" '>'n"
"\"//--------------------------------------------------------------------------\"
'>'n" "'>'n"
"\"//--------------------------------------------------------------------------\"
'>'n" "\"// STATIC METHODS\" '>'n"
"\"//--------------------------------------------------------------------------\"
'>'n" "'>'n"
"\"//--------------------------------------------------------------------------\"
'>'n" "\"// CONSTRUCTORS\" '>'n"
"\"//--------------------------------------------------------------------------\"
'>'n" "'>'n"
"\"//--------------------------------------------------------------------------\"
'>'n" "\"// FINALIZER\" '>'n"
"\"//--------------------------------------------------------------------------\"
'>'n" "'>'n"
"\"//--------------------------------------------------------------------------\"
'>'n" "\"// METHODS OVERIDING SUPERCLASS METHODS\"
'>'n"
"\"//--------------------------------------------------------------------------\"
'>'n" "'>'n"
"\"//--------------------------------------------------------------------------\"
'>'n" "\"// METHODS IMPLEMENTING INTERFACES\" '>'n"
"\"//--------------------------------------------------------------------------\"
'>'n" "'>'n"
"\"//--------------------------------------------------------------------------\"
'>'n" "\"// EVENT HANDLERS\" '>'n"
"\"//--------------------------------------------------------------------------\"
'>'n" "'>'n"
"\"//--------------------------------------------------------------------------\"
'>'n" "\"// OTHER METHODS\" '>'n"
"\"//--------------------------------------------------------------------------\"
'>'n" "'>'n"
"\"//--------------------------------------------------------------------------\"
'>'n" "\"// INNER CLASSES\" '>'n"
"\"//--------------------------------------------------------------------------\"
'>'n" "'>'n" "\"}\" '>'n")))
'(jde-make-program "jde-ant-build")
'(jde-java-font-lock-api-file "")
'(jde-compile-option-directory "l:/Java/build/")
'(jde-ant-home "l:\\java\\ant")
'(jde-db-source-directories (quote ("l:/Java/Src/"
"e:/JDK1.3.1-Source/j2sdk1.3.1/src/share/classes/")))
'(jde-build-function (quote (jde-make)))
'(jde-compile-option-deprecation t)
'(jde-gen-k&r nil)
'(jde-gen-cflow-for (quote ("(if
(jde-parse-comment-or-quoted-p)" "'(l \"for\")" "'(l
'> \"for (\" (p \"for-clause: \" clause) \") \"" "(if
jde-gen-k&r " "()" "'>'n)" "\"{\"'>'n'>'r'n" "\"}
\"'>'n'>)" ")")))
'(jde-gen-cflow-catch (quote ("(if
(jde-parse-comment-or-quoted-p)" "'(l \"catch\")" "'(l
'> \"catch (\" (p \"catch what: \" clause) \" e) \""
"(if jde-gen-k&r " "()" "'>'n)" "\"{\"'>'n'>'r'n" "\"}
\"'>'n'>)" ")")))
'(jde-gen-get-set-var-template (quote ("(end-of-line)
'&" "\"private \"" "(P \"Variable type: \" type) \"
\"" "(P \"Variable name: \" name) \";\" '>'n '>'n"
"'>'\"public \" (s type)" "(if (string= \"boolean\"
(jde-gen-lookup-named 'type) ) " "\" is\" " "\" get\"
) " "(jde-gen-init-cap (jde-gen-lookup-named 'name))"
"\"() \"" "(if jde-gen-k&r " "()" "'>'n)" "\"{\" '>'n"
"\"return m\" (jde-gen-init-cap (jde-gen-lookup-named
'name)) \";\" '>'n \"}\"" "'>'n '>'n" "'>'\"public
void set\" (jde-gen-init-cap (jde-gen-lookup-named
'name))" "\"(\" (s type) \" \" (s name) \")\" " "(if
jde-gen-k&r " "()" "'>'n)" "\"{\" '>'n" "'>'\"m\"
(jde-gen-init-cap (jde-gen-lookup-named 'name)) \" =
\" (s name) \";\" '>'n \"}\" '>'n'>")))
'(jde-compile-option-sourcepath (quote
("l:/java/Src/")))
'(jde-gen-cflow-if (quote ("(if
(jde-parse-comment-or-quoted-p)" "'(l \"if\")" "'(l '>
\"if (\" (p \"if-clause: \" clause) \") \"" "(if
jde-gen-k&r " "()" "'>'n)" "\"{\"'>'n'>'r'n" "\"}
\"'>'n'>)" ")")))
'(jde-gen-cflow-try-finally (quote ("(if
(jde-parse-comment-or-quoted-p)" "'(l \"try\")" "'(l
\"try \"" "(if jde-gen-k&r " "()" "'>'n)"
"\"{\"'>'n'>'r'n" "\"}\"" "'> \"catch (\" (p \"catch
what: \" clause) \" e) \"" "(if jde-gen-k&r " "()"
"'>'n)" "\"{\"'>'n'>'r'n" "\"} \"" "'> \"finally \""
"(if jde-gen-k&r " "()" "'>'n)" "\"{\"'>'n'>'r'n" "\"}
\"'>'n'>)" ")")))
'(jde-gen-cflow-finally (quote ("(if
(jde-parse-comment-or-quoted-p)" "'(l \"finally\")"
"'(l '> \"finally \"" "(if jde-gen-k&r " "()" "'>'n)"
"\"{\"'>'n'>'r'n" "\"} \"'>'n'>)" ")")))
'(jde-gen-cflow-if-else (quote ("(if
(jde-parse-comment-or-quoted-p)" "'(l \"ife\")" "'(l
'> \"if (\" (p \"if-clause: \" clause) \") \"" "(if
jde-gen-k&r " "()" "'>'n)" "\"{\"'>'n'>'r'n" "\"} \"'>
n" "'> \"else \"" "(if jde-gen-k&r " "()" "'>'n)"
"\"{\"'>'n'>'r'n" "\"} \"'>'n'>)" ")")))
'(jde-gen-cflow-while (quote ("(if
(jde-parse-comment-or-quoted-p)" "'(l \"while\")" "'(l
'> \"while (\" (p \"while-clause: \" clause) \") \""
"(if jde-gen-k&r " "()" "'>'n)" "\"{\"'>'n'>'r'n" "\"}
\"'>'n'>)" ")")))
'(jde-gen-cflow-try-catch (quote ("(if
(jde-parse-comment-or-quoted-p)" "'(l \"try\")" "'(l
\"try \"" "(if jde-gen-k&r " "()" "'>'n)"
"\"{\"'>'n'>'r'n" "\"} \"'>'r'n" "'> \"catch (\" (p
\"catch what: \" clause) \" e) \"" "(if jde-gen-k&r "
"()" "'>'n)" "\"{\"'>'r'n"
"\"e.printStackTrace(System.err);\"'>'r'n" "\"}
\"'>'n'>)" ")")))
'(jde-compile-option-target (quote ("1.3")))
'(jde-run-executable "")
'(jde-ant-buildfile "L:/java/ant/all.xml")
'(jde-gen-cflow-switch (quote ("(if
(jde-parse-comment-or-quoted-p)" "'(l \"switch\")"
"'(l '> \"switch (\" (p \"switch-condition: \" clause)
\") \"" "(if jde-gen-k&r " "()" "'>'n)" "\"{\"'>'n'"
"\"case \" (p \"first value: \") \":\"'>'n'>'p'n"
"\"break;\"'>'n'>'p'n" "\"default:\"'>'n'>'p'n"
"\"break;\"'>'n" "\"} \"'>'n'>)" ")")))
'(jde-run-application-class
"com.apldbio.arrays.illumina.common.ArraysContentPane")
'(jde-import-auto-sort t)
'(jde-compile-option-debug (quote ("selected" (t t
t))))
'(jde-auto-parse-buffer-interval 240)
'(jde-wiz-get-set-variable-convention (quote ("m" .
"Prefix")))
'(jde-compile-option-depend nil)
'(jde-javadoc-describe-class-template "\"* \"
(jde-javadoc-code name)"))
__________________________________________________
Do You Yahoo!?
Yahoo! Games - play chess, backgammon, pool and more
http://games.yahoo.com/