I am getting this error in my browser when I try to access my Web Application:> Compilation of '/weblogic/wlserver6.0sp1/config/mediaocean/applications/.wl_temp_do_not_delete_wlnode2B/WEB-INF/_tmp_war_wlnode2B_wlnode2B_CommerceWar/jsp_servlet/_jsp/_login/_Login.java' failed: ----------------------------------------------------------------- (Failed to parse compiler output. See full output below). ----------------------------------------------------------------- Full compiler error(s): Illegal option: l Usage: /usr/bin/javac {ctxuV}[vfm0ME@] [jar-file] [manifest-file] [-C dir] files ... Options -c create new archive -t list table of contents for archive -x extract named (or all) files from archive -u update existing archive -V display version information -v generate verbose output on standard output -f specify archive file name -m include manifest information from specified manifest file -0 store only; use no ZIP compression -M Do not create a manifest file for the entries -C change to the specified directory and include the following file -E don't include the files found in a directory -@ Read names from stdin If any file is a directory then it is processed recursively. The manifest file name and the archive file name needs to be specified in the same order the 'm' and 'f' flags are specified. Example 1: to archive two class files into an archive called classes.jar: jar cvf classes.jar Foo.class Bar.class Example 2: use an existing manifest file 'mymanifest' and archive all the files in the foo/ directory into 'classes.jar': jar cvfm classes.jar mymanifest -C foo/ .
----------------------------------------------------------------- Fri Oct 05 14:27:41 EDT 2001 ------------ If anyone has encountered such a problem please Help ! Sujit
George Brown
Ranch Hand
Joined: Sep 26, 2000
Posts: 919
posted
0
which JVM are you using in conjunction with which version of WLS? Is it a supported JVM for that version of WLS?