[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 :

[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

[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

[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