netbeans[64].exe can't find Java installation when using netbeans-22-bin.zip and jdk-21_windows-x64_bin.zip and JAVA_HOME is set.

2024-06-22 Thread General Email
Hi, I am on Windows 10. I downloaded zipped version of both Netbeans (netbeans-22-bin.zip) and Java (jdk-21_windows-x64_bin.zip). I then unzipped these archives and then I set JAVA_HOME in system variables on Windows 10. But when I click on netbeans64.exe and netbeans.exe, the IDE doesn't start

Re: [Mingw-w64-public] Is this a bug in read() implementation of mingw-w64 gcc?

2024-06-14 Thread General Email
On Fri, Jun 14, 2024, 6:13 PM LIU Hao wrote: > 在 2024-06-14 19:23, General Email 写道: > > Does gcc on linux does the same thing (collapsing \r\n to \n)? > > GCC does not do the conversion; it is the C library that does. > Isn't C library part of gcc. > >

Re: [Mingw-w64-public] Is this a bug in read() implementation of mingw-w64 gcc?

2024-06-14 Thread General Email
On Fri, Jun 14, 2024, 3:42 PM General Email < general.email.12341...@gmail.com> wrote: > > The `open()` function opens files in text mode by default. To open a file >> in binary mode >> > > Does gcc on linux does the same thing (collapsing \r\n to \n)? > > I

Re: [Mingw-w64-public] Is this a bug in read() implementation of mingw-w64 gcc?

2024-06-14 Thread General Email
> The `open()` function opens files in text mode by default. To open a file > in binary mode > Does gcc on linux does the same thing (collapsing \r\n to \n)? If not then why is open() function in mingw-w64 gcc not the same as in linux gcc? Regards, __

[Mingw-w64-public] Is this a bug in read() implementation of mingw-w64 gcc?

