473,386 Members | 1,817 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,386 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 1450
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: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
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
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
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
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

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.