[JBoss-user] [JBoss Getting Started Documentation] - Re: JBoss 4.0.0 Bank example compile error

2005-01-21 Thread dxb
For what it's worth, I was getting the same problem, on Red Hat Enterprise 
Linux 3, but fixed it by uninstalling the bundled Ant (1.5.2) and installing 
version 1.6.2 from ant.apache.org.

I'm using JBoss 4.0.1 with the Sun 1.4.2_06 SDK.


View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3863124#3863124

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3863124


---
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag--drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Getting Started Documentation] - Re: JBoss 4.0.0 Bank example compile error

2004-12-08 Thread exitsfunnel
I'm also hitting this error.  Google yields a few similar cases but there don't 
seem to be any solutions posted.  It does seem to always occur on Linux.  I 
guess it's either a Linux, JDK, or Ant.  I'm going to try to upgrade ANT and my 
JDK and see if that helps.  From which jar file do you expect JTextField to be 
loaded?  It seems it's not in any of the jars jboss installs so I guess it 
should be coming out of rt.jar.  Anyone have any thoughts on this issue?

-exits

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3857905#3857905

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3857905


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Getting Started Documentation] - Re: JBoss 4.0.0 Bank example compile error

2004-12-08 Thread [EMAIL PROTECTED]
Dumb question.  Are you using the sun JVM?  What version? (java -version)

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3857908#3857908

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3857908


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Getting Started Documentation] - Re: JBoss 4.0.0 Bank example compile error

2004-10-22 Thread nrichards
I can't explain that one.  javap javax.swing.JTextFieldIt looks like it is missing 
methods on JDK classes.  

Try running javap to see what you have.  Does it look like you have the right 
constructor?


  | [EMAIL PROTECTED] tmp]$ javap javax.swing.JTextField
  | 
  | Compiled from JTextField.java
  | public class javax.swing.JTextField extends javax.swing.text.JTextComponent 
implements javax.swing.SwingConstants{
  | public static final java.lang.String notifyAction;
  | static java.lang.Class class$java$awt$event$ActionListener;
  | public javax.swing.JTextField();
  | public javax.swing.JTextField(java.lang.String);
  | public javax.swing.JTextField(int);
  | public javax.swing.JTextField(java.lang.String,int);
  | public javax.swing.JTextField(javax.swing.text.Document,java.lang.String,int);
  | ...
  | 

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3852328#3852328

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3852328


---
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user