-
1. Re: want to create hello world example using eclipse+Jboss+N
theute Aug 23, 2004 11:45 AM (in response to vebs)I am not sure what is an Hello World with Nukes but to set up Elipse you can read this thread:
http://www.jboss.org/index.html?module=bb&op=viewtopic&t=47480
And for Nukes:
http://jboss.org/developers/projects/nukes/tutorial -
2. Re: want to create hello world example using eclipse+Jboss+N
vebs Aug 23, 2004 12:42 PM (in response to vebs)I just want to start coding java pages using nuke API .
WHAT STEPS I HAVE TO DO.
2 LINKS provided by U r useful but i am still not clear .
can u help me more in step by step setup.
thanks,
vebs -
3. Re: want to create hello world example using eclipse+Jboss+N
theute Aug 23, 2004 1:08 PM (in response to vebs)What do you want to do ?
Create a module ? Create a block ?
Are you sure you understood what was Nukes ? -
4. Re: want to create hello world example using eclipse+Jboss+N
vebs Aug 23, 2004 1:43 PM (in response to vebs)yes i understand what is nukes.
but my main problem is how to setup nukes with eclipse?
how to setup classpath.
my directory structure is as folows:
project
|-portal
|-jboss-3.2.3
|---
|--
I just want to know steps of setup so that i can start working with nukes.
I have sourcecode of nukes in workspace of eclipse.
can u plz explain me setup procedure.
thanks,
Vebs -
5. Re: want to create hello world example using eclipse+Jboss+N
theute Aug 23, 2004 2:10 PM (in response to vebs)So did you read the first thread that i linked ?
I answered that question about Eclipse in a step by step manner
http://www.jboss.org/index.html?module=bb&op=viewtopic&t=47480
Scroll down till you see the step by step procedure -
6. Re: want to create hello world example using eclipse+Jboss+N
vebs Aug 23, 2004 4:49 PM (in response to vebs)I am getting folowing error msg this one is just a example there r around 100 error msgs :
The import EDU cannot be resolved BBModule.java
import EDU.oswego.cs.dl.util.concurrent.LinkedQueue;
test_1/bb/src/main/org/jboss/nukes/addons/modules/bb line 11
Structure is as follows
The source code i got from CVS is
C:/eclipse/workspace/Nukes
|-adminmessages
|-bb
|-build
|-common
and my new project created is placed in
C:/eclipse/workspace/test1
same structure like above one is there.
can u give some hint what to do?
thanks,
vebs
thanks,
Vaibhav -
7. Re: want to create hello world example using eclipse+Jboss+N
theute Aug 23, 2004 6:44 PM (in response to vebs)I updated the related wiki pages and added a file that you may find useful.
http://www.jboss.org/wiki/Wiki.jsp?page=UsingEclipse
and
http://www.jboss.org/wiki/Wiki.jsp?page=SettingUpClasspaths -
8. Re: want to create hello world example using eclipse+Jboss+N
dontrango Aug 24, 2004 12:43 AM (in response to vebs)hi vebs,
the outlines given by theute in 'http://www.jboss.org/index.html?module=bb&op=viewtopic&t=47480' is very comprehensive.
you got the EDU.oswego. classNotFound because you've not specified concurrent.jar in your classpath; you need to search for them one by one
please follow the thread, resolved the classpaths then you should be ok. -
9. Re: want to create hello world example using eclipse+Jboss+N
dontrango Aug 24, 2004 7:04 AM (in response to vebs)Hi,
I have updated the related wiki pages based on my exchanges with theute, hope this will help the others:
http://www.jboss.org/wiki/Wiki.jsp?page=UsingEclipse -
10. Re: want to create hello world example using eclipse+Jboss+N
theute Aug 24, 2004 7:19 AM (in response to vebs)Unfortunately, there is a bug (and more) in the wiki system, it stores only up to the first "
So the end of the wiki page disappeared.
Can you do it again replacing the " by ' for example ?
I know it's a bugging bug,.. We'll have to deal with it till someone does a Wiki system for Nukes (this one is not part of Nukes) -
11. Re: want to create hello world example using eclipse+Jboss+N
vebs Aug 24, 2004 9:18 AM (in response to vebs)Hi,
Thanks for ur suport. I wil try using these 2 links.
thanks,
vebs -
12. Re: want to create hello world example using eclipse+Jboss+N
vebs Aug 24, 2004 10:32 AM (in response to vebs)Hi i am still getting these errors
VoteEJBLocalHome cannot be resolved or is not a type Homes.java nukes_test/bb/src/main/org/jboss/nukes/addons/modules/bb line 53
UtilsEJBLocal cannot be resolved (or is not a valid type) for the field NotificationInterceptor.utils NotificationInterceptor.java nukes_test/bb/src/main/org/jboss/nukes/addons/modules/bb/interceptors line 83
thanks,
vebs -
13. Re: want to create hello world example using eclipse+Jboss+N
theute Aug 24, 2004 11:29 AM (in response to vebs)You have to build everything as explained in the wiki page and add the ouput/classes directories to the classpath in your case your bb/output/classes directory is missing
-
14. Re: want to create hello world example using eclipse+Jboss+N
dontrango Aug 24, 2004 12:25 PM (in response to vebs)Hi,
I have updated the wiki page to include the last point on re-building the source and the point to note if somebody wants to use the .classpath mentioned on the wiki.
http://www.jboss.org/wiki/Wiki.jsp?page=UsingEclipse