The Artima Developer Community
Sponsored Link

Java Answers Forum
websphere 2 & java 1.1.8

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Der Wide

Posts: 1
Nickname: derwide
Registered: May, 2002

websphere 2 & java 1.1.8 Posted: May 8, 2002 2:12 AM
Reply to this message Reply
Advertisement
hi there!

i developed the folowing code ( >>> <a href="http://www.netigo.de/problem/index.html">www.netigo.de/problem/index.h tml</a> ) under tomcat 4 & java 1.3.1.
it works promblemless with tomcat 4 or webshpere 4 and java 1.3.1 or 1.4.0

it should run with websphere 2 and java 1.1.8, but the following errors occure:


Fehler beim Abruf der kompilierten Seite.
/QIBM/ProdData/IBMWebAS/servlets/pagecompile/_info__arzt__anmeldung_xjsp.java: 63: Invalid expression statement.
!
^
/QIBM/ProdData/IBMWebAS/servlets/pagecompile/_info__arzt__anmeldung_xjsp.java :63: Missing term.
!
^
/QIBM/ProdData/IBMWebAS/servlets/pagecompile/_info__arzt__anmeldung_xjsp.java :63: ';' expected.
!
^
/QIBM/ProdData/IBMWebAS/servlets/pagecompile/_info__arzt__anmeldung_xjsp.java :63: '}' expected.
!
^
/QIBM/ProdData/IBMWebAS/servlets/pagecompile/_info__arzt__anmeldung_xjsp.java :124: Can't specify array dimension in a declaration.
data[0].writeChars(1999, 4, out);
^
/QIBM/ProdData/IBMWebAS/servlets/pagecompile/_info__arzt__anmeldung_xjsp.java :124: Identifier expected.
data[0].writeChars(1999, 4, out);
^
/QIBM/ProdData/IBMWebAS/servlets/pagecompile/_info__arzt__anmeldung_xjsp.java :133: Identifier expected.
aktion = request.getParameter("formAktion");
^
7 errors


who can help? where may i download a websphere 2?

Topic: How can I upload a file? Previous Topic   Next Topic Topic: Swing Applets

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use