Javax.comm is driving me crazy

Using the Java SDK with TextPad

Moderators: AmigoJack, bbadmin, helios, Bob Hansen, MudGuard

Post Reply
Cannonball2134
Posts: 2
Joined: Thu Oct 12, 2006 5:19 pm

Javax.comm is driving me crazy

Post by Cannonball2134 »

Hello future kind people who will hopefully be helping me. :wink:

I have what i would of thought to be a simple problem. i can't seem to work javax.comm. when ever i put it in some code: import javax.comm.*; it always comes up with error: package javax.comm does not exist :evil: . i have tried everything. i have copied comm.jar, javax.comm.properties into every possible library and bin folder and still have had no luck :cry: . I would bow down before the person who can help me with this silly problem that’s lasted me 28Hours of my life. I have looked into similar subjects on this forum but could not find the fix. i think it could be a class path problem.

A list of all my java files and there directories are below. please treat me as a 5 year old and instruct me step by step. :?

c:\j2sdk1.4.2_12
c:\program files\j2re1.4.2_12
c:\program files\jre1.5.0_09 as well as jre1.5.0_09 previous updates
c:\program files\textpad

I can quite easily give more detail if they would help clarify.

Thank you so much.
:P
User avatar
Nicholas Jordan
Posts: 124
Joined: Mon Dec 20, 2004 12:33 am
Location: Central Texas ISO Latin-1
Contact:

Post by Nicholas Jordan »

Try javaranch: The replies there are fast and effective by people who are obviously skilled in the arcaeology of compilers, the people who make mistakes trying to use them, and will likely spot keypoints in your inquiriy from 30,000 feet that you and I would not see if it was explained to us.
:D
The only dumb question is one you should have asked and didn't.
Cannonball2134
Posts: 2
Joined: Thu Oct 12, 2006 5:19 pm

Post by Cannonball2134 »

Thanks, i'll look into that.
Post Reply