Re: [flexcoders] Setting up command line

2007-03-03 Thread Mike and Stephie

Hi Dimitrios!

Thanks for the response !
Calling from the dos prompt to compile a single standalone .mxml file
Our hope is to be able to do this from the shell in any directory.
At the moment it works only from the ..\bin directory which contains 
mxmlc.exe

Appreciate any comments
Prema


Dimitrios Gianninas wrote:


How are u calling mxmlc? by using ant and calling the mxmlc.exe ? or 
calling via the mxmlc.jar ?


Dimitrios Gianninas
Optimal Payments Inc.

-Original Message-
From: flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com 
on behalf of Mike and Stephie

Sent: Fri 3/2/2007 3:27 PM
To: FlexCoders
Subject: [flexcoders] Setting up command line

Hi People !
We're new to Flex and having some fun with it!
Just trying to run mxmlc from command line in Windows XP and get
*Error: could not find a JVM.
*Have just installed the JDK1.6 and JAVA_HOME is set to \jdk\bin
Does anyone have any tips please
Thanks for your help
Prema

--
WARNING
---
This electronic message and its attachments may contain confidential, 
proprietary or legally privileged information, which is solely for the 
use of the intended recipient. No privilege or other rights are waived 
by any unintended transmission or unauthorized retransmission of this 
message. If you are not the intended recipient of this message, or if 
you have received it in error, you should immediately stop reading 
this message and delete it and all attachments from your system. The 
reading, distribution, copying or other use of this message or its 
attachments by unintended recipients is unauthorized and may be 
unlawful. If you have received this e-mail in error, please notify the 
sender.


AVIS IMPORTANT
--
Ce message électronique et ses pièces jointes peuvent contenir des 
renseignements confidentiels, exclusifs ou légalement privilégiés 
destinés au seul usage du destinataire visé. L'expéditeur original ne 
renonce à aucun privilège ou à aucun autre droit si le présent message 
a été transmis involontairement ou s'il est retransmis sans son 
autorisation. Si vous n'êtes pas le destinataire visé du présent 
message ou si vous l'avez reçu par erreur, veuillez cesser 
immédiatement de le lire et le supprimer, ainsi que toutes ses pièces 
jointes, de votre système. La lecture, la distribution, la copie ou 
tout autre usage du présent message ou de ses pièces jointes par des 
personnes autres que le destinataire visé ne sont pas autorisés et 
pourraient être illégaux. Si vous avez reçu ce courrier électronique 
par erreur, veuillez en aviser l'expéditeur.


 




RE: [flexcoders] Setting up command line

2007-03-03 Thread Dimitrios Gianninas
Ok I know what your problem is, in the \bin folder there is a jvm.config file, 
in that file there is a variable that points to your JDK/JRE... obviously it is 
pointing to the wrong location, so correct it, save and try again.
 
Dimitrios Gianninas
Developer
Optimal Payments Inc.
 



From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Mike 
and Stephie
Sent: Saturday, March 03, 2007 5:23 AM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] Setting up command line



Hi Dimitrios!

Thanks for the response !
Calling from the dos prompt to compile a single standalone .mxml file
Our hope is to be able to do this from the shell in any directory.
At the moment it works only from the ..\bin directory which contains mxmlc.exe
Appreciate any comments
Prema


Dimitrios Gianninas wrote: 

How are u calling mxmlc? by using ant and calling the mxmlc.exe ? or 
calling via the mxmlc.jar ?

Dimitrios Gianninas
Optimal Payments Inc.

-Original Message-
From: flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com  
on behalf of Mike and Stephie
Sent: Fri 3/2/2007 3:27 PM
To: FlexCoders
Subject: [flexcoders] Setting up command line

Hi People !
We're new to Flex and having some fun with it!
Just trying to run mxmlc from command line in Windows XP and get
*Error: could not find a JVM.
*Have just installed the JDK1.6 and JAVA_HOME is set to \jdk\bin
Does anyone have any tips please
Thanks for your help
Prema

-- 
WARNING
---
This electronic message and its attachments may contain confidential, 
proprietary or legally privileged information, which is solely for the use of 
the intended recipient. No privilege or other rights are waived by any 
unintended transmission or unauthorized retransmission of this message. If you 
are not the intended recipient of this message, or if you have received it in 
error, you should immediately stop reading this message and delete it and all 
attachments from your system. The reading, distribution, copying or other use 
of this message or its attachments by unintended recipients is unauthorized and 
may be unlawful. If you have received this e-mail in error, please notify the 
sender.

