# | Line 65 | Line 65 | HttpHandler::HttpHandler() | |
---|---|---|
65 | ||
66 | begin = 0; | |
67 | ||
68 | < | setJarPath(); |
68 | > | // setJarPath(); |
69 | ||
70 | // options[0].optionString = jarPath; | |
71 | // memset(&vm_args, 0, sizeof (vm_args)); | |
# | Line 175 | Line 175 | void HttpHandler::clear() | |
175 | page = ""; | |
176 | } | |
177 | ||
178 | < | void HttpHandler::setJarPath() |
178 | > | /*void HttpHandler::setJarPath() |
179 | { | |
180 | const string jarFile = "HttpConnector.jar"; | |
181 | string jarFilePath = jarFile; | |
# | Line 246 | Line 246 | void HttpHandler::setJarPath() | |
246 | ||
247 | // this->jarPath = new char[jarPath.length()]; | |
248 | // strcpy(this->jarPath, jarPath.c_str()); | |
249 | < | } |
249 | > | }*/ |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |