cURL / Mailing Lists / curl-users / Single Mail

curl-users

Basic hello World! project help

From: Joe Coyle <coylejoey_at_gmail.com>
Date: Fri, 29 Jul 2016 15:52:20 -0400

I am just learning Curl and I am having problem with the first Hello World!
applet project from the documentation. I have also tried creating this
project in Eclipse with the same results.

When I run the project my browser is launched all the code is displayed and
not just the Hello Word!. I am running the start.curl file. Below is the
code I wrote for this project:

-------------------------------------
{curl 8.0 applet}
{curl-file-attributes character-encoding = "windows-latin-1"}
{applet manifest = "manifest.mcurl",
    {compiler-directives careful? = true}
}
|| My First Applet
|| By Joe Coyle
|| Date: 07/29/2016

Hello World!
---------------------------------------

Any help would be greatly appreciated.

Joe

-------------------------------------------------------------------
List admin: https://cool.haxx.se/list/listinfo/curl-users
FAQ: https://curl.haxx.se/docs/faq.html
Etiquette: https://curl.haxx.se/mail/etiquette.html
Received on 2016-07-29