AVIS IMPORTANT
--
Ce message électronique et ses pièces jointes peuvent contenir des 
renseignements confidentiels, exclusifs ou légalement privilégiés destinés au 
seul usage du destinataire visé. L'expéditeur original ne renonce à aucun 
privilège ou à aucun autre droit si le présent message a été transmis 
involontairement ou s'il est retransmis sans son autorisation. Si vous n'êtes 
pas le destinataire visé du présent message ou si vous l'avez reçu par erreur, 
veuillez cesser immédiatement de le lire et le supprimer, ainsi que toutes ses 
pièces jointes, de votre système. La lecture, la distribution, la copie ou tout 
autre usage du présent message ou de ses pièces jointes par des personnes 
autres que le destinataire visé ne sont pas autorisés et pourraient être 
illégaux. Si vous avez reçu ce courrier électronique par erreur, veuillez en 
aviser l'expéditeur.




 


Re: [flexcoders] Setting up command line

2007-03-03 Thread Mike and Stephie

Hi Dimitrios !
Thanks very much for the pointer. Relative path in the jvm.config.
Very much appreciate the tip. With a full path mxmlc is callable from 
anywhere

Kind regards
Mike and Stephie

Dimitrios Gianninas wrote:


Ok I know what your problem is, in the \bin folder there is a 
jvm.config file, in that file there is a variable that points to your 
JDK/JRE... obviously it is pointing to the wrong location, so correct 
it, save and try again.
 
*Dimitrios Gianninas*

*Developer*
*Optimal Payments Inc.*
 



*From:* flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] 
*On Behalf Of *Mike and Stephie

*Sent:* Saturday, March 03, 2007 5:23 AM
*To:* flexcoders@yahoogroups.com
*Subject:* Re: [flexcoders] Setting up command line

Hi Dimitrios!

Thanks for the response !
Calling from the dos prompt to compile a single standalone .mxml file
Our hope is to be able to do this from the shell in any directory.
At the moment it works only from the ..\bin directory which contains 
mxmlc.exe

Appreciate any comments
Prema


Dimitrios Gianninas wrote:

How are u calling mxmlc? by using ant and calling the mxmlc.exe ? or 
calling via the mxmlc.jar ?


Dimitrios Gianninas
Optimal Payments Inc.

-Original Message-
From: flexcoders@yahoogroups.com 
mailto:flexcoders%40yahoogroups.com on behalf of Mike and Stephie

Sent: Fri 3/2/2007 3:27 PM
To: FlexCoders
Subject: [flexcoders] Setting up command line

Hi People !
We're new to Flex and having some fun with it!
Just trying to run mxmlc from command line in Windows XP and get
*Error: could not find a JVM.
*Have just installed the JDK1.6 and JAVA_HOME is set to \jdk\bin
Does anyone have any tips please
Thanks for your help
Prema

--
WARNING
---
This electronic message and its attachments may contain confidential, 
proprietary or legally privileged information, which is solely for 
the use of the intended recipient. No privilege or other rights are 
waived by any unintended transmission or unauthorized retransmission 
of this message. If you are not the intended recipient of this 
message, or if you have received it in error, you should immediately 
stop reading this message and delete it and all attachments from your 
system. The reading, distribution, copying or other use of this 
message or its attachments by unintended recipients is unauthorized 
and may be unlawful. If you have received this e-mail in error, 
please notify the sender.


AVIS IMPORTANT
--
Ce message électronique et ses pièces jointes peuvent contenir des 
renseignements confidentiels, exclusifs ou légalement privilégiés 
destinés au seul usage du destinataire visé. L'expéditeur original ne 
renonce à aucun privilège ou à aucun autre droit si le présent 
message a été transmis involontairement ou s'il est retransmis sans 
son autorisation. Si vous n'êtes pas le destinataire visé du présent 
message ou si vous l'avez reçu par erreur, veuillez cesser 
immédiatement de le lire et le supprimer, ainsi que toutes ses pièces 
jointes, de votre système. La lecture, la distribution, la copie ou 
tout autre usage du présent message ou de ses pièces jointes par des 
personnes autres que le destinataire visé ne sont pas autorisés et 
pourraient être illégaux. Si vous avez reçu ce courrier électronique 
par erreur, veuillez en aviser l'expéditeur.




