Java Forums

Main Menu
Home
Today's Posts
FAQ
Search
Contact Us

Java Network
Java Tips
Java Tips Blog

Sponsored Links





Welcome to the Java Forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community, you will:

  • have access to post topics
  • communicate privately with other members (PM)
  • not see advertisements between posts
  • have the possibility to earn one of our surprises if you are an active member
  • access many other special features that will be introduced later.

Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact us.

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 07-22-2007, 07:28 AM
Member
 
Join Date: Jul 2007
Posts: 2
andrewos is on a distinguished road
beginner needs help with OBD-II input
Hi, I'm a newbie to java programming. I am planning to do a project which will require me writing a Java program that displays variables inputted by another program. Seeing as I am new to Java, I have no idea where to start. How do I take variables from one program and input them into one of my own? The other program is open source, so it should be fairly easy to do (I'm guessing). Someone please point me in the right direction. Thanks.
Bookmark Post in Technorati
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 07-23-2007, 01:08 PM
JavaBean's Avatar
Moderator
 
Join Date: May 2007
Posts: 1,272
JavaBean is on a distinguished road
There is no special way to communicate two Java processes. You will consider them as separate programs and communicate each other. They can communicate over TCP/IP, RMI, CORBA.. All requires you to define some communication protocol based on the requirements of the selected technology.
Bookmark Post in Technorati
Reply With Quote
  #3 (permalink)  
Old 07-24-2007, 03:35 AM
Member
 
Join Date: Jul 2007
Posts: 2
andrewos is on a distinguished road
Ok thanks! ill look into that. Just by following the links in your reply, I think RMI will work best for what I am trying to do.
Bookmark Post in Technorati
Reply With Quote
  #4 (permalink)  
Old 07-30-2007, 10:46 AM
Member
 
Join Date: Jul 2007
Posts: 72
Swamipsn is on a distinguished road
Without RMI you can store the out put of a program into a file or database then access it
Bookmark Post in Technorati
Reply With Quote
Sponsored Links
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Beginner; Create a class to store info and constructor to initialize badness New To Java 16 05-08-2008 10:45 PM
beginner to Java notwist New To Java 15 04-18-2008 10:41 AM
Beginner-Moderate IDE Hiro ZA NetBeans 4 01-26-2008 07:16 AM
Beginner Needs Help w/ Program for School badness New To Java 2 11-24-2007 08:51 PM
how to take input and verify input in Java programs bilal_ali_java Advanced Java 0 07-21-2007 09:46 AM


All times are GMT +3. The time now is 09:56 PM.


VBulletin, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO ©2007, Crawlability, Inc.
Copyright ©2006 - 2007, www.java-forums.org