2024-06-14 Thread General Email
Hi, I am using WinLibs distribution (https://winlibs.com/) of mingw-w64 gcc on Windows. I have written a program that reads a text file and does lseek, etc. Since the text file is created on Windows, the new line is "\r\n". But it looks like read() is collapsing "\r\n" to "\n". So, this is mes

Enabling HTTPS and Configuring SSL in Apache 2.4 on Windows 10.

2024-05-05 Thread General Email
Hi, I have configured SSL and enabled HTTPS on Apache 2.4. It is working fine. If the docs team is interested, then they can put my instructions on the above topic in the documentation. The instructions are below: -- Enabling HTTPS an

Re: [users@httpd] openssl comand(s) for https mode on apache 2.4 on windows.

2024-05-05 Thread General Email
On Wed, 17 Apr 2024 at 15:36, General Email wrote: > > > Anyways, I looked more on google and I think that I have found what I was > looking for on this page: > https://gist.github.com/taoyuan/39d9bc24bafc8cc45663683eae36eb1a > Few days ago, I configured SSL and enabled HTTPS

Re: [users@httpd] openssl comand(s) for https mode on apache 2.4 on windows.

2024-04-17 Thread General Email
On Wed, Apr 17, 2024, 3:27 PM General Email < general.email.12341...@gmail.com> wrote: > > >> > If people are asking for advice on PHP then advise them on PHP or don't >> say anything. >> > Don't start advising them about Java. >> >> Pleas

Re: [users@httpd] openssl comand(s) for https mode on apache 2.4 on windows.

2024-04-17 Thread General Email
> > > If people are asking for advice on PHP then advise them on PHP or don't > say anything. > > Don't start advising them about Java. > > Please... I am not even making remarks about you asking openssl questions > at httpd. > So, is this wrong forum for asking about openssl commands required fo

Re: [users@httpd] openssl comand(s) for https mode on apache 2.4 on windows.

2024-04-17 Thread General Email
On Wed, Apr 17, 2024, 1:17 PM Marc wrote: > > > > > http is an insecure protocol. I don't want my website to run on > > http. So, I am hardcoding https in links in my website that refer to > > pages in my website. > > > > > > Now, I know that you will write why not redirect http to ht

Re: [users@httpd] openssl comand(s) for https mode on apache 2.4 on windows.

2024-04-16 Thread General Email
> This is also not relevant to what I am stating. If you develop, do it > regardless of http/https that is convenient for everyone. It will be to > your own benefit. If you have to host the application on your own server, > so be it. It will be easier with choosing your https solution. You could >

Re: [users@httpd] openssl comand(s) for https mode on apache 2.4 on windows.

2024-04-16 Thread General Email
> > Here’s a possible SO question that might help you: > > https://stackoverflow.com/questions/10175812/how-to-generate-a-self-signed-ssl-certificate-using-openssl > Thanks Will. I will look look into it.

Re: [users@httpd] openssl comand(s) for https mode on apache 2.4 on windows.

2024-04-16 Thread General Email
> But should your development be not protocol independent? If your code > works on http it should also work on https. I am getting sick of these > wordpress idiots where they still have hardcoded links everywhere and I > can't even convert a website from http to https. > Are you saying that I am a

Re: [users@httpd] openssl comand(s) for https mode on apache 2.4 on windows.

2024-04-16 Thread General Email
> I think you need to search for setting up your own CA and sign certs. Windows is my development environment. Later the website will be hosted on linux and the linux hosting provider will provide SSL certificate. I had looked at https://stackoverflow.com/questions/4221874/how-do-i-allow-https-f

[users@httpd] openssl comand(s) for https mode on apache 2.4 on windows.

2024-04-16 Thread General Email
Hi, I was looking for openssl command(s) to generate server side certificate and key so that https start working on my apache 2.4 web server on windows. I looked on Internet but found few commands but they all used different arguments to openssl. Can someone please give me exact openssl command(

Re: Problem in installing "libgnomevfs2-dev" for building OpenOffice on Debian 12.5.

2024-02-28 Thread General Email
ss --enable-gio and --disable-gnome-vfs to > ./configure. And you can build OpenOffice without either of them, but it > would probably limit access to files on filesystems that those provide (eg. > on remote servers). > > Regards > Damjan > > On Tue, Feb 27, 2024 at 11:49 A

Problem in installing "libgnomevfs2-dev" for building OpenOffice on Debian 12.5.

2024-02-27 Thread General Email
Hi, I was planning to compile OpenOffice on debian 12.5. So, I started to install all the required packages. I am following instructions given on these pages: https://wiki.openoffice.org/wiki/Documentation/Building_Guide_AOO and https://wiki.openoffice.org/wiki/Documentation/Building_Guide_AOO/B

Re: Please support/enable https by default in the Apache web sever.

2023-09-30 Thread General Email
> I suggest you're trolling, are you on xampps public relations team, I mean > seriously you come here pushing your agenda with arguments that don't make > sense, but can't be bothered using your real name or real email address. > I am not trolling but I don't use my real name/email address onlin

Re: Please support/enable https by default in the Apache web sever.

2023-09-30 Thread General Email
On Sat, 30 Sep, 2023, 9:32 pm Joe Schaefer, wrote: > It is insane to ask this project to cater to the interests of 10 people > who are so PKI illiterate, the PMC needs to put the rest of the user base > at risk just to accommodate them. > > Certs require mandatory user serviceable parts. There i

Re: Please support/enable https by default in the Apache web sever.

2023-09-30 Thread General Email
On Sat, 30 Sep, 2023, 8:00 pm Emmanuel Dreyfus, wrote: > On Sat, Sep 30, 2023 at 07:40:34PM +0530, General Email wrote: > > By the way, I don't understand how the default certificate can be abused. > > It is not signed by a trusted CA, hence your browser cannot tell if it &

Re: Please support/enable https by default in the Apache web sever.

2023-09-30 Thread General Email
On Sat, 30 Sep, 2023, 7:06 pm Noel Butler, wrote: > On 30/09/2023 22:28, General Email wrote: > > > > On Sat, 30 Sep, 2023, 5:34 pm Will Fatherley, > wrote: > > > > Please support/enable https by default in the Apache web server. > > > HTTPS is supported

Re: Please support/enable https by default in the Apache web sever.

2023-09-30 Thread General Email
On Sat, 30 Sep, 2023, 5:34 pm Will Fatherley, wrote: > > Please support/enable https by default in the Apache web server. >> > > HTTPS is supported already by default. I like the idea of enabling by > default, but as it stands now probably should not be done as the generation > of keying material

Please support/enable https by default in the Apache web sever.

2023-09-30 Thread General Email
Hi, Everyone is moving to "https" these days. Almost no one is using "http" these days. Please support/enable https by default in the Apache web server. Enabling https support manually is a lengthy (and probably a little bit difficult) process. Regards, GE

Re: [klee-dev] Unexpected Output!

2014-01-27 Thread General Email
11, i32 0, metadata !1, null} !12 = metadata !{i32 15, i32 0, metadata !1, null} !13 = metadata !{i32 16, i32 0, metadata !1, null} !14 = metadata !{i32 19, i32 0, metadata !1, null} Thanks On Friday, January 24, 2014 11:43 AM, General Email wrote: Thanks Dan, I moved the klee_assu

[klee-dev] Unexpected Output!

2014-01-24 Thread General Email
Hi, Can anybody correct me if my notice is wrong? I have the following code which should generate two symbolic execution paths; none of them can by satisfiable. However Klee doesn't show this!!! int main() {   int attr1=100, attr2=12;   int y;   klee_make_symbolic(&y, sizeof(int), "y");   if(y

[klee-dev] Need to understand how klee_assume() works

2013-11-11 Thread General Email
Hello, I have the following program and I want to create the set of test cases and their corresponding constraints that only satisfy the conditions included in the klee_assume() expression. #include int main() {   int c,d,e,f;   klee_make_symbolic(&c, sizeof(c), "c");   klee_make_symbolic(&d,

Re: [klee-dev] How to show (get) the negative values returned in klee's .pc files?

2013-05-01 Thread General Email
me and klee_assert work. Again thank you so much for your help. From: Daniel Liew To: General Email Cc: klee-dev Sent: Wednesday, May 1, 2013 1:01 PM Subject: Re: [klee-dev] How to show (get) the negative values returned in klee's .pc files? The path const

[klee-dev] How to show (get) the negative values returned in klee's .pc files?

2013-05-01 Thread General Email
Hi, I need to understand how to use klee_assume and klee_assert. I tried to implement the following assumptions (in the function listed below) which assumed that if a symbolic variable x satisfies the condition !(0<(x+5)) and that if another variable y is set to x+7, I want to check whether y is

[klee-dev] How to get the content of a symbolic variable?

2013-04-08 Thread General Email
Hi, How to get the content of a symbolic variable? When I tried to run the code listed below, I got the following output from klee KLEE: WARNING ONCE: calling external: printf(182324664, 182337984, (Add w32 7 (ReadLSB w32 0 inVar))) KLEE: ERROR: /home/try1.c:53: failed external call: printf /

[klee-dev] How to get the the trace from the symbolic execution process?

2013-03-29 Thread General Email
I'm interested in is the value returned as the result from the execution process. For example if I have the following small program -- int globalVar1=100; char* globalVar2=""; void myFunction(int k) {    if (k > 0)   {     globalVar1 = k;     globalV

[klee-dev] KLEE: ERROR: failed external call: itos

2013-03-26 Thread General Email
Hi, I'm trying to explore how to use klee. When I run klee on a small program I got the following warning messages: KLEE: WARNING: undefined reference to function: itos KLEE: WARNING: undefined reference to function: printf KLEE: WARNING: undefined reference to function: strcat Also I got the fol

Ant war task

2006-02-15 Thread General Email
Hi, I have a war task and I'm specifing the required libs with: Where classpath is a path id specifing the locations of the required library files. However, Ant does not like this and complains that classpath is not a fileset (which it isn't) but why would this sort of speci

Re: specifying include files in a in the

2006-01-13 Thread General Email
ok, that's a way of doing it but why does the documentation for say 'fileset' and the attribute 'includes' say that you can specify a list of comma separated file names?? Petar Tahchiev <[EMAIL PROTECTED]> wrote: On 12/01/06, General Email wrote: > >

Re: specifying include files in a in the

2006-01-12 Thread General Email
That will work with 'include' but it doesn't like 'includes' and then a list of comma separated file names. That is the problem. And yes...forgot the end quote there...typo in my post. Petar Tahchiev <[EMAIL PROTECTED]> wrote: On 12/01/06, General Email w

specifying include files in a in the

2006-01-12 Thread General Email
I'd like to specify a list of files to include in the inside a task. Looks like this:

Ant War Problem

2006-01-11 Thread General Email
Hi, I'm using JDev 10g which uses Ant v 1.5.4. I'm having difficulty with the WAR task in Ant. I have: and I get an error: No directory specified for ZipFileSet and it points me to the first line of the Ant code above. An