Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Java > Command line compiler for Windows

Reply
Thread Tools

Command line compiler for Windows

 
 
Marcelo
Guest
Posts: n/a
 
      01-22-2006
Dear JNI programmers,

is there a way to get the cl.exe compiler of Microsoft Visual c++
without using this whole software?

I just want to compile JNI programs with the cl.exe compiler.

thanks a lot,

Marcelo
 
Reply With Quote
 
 
 
 
IchBin
Guest
Posts: n/a
 
      01-22-2006
Marcelo wrote:
> Dear JNI programmers,
>
> is there a way to get the cl.exe compiler of Microsoft Visual c++
> without using this whole software?
>
> I just want to compile JNI programs with the cl.exe compiler.
>
> thanks a lot,
>
> Marcelo


You can down load the free c++ compiler from MS. I had to to use it to
recompile the Tomcat JK_MOD so I had to go thru hoops to used the free
Microsoft Visual C++ Toolkit 2003.

I have information at my website here..

http://weconsultants.servebeer.com/JHackerAppManager/Portal?xpc=1$@90$@1$@1&folder=20050711203836061


--

Thanks in Advance...
IchBin, Pocono Lake, Pa, USA
http://weconsultants.servebeer.com/JHackerAppManager
__________________________________________________ ________________________

'If there is one, Knowledge is the "Fountain of Youth"'
-William E. Taylor, Regular Guy (1952-)
 
Reply With Quote
 
 
 
 
Martin Honnen
Guest
Posts: n/a
 
      01-22-2006


Marcelo wrote:

> is there a way to get the cl.exe compiler of Microsoft Visual c++
> without using this whole software?


I think this
<http://www.microsoft.com/downloads/info.aspx?na=22&p=1&SrcDisplayLang=en&SrcCategoryI d=10&SrcFamilyId=&u=%2fdownloads%2fdetails.aspx%3f FamilyID%3d272be09d-40bb-49fd-9cb0-4bfa122fa91b%26DisplayLang%3den>
is what you are looking for.

Note that the C/C++ compiler is also part of the .NET framework SDK that
is also available for download. Not sure however if that gives you all
header files and libraries for native stuff then. Platform SDK
<http://www.microsoft.com/downloads/details.aspx?FamilyId=A55B6B43-E24F-4EA3-A93E-40C0EC4F68E5&displaylang=en>
should fix that.

And the latest version is also currently available for free with Visual
Studio 2005 Express Visual C++:
<http://msdn.microsoft.com/vstudio/express/visualc/>
That is the Visual Studio app then but that version is free currently.


--

Martin Honnen
http://JavaScript.FAQTs.com/
 
Reply With Quote
 
Tris Orendorff
Guest
Posts: n/a
 
      01-22-2006
Marcelo <> burped up warm pablum in
news::

> Dear JNI programmers,
>
> is there a way to get the cl.exe compiler of Microsoft Visual c++
> without using this whole software?
>
> I just want to compile JNI programs with the cl.exe compiler.


Search for "cl.exe command line for windows" with google.com and look at
the first few articles.

--

Sincerely,

Tris Orendorff
[Two antennae meet on a roof, fall in love and get married. The ceremony
wasn't much, but the reception was excellent.]

 
Reply With Quote
 
Rogan Dawes
Guest
Posts: n/a
 
      01-23-2006
Marcelo wrote:
> Dear JNI programmers,
>
> is there a way to get the cl.exe compiler of Microsoft Visual c++
> without using this whole software?
>
> I just want to compile JNI programs with the cl.exe compiler.
>
> thanks a lot,
>
> Marcelo


You can also use the Cyginw MinGW port of the GCC C compiler on Windows
to build JNI dll's.

Rogan
 
Reply With Quote
 
Texter Texter is offline
Junior Member
Join Date: Jul 2012
Posts: 1
 
      07-04-2012
Quote:
Originally Posted by Tris Orendorff View Post
Marcelo <> burped up warm pablum in
news::

> Dear JNI programmers,
>
> is there a way to get the cl.exe compiler of Microsoft Visual c++
> without using this whole software?
>
> I just want to compile JNI programs with the cl.exe compiler.


Search for "cl.exe command line for windows" with google.com and look at
the first few articles.

--

Sincerely,

Tris Orendorff
[Two antennae meet on a roof, fall in love and get married. The ceremony
wasn't much, but the reception was excellent.]

Hey Orendorff: are you stupid?

dont post rubbish to forums. if you dont have an answer dont tell someone how to do something that doesn't answer the question.

I looked at the first few, and they are not that useful.
be helpful or dont post at all.

regards.
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Command Line Compiler =?Utf-8?B?Q2hhcmxpZSBK?= ASP .Net 1 04-03-2006 03:25 PM
Does VS.Net use the command-line compiler internally? Jon Maz ASP .Net 2 09-30-2004 08:01 PM
ASP.NET command line compiler? michael ASP .Net 2 02-24-2004 08:16 PM
Capture external command output line by line on Windows 98, shell problem. Dib Urim Perl Misc 4 12-03-2003 07:57 PM
Capture external command output line by line on Windows 98 Dib Urim Perl Misc 4 11-23-2003 12:14 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57