blob: eb8a35556d0efb21e2f89f2c963db77d7d0306a0 [file] [log] [blame]
//
// Licensed to the Apache Software Foundation (ASF) under one
// or more contributor license agreements. See the NOTICE file
// distributed with this work for additional information
// regarding copyright ownership. The ASF licenses this file
// to you under the Apache License, Version 2.0 (the
// "License"); you may not use this file except in compliance
// with the License. You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing,
// software distributed under the License is distributed on an
// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
// KIND, either express or implied. See the License for the
// specific language governing permissions and limitations
// under the License.
//
= DevFaqNetBeansClasspath
:jbake-type: wiki
:jbake-tags: wiki, devfaq, needsreview
:jbake-status: published
:keywords: Apache NetBeans wiki DevFaqNetBeansClasspath
:description: Apache NetBeans wiki DevFaqNetBeansClasspath
:toc: left
:toc-title:
:syntax: true
=== My module uses some libraries. I've tried setting CLASSPATH but it doesn't work. Help!
Setting `$CLASSPATH` or `%CLASSPATH%` on the command line will not affect anything -
NetBeans uses its own class loader system to find classes from modules.
What you need is for your libraries to _be_ a module; see link:DevFaqWrapperModules.asciidoc[DevFaqWrapperModules].
<hr/>
Applies to: NetBeans 6.8 and above
=== Apache Migration Information
The content in this page was kindly donated by Oracle Corp. to the
Apache Software Foundation.
This page was exported from link:http://wiki.netbeans.org/DevFaqNetBeansClasspath[http://wiki.netbeans.org/DevFaqNetBeansClasspath] ,
that was last modified by NetBeans user Rmichalsky
on 2009-12-02T13:40:32Z.
*NOTE:* This document was automatically converted to the AsciiDoc format on 2018-02-07, and needs to be reviewed.