Re: Issue on output when using javac or scalac under emacs

2020-08-26 Thread Eliot Moss
On 8/25/2020 11:51 PM, Eliot Moss wrote: Agreed that / vs \ is sometimes no problem. I do know that Windows Java really wants ; and not : when giving multiple path names ... EM Sent from my iPhone On Aug 25, 2020, at 10:50 PM, Brian Inglis wrote: On 2020-08-25 18:36, Eliot Moss wrote:

Re: [cygwin] Issue on output when using javac or scalac under emacs solved

2020-08-26 Thread Eliot Moss
On 8/26/2020 6:09 AM, Luc Henninger wrote: Very thanks to Takashi Yano CYGWIN=disable_pcon solved my problem Aha! As I thought - something about the terminal! Best wishes - EM -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/

Re: [cygwin] Issue on output when using javac or scalac under emacs

2020-08-26 Thread Eliot Moss
On 8/26/2020 2:31 AM, Luc Henninger wrote: Le 26/08/2020 à 01:19, Jason Pyeron a écrit : -Original Message- From: Luc Henninger Sent: Tuesday, August 25, 2020 6:40 PM I'm thick - what the issue? There was no body to the email. Hello, ( My previous message dos not contain the text,

Re: [cygwin] Issue on output when using javac or scalac under emacs solved

2020-08-26 Thread Luc Henninger
Very thanks to Takashi Yano CYGWIN=disable_pcon solved my problem -- luc.hennin...@orange.fr+33 6 32 96 32 27 -- L'absence de virus dans ce courrier électronique a été vérifiée par le logiciel antivirus Avast. https://www.avast.com/antivirus -- Problem reports:

Re: [cygwin] Issue on output when using javac or scalac under emacs

2020-08-26 Thread Takashi Yano via Cygwin
On Wed, 26 Aug 2020 08:31:35 +0200 Luc Henninger wrote: > Le 26/08/2020 à 01:19, Jason Pyeron a écrit : > >> -Original Message- > >> From: Luc Henninger > >> Sent: Tuesday, August 25, 2020 6:40 PM > >> > > I'm thick - what the issue? There was no body to the email. > > > > > Hello, > > (

Re: Issue on output when using javac or scalac under emacs

2020-08-26 Thread Luc Henninger
Le 26/08/2020 à 02:36, Eliot Moss a écrit : Dear Luc -- You should be aware that while Cygwin can invoke Java, the Windows Java still expects _Windows-style_ arguments, including Windows paths, etc. For example, not a/b/c:d/e but 'a\b\c;d\e" for a path. Just because you're using Cygwin, the

Re: [cygwin] Issue on output when using javac or scalac under emacs

2020-08-26 Thread Luc Henninger
Le 26/08/2020 à 01:19, Jason Pyeron a écrit : -Original Message- From: Luc Henninger Sent: Tuesday, August 25, 2020 6:40 PM I'm thick - what the issue? There was no body to the email. Hello, ( My previous message dos not contain the text, only the attachments!!! ) For years, I use

Re: Issue on output when using javac or scalac under emacs

2020-08-25 Thread Eliot Moss
Agreed that / vs \ is sometimes no problem. I do know that Windows Java really wants ; and not : when giving multiple path names ... EM Sent from my iPhone > On Aug 25, 2020, at 10:50 PM, Brian Inglis > wrote: > > On 2020-08-25 18:36, Eliot Moss wrote: >> Dear Luc >> You should be aware

Re: Issue on output when using javac or scalac under emacs

2020-08-25 Thread Brian Inglis
On 2020-08-25 18:36, Eliot Moss wrote: > Dear Luc > You should be aware that while Cygwin can invoke Java, the Windows Java still > expects _Windows-style_ arguments, including Windows paths, etc. > > For example, not a/b/c:d/e but 'a\b\c;d\e" for a path. > > Just because you're using Cygwin,

Re: [cygwin] Issue on output when using javac or scalac under emacs

2020-08-25 Thread Brian Inglis
On 2020-08-25 17:19, Jason Pyeron wrote: >> -Original Message- >> From: Luc Henninger >> Sent: Tuesday, August 25, 2020 6:40 PM >> > > I'm thick - what the issue? There was no body to the email. There were three attachments with javac complaining about a mis

Re: Issue on output when using javac or scalac under emacs

2020-08-25 Thread Eliot Moss
Dear Luc -- You should be aware that while Cygwin can invoke Java, the Windows Java still expects _Windows-style_ arguments, including Windows paths, etc. For example, not a/b/c:d/e but 'a\b\c;d\e" for a path. Just because you're using Cygwin, the installed Java is not "magically" transported

RE: [cygwin] Issue on output when using javac or scalac under emacs

