473,399 Members | 2,159 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,399 software developers and data experts.

Small apps, JVM, NET and such

I have been developing small applications to speed up certain tasks. First I
have been using NetBeans(Java Sun) as my base language. Well the problem that
I have reached was that I was not able to distribute my apps (30 kb) to the
clients without the JVM(14mb). Trying to figure out how I could separate the
JVM into libraries that I actually require. Not successful even though I used
a bunch of different tools.

Overhearing some rumor that .Net libraries are distributed with Windows I
switched to J#. Can’t complain about the ease of coding in that IDE but my
problem still remains. I found out that my builds would not run on a box that
does not have the NET Framework (24mb).

Yes, it might seem funny now days when downloading 24 mb, yet think customers.
The program itself is 30kb but it needs another 30mb. Not quite efficient. I
heard about Salamander Linker (if I am not mistaken) but could not get a hold
of it yet.

I hope someone could enlighten me and direct to the right solution. I am
fairly new (young) so any tips/tricks are appreciated.

________________________________
University of Waterloo
Software Engineering
Seeking Co-op work term
Jul 21 '05 #1
2 1451
Andrei, what you describe is an issue.
There are now 120 million machines with the .NET Framework installed.
Most new machines from OEMs ship with it.
Microsoft attempts to make it available on Windows Update and in other ways.

There is no avoiding the issue. Each install must check to see if .NET is
available, and if it is not, then direct the user to install the
pre-requisite. The install projects in Visual Studio can help you design
installers that do this.

-Dino
"Andrei" <An****@discussions.microsoft.com> wrote in message
news:B5**********************************@microsof t.com...
I have been developing small applications to speed up certain tasks. First
I
have been using NetBeans(Java Sun) as my base language. Well the problem
that
I have reached was that I was not able to distribute my apps (30 kb) to
the
clients without the JVM(14mb). Trying to figure out how I could separate
the
JVM into libraries that I actually require. Not successful even though I
used
a bunch of different tools.

Overhearing some rumor that .Net libraries are distributed with Windows I
switched to J#. Can't complain about the ease of coding in that IDE but my
problem still remains. I found out that my builds would not run on a box
that
does not have the NET Framework (24mb).

Yes, it might seem funny now days when downloading 24 mb, yet think
customers.
The program itself is 30kb but it needs another 30mb. Not quite efficient.
I
heard about Salamander Linker (if I am not mistaken) but could not get a
hold
of it yet.

I hope someone could enlighten me and direct to the right solution. I am
fairly new (young) so any tips/tricks are appreciated.

________________________________
University of Waterloo
Software Engineering
Seeking Co-op work term

Jul 21 '05 #2
I overheard that Install Shield would collect all the necessary libraries
into one installation file; however I did not try it out yet.
There was an option in C++ to compile the libraries into the executable. I
wonder if this feature is available in NET.
"Dino Chiesa [Microsoft]" wrote:
Andrei, what you describe is an issue.
There are now 120 million machines with the .NET Framework installed.
Most new machines from OEMs ship with it.
Microsoft attempts to make it available on Windows Update and in other ways.

There is no avoiding the issue. Each install must check to see if .NET is
available, and if it is not, then direct the user to install the
pre-requisite. The install projects in Visual Studio can help you design
installers that do this.

-Dino
"Andrei" <An****@discussions.microsoft.com> wrote in message
news:B5**********************************@microsof t.com...
I have been developing small applications to speed up certain tasks. First
I
have been using NetBeans(Java Sun) as my base language. Well the problem
that
I have reached was that I was not able to distribute my apps (30 kb) to
the
clients without the JVM(14mb). Trying to figure out how I could separate
the
JVM into libraries that I actually require. Not successful even though I
used
a bunch of different tools.

Overhearing some rumor that .Net libraries are distributed with Windows I
switched to J#. Can't complain about the ease of coding in that IDE but my
problem still remains. I found out that my builds would not run on a box
that
does not have the NET Framework (24mb).

Yes, it might seem funny now days when downloading 24 mb, yet think
customers.
The program itself is 30kb but it needs another 30mb. Not quite efficient.
I
heard about Salamander Linker (if I am not mistaken) but could not get a
hold
of it yet.

I hope someone could enlighten me and direct to the right solution. I am
fairly new (young) so any tips/tricks are appreciated.

________________________________
University of Waterloo
Software Engineering
Seeking Co-op work term


Jul 21 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

48
by: Bulba! | last post by:
I'll soon start development of a specialized small app and need to choose GUI for it. I have narrowed the choice to wxPython/PythonCard and QT/PyQT (buying commercial licenses is not a big...
14
by: mirnazim | last post by:
Hi, There are great Python Web Application Framework. But most of them are meant for content oriented web apps. Is there something that can ease the development of application that are not...
0
by: Andrei | last post by:
I have been developing small applications to speed up certain tasks. First I have been using NetBeans(Java Sun) as my base language. Well the problem that I have reached was that I was not able to...
0
by: Andrei | last post by:
I have been developing small applications to speed up certain tasks. First I have been using NetBeans(Java Sun) as my base language. Well the problem that I have reached was that I was not able to...
24
by: Salad | last post by:
Every now and then I see ads that state something like "Experience with Large Databases ...multi-gig...blah-de-blah" And I have to laugh. What's the difference between a large or small database? ...
6
by: Dean | last post by:
I have several ASP.NET applications that I want to put onto a new website. Each app is currently its own solutions with it's own global.asax, etc.. What is the right way to deploy multiple...
13
by: Alan Silver | last post by:
Hello, MSDN (amongst other places) is full of helpful advice on ways to do data access, but they all seem geared to wards enterprise applications. Maybe I'm in a minority, but I don't have those...
1
by: Burt | last post by:
We (IT) frequently have one off requests for one off processes, pages, etc (load a file into a db, compare data from two tables, place a text file on a number of shares, etc). What we end up with...
12
by: elty123 | last post by:
I have a small C# program (about 400 lines of code) that is only 28kb after compiled. However when it runs (takes a whole 5 seconds) it takes up nearly 20MB of memory and I don't see why. ...
169
by: JohnQ | last post by:
(The "C++ Grammer" thread in comp.lang.c++.moderated prompted this post). It would be more than a little bit nice if C++ was much "cleaner" (less complex) so that it wasn't a major world wide...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.