• 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
  • Tim Cooke
  • paul wheaton
  • Ron McLeod
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

Aborts from running EJB Client Windows batch script

 
Ranch Hand
Posts: 235
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All,

My Client Windows batch script (Shell.bat) aborted with the following message:

D:\Temp\workbook\ex11_4>shell.bat

D:\Temp\workbook\ex11_4>set CLASSPATH=build\classes;client-config
Files\jboss-4.0.5.GA\client\lib was unexpected at this time.D:\Temp\workbook\ex11_4>for /R C:\Program Files\jboss-4.0.5.GA\client\lib %v IN
(*.jar) DO @call setClasspath %v


The content for Shell.bat & SetClasspath.bat are as follows:

D:\Temp\workbook\ex11_4>type shell.bat



D:\Temp\workbook\ex11_4>type setClasspath.bat


These are the variables needed the Shell.bat script:

D:\Temp\workbook\ex11_4>echo %JAVA_HOME%
C:\Program Files\Java\jdk1.5.0_11

D:\Temp\workbook\ex11_4>echo %JBOSS_HOME%
C:\Program Files\jboss-4.0.5.GA

I am running Netbeans 5.5, JBoss AS 4.0.5, SDK 1.5.0_11 on Windows XP.

Thanks in advance,

Henry
 
Jack Bush
Ranch Hand
Posts: 235
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All,

Could someone please assist me in identifying exactly where this problem lies?

I am still stuck with this issue.

Thanks a lot,

Henry
 
I'm not sure if I approve of this interruption. But this tiny ad checks out:
Clean our rivers and oceans from home
https://www.kickstarter.com/projects/paulwheaton/willow-feeders
reply
    Bookmark Topic Watch Topic
  • New Topic