*AVIS IMPORTANT*



*WARNING*

Ce message électronique et ses pièces jointes peuvent contenir des 
renseignements confidentiels, exclusifs ou légalement privilégiés 
destinés au seul usage du destinataire visé. L'expéditeur original ne 
renonce à aucun privilège ou à aucun autre droit si le présent message 
a été transmis involontairement ou s'il est retransmis sans son 
autorisation. Si vous n'êtes pas le destinataire visé du présent 
message ou si vous l'avez reçu par erreur, veuillez cesser 
immédiatement de le lire et le supprimer, ainsi que toutes ses pièces 
jointes, de votre système. La lecture, la distribution, la copie ou 
tout autre usage du présent message ou de ses pièces jointes par des 
personnes autres que le destinataire visé ne sont pas autorisés et 
pourraient être illégaux. Si vous avez reçu ce courrier électronique 
par erreur, veuillez en aviser l'expéditeur.




This electronic message and its attachments may contain confidential, 
proprietary or legally privileged information, which is solely for the 
use of the intended recipient. No privilege or other rights are waived 
by any unintended transmission or unauthorized retransmission of this 
message. If you are not the intended recipient of this message, or if 
you have received it in error, you should immediately stop reading 
this message and delete it and all attachments from your system. The 
reading, distribution, copying or other use of this message or its 
attachments by unintended recipients is unauthorized and may be 
unlawful. If you have received this e-mail in error

[flexcoders] Setting up command line

2007-03-02 Thread Mike and Stephie

Hi People !
We're new to Flex and having some fun with it!
Just trying to run mxmlc from command line in Windows XP and get
*Error: could not find a JVM.
*Have just installed the JDK1.6 and JAVA_HOME is set to \jdk\bin
Does anyone have any tips please
Thanks for your help
Prema


RE: [flexcoders] Setting up command line

2007-03-02 Thread Dimitrios Gianninas
How are u calling mxmlc? by using ant and calling the mxmlc.exe ? or calling 
via the mxmlc.jar ?

Dimitrios Gianninas
Optimal Payments Inc.



-Original Message-
From: flexcoders@yahoogroups.com on behalf of Mike and Stephie
Sent: Fri 3/2/2007 3:27 PM
To: FlexCoders
Subject: [flexcoders] Setting up command line
 
Hi People !
We're new to Flex and having some fun with it!
Just trying to run mxmlc from command line in Windows XP and get
*Error: could not find a JVM.
*Have just installed the JDK1.6 and JAVA_HOME is set to \jdk\bin
Does anyone have any tips please
Thanks for your help
Prema

-- 
WARNING
---
This electronic message and its attachments may contain confidential, 
proprietary or legally privileged information, which is solely for the use of 
the intended recipient.  No privilege or other rights are waived by any 
unintended transmission or unauthorized retransmission of this message.  If you 
are not the intended recipient of this message, or if you have received it in 
error, you should immediately stop reading this message and delete it and all 
attachments from your system.  The reading, distribution, copying or other use 
of this message or its attachments by unintended recipients is unauthorized and 
may be unlawful.  If you have received this e-mail in error, please notify the 
sender.

AVIS IMPORTANT
--
Ce message électronique et ses pièces jointes peuvent contenir des 
renseignements confidentiels, exclusifs ou légalement privilégiés destinés au 
seul usage du destinataire visé.  L'expéditeur original ne renonce à aucun 
privilège ou à aucun autre droit si le présent message a été transmis 
involontairement ou s'il est retransmis sans son autorisation.  Si vous n'êtes 
pas le destinataire visé du présent message ou si vous l'avez reçu par erreur, 
veuillez cesser immédiatement de le lire et le supprimer, ainsi que toutes ses 
pièces jointes, de votre système.  La lecture, la distribution, la copie ou 
tout autre usage du présent message ou de ses pièces jointes par des personnes 
autres que le destinataire visé ne sont pas autorisés et pourraient être 
illégaux.  Si vous avez reçu ce courrier électronique par erreur, veuillez en 
aviser l'expéditeur.

winmail.dat