The Artima Developer Community
Sponsored Link

Java Answers Forum
STUPID JAVA QUESTION OF THE DAY!!!!

3 replies on 1 page. Most recent reply: Mar 12, 2007 11:35 PM by Sirish Kumar Gongal Reddy

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 3 replies on 1 page
Guido

Posts: 38
Nickname: kiethb
Registered: May, 2002

STUPID JAVA QUESTION OF THE DAY!!!! Posted: Sep 14, 2006 10:13 AM
Reply to this message Reply
Advertisement
This question pertains to the join() method in relation to threads.

Why do they call it join? What is it joining... how can I put the literal definition of the word join, in context with how it is being used. I simply want to visualize the process taking place here and dont understand when this method is more making other threads wait rather than joining anything!

hey thanks, signed frustrated

AKA Guido "Don't make me hurt ya" ;)


sandeep sajwan

Posts: 6
Nickname: gabbar
Registered: Sep, 2006

Gudio check this out plz Posted: Sep 16, 2006 2:14 AM
Reply to this message Reply
i am developing a software using ms-access as database, so the problem is how to provide the client the data base and software both through a setup program.If there is any way then how the a copy of the .exe of the project is linked to database i mean if one copies the .exe file to some other location then it won't find the database, so how to make the database accessible.

Lynn Hollerman

Posts: 67
Nickname: gmholler
Registered: Mar, 2002

For Guido Posted: Sep 18, 2006 6:28 AM
Reply to this message Reply
Maybe this will help?

http://mindprod.com/jgloss/thread.html#DEATHWATCH

Lynn.

Sirish Kumar Gongal Reddy

Posts: 5
Nickname: hcl
Registered: Feb, 2007

Re: Gudio check this out plz Posted: Mar 12, 2007 11:35 PM
Reply to this message Reply
Sandeep,

There is one open source tool for to make .exe file out of java files. Tool name is "Installanywhere" you can try this one.

If come to the Database creation i don't think that the tool will help to create DB.

Thanks,
Sirish

Flat View: This topic has 3 replies on 1 page
Topic: STUPID JAVA QUESTION OF THE DAY!!!! Previous Topic   Next Topic Topic: Please help me with a tooltip, i'm not familiar...

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use