Results 1 to 1 of 1
Thread: NetBeans & API question
- 11-02-2011, 02:14 PM #1
Member
- Join Date
- Nov 2011
- Posts
- 1
- Rep Power
- 0
NetBeans & API question
Hi
I am working on a project using NetBeans. I am developing a JAVA Applet that will be embedded onto a chip on a board. The chip is an device server running basic HTTP commands. When I build my project in NetBeans the following are the files, folders and their sizes that I get:
lib\api.jar 100KB
application.jar 38KB
application.html 1KB
application.jnlp 1KB
A file size on a chip can be maximum 64KB in size. My API that I really need to use is 100KB in size. Therefore I was thinking of storing the API library locally on the client's computer while everything else is on the chip server. In NetBeans, how do I command the application running on a server to look for the API library on the client's computer (for example API will be stored on C:\folder\api.jar and the application.jar and etc on http:\\X.X.X.X\) ?
I am junior programmer so please be patient and descriptive in your answers. Thank you all very much.
Similar Threads
-
A Gui question on netbeans (left sidebar)
By Grimmjow in forum New To JavaReplies: 0Last Post: 11-09-2010, 07:42 PM -
Netbeans newbie question on compiling
By DaFlake in forum NetBeansReplies: 4Last Post: 07-30-2009, 07:04 PM -
Basic Netbeans question
By McChill in forum New To JavaReplies: 4Last Post: 02-20-2009, 10:22 PM -
[SOLVED] Java and or Netbeans Question
By greenco in forum New To JavaReplies: 3Last Post: 12-05-2008, 03:42 AM -
Question in NetBeans
By Kitten in forum New To JavaReplies: 0Last Post: 02-12-2008, 01:25 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks