Results 1 to 9 of 9
Thread: Applet with Hardware Access
- 02-13-2012, 09:44 PM #1
Member
- Join Date
- Feb 2012
- Posts
- 5
- Rep Power
- 0
Applet with Hardware Access
Hello ^-^
I need to write an applet that can access the users locally connected Scanning Device [E.G Flatbed Scanner] and then export the data to a file, I'd like to know, for a start if that is possible to do without external libarys.
Sorry if I sound kinda nooby, I kinda am D:.gif)
I've been trying to do this for a while now and It's starting to annoy me ><
- 02-14-2012, 02:09 AM #2
Re: Applet with Hardware Access
I would think it would. Java does not have code for devices.if that is possible to do without external libarys.
Why do you want to use an applet, instead of an application? An Applet will require permission to touch anything on a PC it is loaded on.
- 02-14-2012, 02:31 AM #3
Member
- Join Date
- Feb 2012
- Posts
- 5
- Rep Power
- 0
Re: Applet with Hardware Access
^-^ Thanks for the reply
and well, It's not my choice, Has to be an in browser applet that uses the users scanning hardware
- 02-14-2012, 03:03 AM #4
Re: Applet with Hardware Access
The applet will need permission to access anything on the PC.
Two ways to give permission,
sign the jar files used.
add an entry to the local PC's .java.policy file
- 02-14-2012, 03:18 AM #5
Member
- Join Date
- Feb 2012
- Posts
- 5
- Rep Power
- 0
Re: Applet with Hardware Access
^-^ Thanks again,
Any tips on actually getting the data from the device itself?
- 02-14-2012, 03:38 AM #6
Re: Applet with Hardware Access
Read the manual for the software that came with the device.
Visit the manufacturer's website.
- 02-14-2012, 03:55 AM #7
Member
- Join Date
- Feb 2012
- Posts
- 5
- Rep Power
- 0
Re: Applet with Hardware Access
^-^ Thanks, Great help
- 02-25-2012, 07:16 AM #8
Member
- Join Date
- Feb 2012
- Posts
- 5
- Rep Power
- 0
Re: Applet with Hardware Access
I've looked in another forum and apparently i'd need more than the standard API.
I've looked into the Libarys they suggested like JTwain and JSane but to use these would cost a tad too much.
I've also wondered if I could use Javax.comm? Would love to know If this was possible to open a port and read the image data
^-^ Thanks for all the help so far.
- 03-03-2012, 07:05 AM #9
Member
- Join Date
- Mar 2012
- Posts
- 1
- Rep Power
- 0
Similar Threads
-
getting error when applet try to access some jar file
By anchitanc in forum Java AppletsReplies: 21Last Post: 01-05-2012, 01:59 PM -
Applet to access scanner or digital camera and be used with php
By crazycat503 in forum Java AppletsReplies: 0Last Post: 03-07-2011, 09:02 PM -
file access from applet
By Ranu in forum New To JavaReplies: 11Last Post: 07-29-2010, 06:37 AM -
data file Access from applet
By Ranu in forum New To JavaReplies: 3Last Post: 07-28-2010, 08:11 AM -
How can I access the values within an applet?
By Addez in forum New To JavaReplies: 0Last Post: 12-18-2009, 03:57 PM


LinkBack URL
About LinkBacks
Reply With Quote

Bookmarks