2020-08-25 Thread Jason Pyeron
> -Original Message- > From: Luc Henninger > Sent: Tuesday, August 25, 2020 6:40 PM > I'm thick - what the issue? There was no body to the email. -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation:

Issue on output when using javac or scalac under emacs

2020-08-25 Thread Luc Henninger
trace_w32 Description: Binary data trace_nox Description: Binary data trace_nt Description: Binary data -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation:https://cygwin.com/docs.html Unsubscribe info:

gettext util msgfmt error (javac: subprocess failed)

2010-07-22 Thread Arian
Hey everyone, I have a .po file I created and I wanted to translate that into a java ResourceBundle properties file. There is a util to do that via something like: msgfmt --java2 -d . messages_fr_FR.po But i got an error saying to set JAVAC or install gcj... javac is in my java/bin PATH env

Re: gettext util msgfmt error (javac: subprocess failed)

2010-07-22 Thread Arian
\ Files/Java/jdk1.5.0_22/bin/javac.exe $1 $2 $3 `cygpath -w -p $4` But now when just running simple compilation test on ClassTest.java again says: msgfmt: /home/ahojat/bin/javac subprocess failed Frustrating :( -- Problem reports: http://cygwin.com/problems.html FAQ: http

Re: javac?

2007-03-09 Thread Shankar Unni
Samuel Thibault wrote: Linux distributions usually provide a javac symlink pointing on gcj, which is handy for all these applications that assume that javac is the proper command for compiling java programs. If you must do that, at least do it with alternatives. -- Unsubscribe info

Re: javac?

2007-03-04 Thread Samuel Thibault
Hi, Igor Peshansky, le Sat 03 Mar 2007 23:05:31 -0500, a écrit : Isn't there a way to have a working javac command by just installing cygwin packages, or installing SUN's jdk is necessary? The scripts will translate Cygwin paths for you into Windows paths... The native Windows versions

RE: javac?

2007-03-04 Thread Dave Korn
On 04 March 2007 09:42, Samuel Thibault wrote: Hi, Igor Peshansky, le Sat 03 Mar 2007 23:05:31 -0500, a écrit : Isn't there a way to have a working javac command by just installing cygwin packages, or installing SUN's jdk is necessary? The scripts will translate Cygwin paths for you

javac?

2007-03-03 Thread Samuel Thibault
Hi, Linux distributions usually provide a javac symlink pointing on gcj, which is handy for all these applications that assume that javac is the proper command for compiling java programs. Maybe cygwin should provide a javac symlink too? Samuel -- Unsubscribe info: http://cygwin.com/ml

Re: javac?

2007-03-03 Thread Samuel Thibault
Hi, Samuel Thibault, le Sun 04 Mar 2007 00:01:54 +0100, a écrit : Linux distributions usually provide a javac symlink pointing on gcj, which is handy for all these applications that assume that javac is the proper command for compiling java programs. Maybe cygwin should provide a javac

Re: javac?

2007-03-03 Thread Igor Peshansky
On Sun, 4 Mar 2007, Samuel Thibault wrote: Hi, Samuel Thibault, le Sun 04 Mar 2007 00:01:54 +0100, a écrit : Linux distributions usually provide a javac symlink pointing on gcj, which is handy for all these applications that assume that javac is the proper command for compiling java

Re: javac?

2007-03-03 Thread Samuel Thibault
to have a working javac command by just installing cygwin packages, or installing SUN's jdk is necessary? Samuel -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ

Re: javac?

2007-03-03 Thread Igor Peshansky
to cygwin programs. No, this is not yet a Cygwin package. I haven't found the time to release it. What I usually do is check out this directory into, say, /usr/contrib/wrappers/java, and add symlinks from /usr/local/bin. Isn't there a way to have a working javac command by just installing

RE: javac on cygwin

2003-01-15 Thread Chris January
On Mon, Jan 13, 2003 at 11:26:28AM -0800, Shankar Unni wrote: Christopher Faylor wrote: I remember speculating at one point about creating wrappers to the win32 functions like CreateFile, MoveFile, etc. which would understand cygwin paths. You could theoretically modify an .exe to load

Re: javac on cygwin

2003-01-15 Thread Christopher Faylor
On Wed, Jan 15, 2003 at 09:07:42AM -, Chris January wrote: On Mon, Jan 13, 2003 at 11:26:28AM -0800, Shankar Unni wrote: Christopher Faylor wrote: I remember speculating at one point about creating wrappers to the win32 functions like CreateFile, MoveFile, etc. which would understand

Re: javac on cygwin

2003-01-14 Thread Shankar Unni
Christopher Faylor wrote: Hmm. Would that even work? Yes. Hmm again. It'll be interesting to see this in action.. -- Shankar. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation:

Re: javac on cygwin

2003-01-13 Thread Shankar Unni
Christopher Faylor wrote: I remember speculating at one point about creating wrappers to the win32 functions like CreateFile, MoveFile, etc. which would understand cygwin paths. You could theoretically modify an .exe to load cygwin1.dll and use the wrapper functions. Or you could use some of

Re: javac on cygwin

2003-01-13 Thread Christopher Faylor
On Mon, Jan 13, 2003 at 11:26:28AM -0800, Shankar Unni wrote: Christopher Faylor wrote: I remember speculating at one point about creating wrappers to the win32 functions like CreateFile, MoveFile, etc. which would understand cygwin paths. You could theoretically modify an .exe to load

Re: javac on cygwin

2003-01-11 Thread Randall R Schulz
Kevin, Someone asked on news:comp.lang.java.softwaretools about makefiles for Java. Another person replied with a pointer to this site: http://geosoft.no/javamake.html, which appears to have a good makefile for Java. It should be usable as-is or easily be modified to work under Cygwin. I

RE: javac on cygwin

2003-01-06 Thread Igor Pechtchanski
other people and/or make them better. -- David. -Original Message- From: Igor Pechtchanski [mailto:[EMAIL PROTECTED]] Sent: Saturday, January 04, 2003 4:55 PM To: David P. Caldwell; [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: javac on cygwin On Sat, 4 Jan 2003, David P

RE: javac on cygwin

2003-01-06 Thread David P. Caldwell
Igor: Actually, the custom java.io.File wrapper is very useful in that it's orthogonal to the purpose of my scripts and takes care of one of the caveats (namely, the filenames passed to Java programs). Actually, the way it works now, the programs I write have to be Cygwin-aware (I don't have a

RE: javac on cygwin

2003-01-05 Thread David P. Caldwell
. Caldwell; [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: javac on cygwin On Sat, 4 Jan 2003, David P. Caldwell wrote: Kevin: Ok, I've searched for articles on getting a java compiler working on cygwin. I got very vague info. I've got the java JDK 1.4.1 from java.sun.com. Now what

Re: javac on cygwin

2003-01-04 Thread David P. Caldwell
Kevin: Ok, I've searched for articles on getting a java compiler working on cygwin. I got very vague info. I've got the java JDK 1.4.1 from java.sun.com. Now what do I do? Not sure what your background is, so I'm not sure how to answer. Right now, you could be someone who doesn't know Java,

Re: javac on cygwin

2003-01-04 Thread Randall R Schulz
Kevin, Javac is not particularly special. It is a Windows-native program, and as such requires absolute file and directory names be provided in Windows format (forward slashes are OK, but drive letters are required and the Cygwin notion of root is completely unknown to such programs). PATH

Re: javac on cygwin

2003-01-04 Thread Igor Pechtchanski
to check out http://www.inonit.com/cygwin/ Perhaps you can let us know specifically what you've tried and what happened so that we can assess your situation more accurately. -- David. For what it's worth, I use the attached scripts as wrappers for java, jar, javadoc and javac (the javac one

Re: javac on cygwin

2003-01-04 Thread Shankar Unni
Randall R Schulz wrote: Javac is not particularly special. It is a Windows-native program, and as such requires absolute file and directory names be provided in Windows format (forward slashes are OK, but drive letters are required and the Cygwin notion of root is completely unknown

Re: javac on cygwin

2003-01-04 Thread Randall R Schulz
Shankar, At 14:17 2003-01-04, Shankar Unni wrote: Randall R Schulz wrote: Javac is not particularly special. It is a Windows-native program, and as such requires absolute file and directory names be provided in Windows format (forward slashes are OK, but drive letters are required

Re: javac on cygwin

2003-01-04 Thread Christopher Faylor
On Sat, Jan 04, 2003 at 04:20:36PM -0800, Randall R Schulz wrote: At 14:17 2003-01-04, Shankar Unni wrote: Randall R Schulz wrote: Javac is not particularly special. It is a Windows-native program, and as such requires absolute file and directory names be provided in Windows format (forward

RE: javac compiler

2001-12-07 Thread Alex Malinovich
- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of KEVIN PHILLIPS Sent: Friday, December 07, 2001 8:40 PM To: [EMAIL PROTECTED] Subject: javac compiler How does one go about installing the javac compiler on a windows machine using cygwin? I would like to be able to use javac

RE: javac compiler

2001-12-07 Thread Randall R Schulz
Kevin, Just realize that the Sun javac is a Windows application, so it needs a Windows-style CLASSPATH variable (or -classpath argument) and file name path syntax. Randall Schulz Mountain View, CA USA At 18:58 2001-12-07, Alex Malinovich wrote: Well, assuming you already have the JDK