LCD Driver and 20x4 Display

Shannon

New Member
The Example Java code at the top says :

package com.electronicvisions.onewire.devices;

What is the Java Compiler you used to compile this is = electronicvisions ?

I would like to do it in Visual Basic 6, and I dont know much about Java.

Can You Help ?


Thanks.


END. B)
 
Shannon,

You need to remove the package statement, I will correct that and get a new sample posted. I use eclipse and JDK1.5 to compile all my Java code.

I know very little about VB so I can't help you with that one.

Eric
 
I Can't Compile the 2 Java Files.....

Using DOS, How would you compile the 2 files ?
and a .DLL to be put in this directory : com.dalsemi.onewire


IE :

import com.dalsemi.onewire.OneWireAccessProvider;
import import com.dalsemi.onewire.OneWireAccessProvider;
import com.dalsemi.onewire.OneWireException;
import com.dalsemi.onewire.adapter.DSPortAdapter;
import com.dalsemi.onewire.adapter.OneWireIOException;
.OneWireException;
import com.dalsemi.onewire.adapter.DSPortAdapter;
import com.dalsemi.onewire.adapter.OneWireIOException;




END.
 
Shannon,

You need to download and install the 1-Wire drivers from Dallas if you haven't already.

As for compiling from the command prompt I'm not going to be much help there. I never compile directly from the command prompt, I use eclipse IDE. I do know that you use javac (the Java compiler) that comes in the JDK from Sun but I don't have any idea what the inputs are.

Sorry I was not much help.

Eric
 
Back
Top