1

I am bit confused no how to use JCAPS. I have Netbeans 6.0.1. Is it necessary to have Netbeans 6.1 to use JCAPS?

Secondly how do I use JCAPS?

I am new to Java so hopefully I'll find good support here.

Mogsdad
  • 44,709
  • 21
  • 151
  • 275
Badr
  • 10,384
  • 15
  • 70
  • 104

2 Answers2

2

JCAPS (6.1 at least) is intimately tied to Netbeans 6.1 and Glassfish 2.1; you've got no other choice than using what is installed by JCAPS.

Maybe you should try to learn the basis of Java SE programming, and Java-ee packaging (concept of EAR files) and deployment before investigating JCAPS

javamonkey79
  • 17,443
  • 36
  • 114
  • 172
Kevin
  • 4,618
  • 3
  • 38
  • 61
  • +1 for good general suggestions. Have you seen [this](http://stackoverflow.com/questions/3481475/jcaps-little-boxes-of-hell) before? – javamonkey79 Jan 07 '11 at 20:44
1

Also take a look at: https://stackoverflow.com/questions/2091959/any-jcaps-tutorials

Community
  • 1
  • 1
javamonkey79
  • 17,443
  • 36
  • 114
  • 172