• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

JSP ERROR !!

 
Greenhorn
Posts: 21
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi ,
Whenever i try to run a JSP it gives the foll.
error which I have pasted.
However the same JSP works fine in another
domain.
Can anyone help.
Thanks in advance !!
Compilation of '/ams/weblogic6.1/bea/wlserver6.1/config/tdomain/applications/WEB-INF/_tmp_war_tserver_tserver_MyWeb Application/jsp_servlet/__SKfirstEx.java' failed:
--------------------------------------------------------------------------------
/ams/weblogic6.1/bea/wlserver6.1/config/tdomain/applications/WEB-INF/_tmp_war_tserver_tserver_MyWeb Application/jsp_servlet/__SKfirstEx.java"
--------------------------------------------------------------------------------
Full compiler error(s):
javac: invalid argument: "/ams/weblogic6.1/bea/wlserver6.1/config/tdomain/applications/WEB-INF/_tmp_war_tserver_tserver_MyWeb Application/jsp_servlet/__SKfirstEx.java"
Usage: javac <options> <source files>
where possible options include:
-g Generate all debugging info
-g:none Generate no debugging info
-g:{lines,vars,source} Generate only some debugging info
-O Optimize; may hinder debugging or enlarge class file
-nowarn Generate no warnings
-verbose Output messages about what the compiler is doing
-deprecation Output source locations where deprecated APIs are used
-classpath <path> Specify where to find user class files
-sourcepath <path> Specify where to find input source files
-bootclasspath <path> Override location of bootstrap class files
-extdirs <dirs> Override location of installed extensions
-d <directory> Specify where to place generated class files
-encoding <encoding> Specify character encoding used by source files
-target <release> Generate class files for specific VM version

Regards,
Rajesh.
 
Evildoers! Eat my justice! And this tiny ad's justice too!
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic