About .java files

13 views
Skip to first unread message

Sam

unread,
Aug 28, 2010, 4:47:32 PM8/28/10
to cspoker-discuss
Hi all!

When trying to resolve "import org.eclipse.swt.widgets.Display;", I
went to:
http://cspoker.org:8080/nexus/content/groups/public/org/eclipse/swt/win32/win32/x86/3.3.0-v3346/
and downloaded x86-3.3.0-v3346.jar.

I unpacked the jar and found lots of ".class" files.
Apparently I need the ".java" files.

From where may I download the ".java" files to resolve the "import
org.eclipse.swt.widgets.Display;" ?

Thanks.

Sam

massimo stillo

unread,
Aug 28, 2010, 7:36:11 PM8/28/10
to cspoker...@googlegroups.com
You must download 
- swt.jar
- swt-debug.jar

hi

2010/8/28 Sam <rob...@hotmail.com>

--
You received this message because you are subscribed to the Google Groups "cspoker-discuss" group.
To post to this group, send email to cspoker...@googlegroups.com.
To unsubscribe from this group, send email to cspoker-discu...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/cspoker-discuss?hl=en.


Sam

unread,
Sep 4, 2010, 10:39:02 PM9/4/10
to cspoker-discuss
Where do I download the swt.jar and swt-debug.jar files?

On Aug 28, 5:36 pm, massimo stillo <massimo.sti...@gmail.com> wrote:
> You must download
> - swt.jar
> - swt-debug.jar
>
> hi
>
> 2010/8/28 Sam <rob...@hotmail.com>
>
> > Hi all!
>
> > When trying to resolve "import org.eclipse.swt.widgets.Display;", I
> > went to:
>
> >http://cspoker.org:8080/nexus/content/groups/public/org/eclipse/swt/w...
> > and downloaded x86-3.3.0-v3346.jar.
>
> > I unpacked the jar and found lots of ".class" files.
> > Apparently I need the ".java" files.
>
> > From where may I download the ".java" files to resolve the "import
> > org.eclipse.swt.widgets.Display;" ?
>
> > Thanks.
>
> > Sam
>
> > --
> > You received this message because you are subscribed to the Google Groups
> > "cspoker-discuss" group.
> > To post to this group, send email to cspoker...@googlegroups.com.
> > To unsubscribe from this group, send email to
> > cspoker-discu...@googlegroups.com<cspoker-discuss%2Bunsu...@googlegroups.com>
> > .

Guy Van den Broeck

unread,
Sep 5, 2010, 5:44:23 AM9/5/10
to cspoker...@googlegroups.com
Maven should be downloading all dependencies for you. Please see http://code.google.com/p/cspoker/wiki/DeveloperGuide

2010/9/5 Sam <rob...@hotmail.com>
To unsubscribe from this group, send email to cspoker-discu...@googlegroups.com.

Sam

unread,
Sep 5, 2010, 4:43:53 PM9/5/10
to cspoker-discuss
Guy,

Thank you for your reply.
I'm already well aware of the "Maven" idea and the DeveloperGuide.
The reason for this post is because Maven does not work for me for
some reason and it's unduly cumbersome to deal with it.
Thus far, others have been kind enough to show me where I may do
direct downloads (avoiding Maven) and it has been quick and pain-free.
Is there any way I may download swt.jar and swt-debug.jar without
using Maven?!

Thank you so much for your patience and consideration,

Sam



On Sep 5, 3:44 am, Guy Van den Broeck
<guy.vandenbro...@cs.kuleuven.be> wrote:
> Maven should be downloading all dependencies for you. Please seehttp://code.google.com/p/cspoker/wiki/DeveloperGuide
> > <cspoker-discuss%2Bunsu...@googlegroups.com<cspoker-discuss%252Buns...@googlegroups.com>

massimo stillo

unread,
Sep 5, 2010, 6:26:59 PM9/5/10
to cspoker...@googlegroups.com
http://ai.eecs.umich.edu/~soar/sitemaker/misc/jars/

download swt.jat, swt-debug.jar isn't necessary


2010/9/5 Sam <rob...@hotmail.com>
To unsubscribe from this group, send email to cspoker-discu...@googlegroups.com.

Sam

unread,
Sep 6, 2010, 8:29:03 PM9/6/10
to cspoker-discuss
Thank you so much for your help, but I'm still faced with the dame
problem.
The jar you specified to download is full of DLL's. What I need
is .java files due to:

When trying to resolve "import org.eclipse.swt.widgets.Display;", I
went to:
http://cspoker.org:8080/nexus/content/groups/public/org/eclipse/swt/w...
and downloaded x86-3.3.0-v3346.jar.

I unpacked the jar and found lots of ".class" files.
Apparently I need the ".java" files.

From where may I download the ".java" files to resolve the "import
org.eclipse.swt.widgets.Display;" ?

Thanks.

Sam

On Sep 5, 4:26 pm, massimo stillo <massimo.sti...@gmail.com> wrote:
> http://ai.eecs.umich.edu/~soar/sitemaker/misc/jars/
> > <cspoker-discuss%2Bunsu...@googlegroups.com<cspoker-discuss%252Buns...@googlegroups.com>

Jeff Berkowitz

unread,
Sep 6, 2010, 10:12:45 PM9/6/10
to cspoker...@googlegroups.com
Sam,

I don't mean this as a personal shot, but you are asking a lot when you ask for people's time to help you come up with an alternative build system.  Do you realize there are 119 jar files in my Maven repository, which exists solely to build the cspoker tree?  Now, some of them are no doubt parts of Maven itself, but a lot of them are related to the product.  How many jars do you have in place now?  It's a big source base, and it's safe to presume their decision to use Maven wasn't a casual one ... everybody knows Maven can be a hassle, but the hassle pays off when there are a large number of dependencies.

Jeff


To unsubscribe from this group, send email to cspoker-discu...@googlegroups.com.

Sam

unread,
Sep 7, 2010, 1:14:11 AM9/7/10
to cspoker-discuss
There is no way I can get into this type of debate without seeming
unappreciative of all the work everyone has done on this project.
I am quite appreciative. In fact, I relish the idea of studying the
wonderful work done here.

Believe me, I "have" diligently tried to make Maven work for me, but
I'm repeatly missing dependencies.
I do have almost everything "due to using Maven"; in fact this last
swt package is the only part I may be missing.
Maven didn't give it to me and I really don't know why.
All I want is to get one thing to run, after that I it's unlikely I'll
be needed any more help.

I just want to learn about MCTS.

Thank you for your comment,

Sam
> > > > <cspoker-discuss%2Bunsu...@googlegroups.com<cspoker-discuss%252Buns...@googlegroups.com>
> > <cspoker-discuss%252Buns...@googlegroups.com<cspoker-discuss%25252Bun...@googlegroups.com>

Laurent Verbruggen

unread,
Sep 7, 2010, 1:52:38 AM9/7/10
to cspoker...@googlegroups.com
Hi Sam,

I had the same problem a while ago and the problem with me was the 32-64 bit difference. Some of my tools where running in 64 bit (like eclipse and java) while the maven repository isn't equipped to handle 64 bit. I installed everything in 32 bit and it worked just fine.

Maybe this solves your problem?

Greets,
Laurent

2010/9/7 Sam <rob...@hotmail.com>
To unsubscribe from this group, send email to cspoker-discu...@googlegroups.com.

Sam

unread,
Sep 7, 2010, 11:18:33 PM9/7/10
to cspoker-discuss
Laurent,

I using 32 bit. I've tried using just Subversion to download the read-
only source like the Developers Guide suggests, but that too was
missing files.
Since I have a dual-boot system....Win32 Vista and Ubuntu Linux
10.04.....I'm currently installing Maven, and Java on Ubuntu to see if
I can get a complete download of all necessary files. Using Eclipse
and the Maven Plugin under Win32 Vista did not provide a complete
build after 3 download tries.
I sure hope my attempt in Ubuntu works.
All I need is swt.

Thanks for your comment.
Sam

On Sep 6, 11:52 pm, Laurent Verbruggen <laurent.verbrug...@gmail.com>
wrote:
> > > >http://cspoker.org:8080/nexus/content/groups/public/org/eclipse/swt/w.
> > ..
> > > > and downloaded x86-3.3.0-v3346.jar.
>
> > > > I unpacked the jar and found lots of ".class" files.
> > > > Apparently I need the ".java" files.
>
> > > > From where may I download the ".java" files to resolve the "import
> > > > org.eclipse.swt.widgets.Display;" ?
>
> > > > Thanks.
>
> > > > Sam
>
> > > > On Sep 5, 4:26 pm, massimo stillo <massimo.sti...@gmail.com> wrote:
> > > > >http://ai.eecs.umich.edu/~soar/sitemaker/misc/jars/<http://ai.eecs.umich.edu/%7Esoar/sitemaker/misc/jars/>
>
> > > > > <http://ai.eecs.umich.edu/~soar/sitemaker/misc/jars/<http://ai.eecs.umich.edu/%7Esoar/sitemaker/misc/jars/>>download
> > > > > > <cspoker-discuss%2Bunsu...@googlegroups.com<cspoker-discuss%252Buns...@googlegroups.com>
> > <cspoker-discuss%252Buns...@googlegroups.com<cspoker-discuss%25252Bun...@googlegroups.com>
>
> > > > <cspoker-discuss%252Buns...@googlegroups.com<cspoker-discuss%25252Bun...@googlegroups.com>
> > <cspoker-discuss%25252Bun...@googlegroups.com<cspoker-discuss%2525252Bu...@googlegroups.com>
Reply all
Reply to author
Forward
0 new messages