Hi Gary,
System.getEnv() will return O/S environment variables.
E.g. System.out.println("Path: " + System.getenv("PATH")); would print my
current PATH variable.
System.getProperty() is what you are thinking of. E.g. adding -Denv=dev to
my VM options in Netbeans, then calling System.out.println("
I see the Payara team have just submitted a Pull Request to resolve the
issue: https://github.com/apache/netbeans/pull/2423
So hopefully this will be fixed in an upcoming version of Netbeans.
P
On Tue, Oct 6, 2020 at 10:33 AM Som Lima wrote:
> Fantastic.
>
>
> On Tue, 6 Oct 2020
Hi Som,
Are you creating a Maven Web project? If so, it could be this issue (a
conflict between the Maven Web project type and the Payara Micro
Application project type):
https://issues.apache.org/jira/browse/NETBEANS-4559
If it is this issue, you can work around it to some degree by:
* Open Pr
There is some very basic autocomplete support, based on an old ISO SQL spec
(no vendor specific keywords).
However, the autocomplete popup is hard coded in such a way that it will
only popup after a . character (e.g. If you are typing scema.table it would
popup for the table)
You can get the basi
You can set a specific JDK in the netbeans.conf file in the /etc directory
in the Netbeans installation folder.
Look for the line:
#netbeans_jdkhome="/path/to/jdk"
delete the # to uncomment it, and change /path/to/jdk to the path to your
JDK installation. I believe you can (should) still use for
echo "Compiling [...] scss..."
>
> [...]/dart-sass/sass scss/main_frontend.scss css/frontend.css
> --style=compressed
>
> echo ""
> echo "Sending to server..."
> scp css/* [...]@[...]:[...]/css
>
> -----
Hi!
Sorry to hear you are having problems. When you say you are having errors,
do you mean a) Netbeans highlights errors in the compiled CSS file b) the
Dart Sass compiler throws errors or c) the compiled CSS is invalid?
Can you provide examples of the errors? If a), then it is most likely
beca
Hi Mike,
Tested yesterday on a Windows box, and was able to download/unpack
Payara 5.194 via the NetBeans UI. I think combined with the 504
error, this would suggest a temporary blip at the remote end.
Thanks for flagging this!
Cheers,
P
On Sat, Apr 4, 2020 at 2:01 PM Mike Ryan wrote:
>
> H
Hi Lou,
Sounds like one of two things:
1) The linker needs to access that .so file and can't - probably because it
is in the home directory of the pi user. If you move the jdk folder under
/usr/lib/ (on my Linux laptop I tend to stick all the different version of
Java I have in /usr/lib/jdk/) wi
>
>
>
> [image: EmailSig-TaglineVersion]
>
>
>
> *From:* Pete Whelpton
> *Sent:* Wednesday, June 26, 2019 3:29 PM
> *To:* Greenberg, Gary
> *Cc:* NetBeans Mailing List
> *Subject:* Re: Reserved keywords for SQL files
>
>
>
> netbeans/ide/dbapi/src/or
netbeans/ide/dbapi/src/org/netbeans/modules/db/api/sql/SQLKeywords.java I
think..
On Wed, 26 Jun 2019, 23:11 Greenberg, Gary, wrote:
> I am working with SQL scripts in the NB 11 right now and noticed that good
> portion of keywords in it are marked in blue colors, while tables and
> column names
The ; between "left" and "!important" is causing the parser error. If you
remove it, the parser error should go away.
If that property is to be flagged !important, then there should just be a
single ; after "!important".
You will probably still have a parser warning for "alignment" as it isn't a
Hi Peter,
I was able to configure a workaround. Hopefully this will work for you. :)
The problem appears to be that NetBeans SASS support was written for the
original Ruby SASS implementation. The root cause is that
the ide/css.prep/src/org/netbeans/modules/css/prep/sass/SassExecutable.java
cla
Hi Pedro!
This is caused by the module system in JDK9+ preventing access to that
resource bundle.
Gaurav has kindly provided a fix for the upcoming NB11.0
https://github.com/apache/incubator-netbeans/pull/1152
Cheers!
P
On Tue, 12 Mar 2019, 05:58 Pedro Eli de Leon Robledo, <
pedro.deleo...@ou
org/en/docs/inspector
>
> But then the executable stops immediately… so, not sure where that’s
> going..
>
> On Mar 5, 2019, at 12:26 PM, Geertjan Wielenga <
> geertjan.wiele...@googlemail.com> wrote:
>
> Be super-awesome, Jess! :-)
>
> Gj
>
> On Tuesday, March
Hi Jessica,
I believe it is:
webcommon/javascript.nodejs/src/org/netbeans/modules/javascript/nodejs/exec/NodeExecutable.java
There are a couple of constants near the top of the file: DEBUG_BRK_COMMAND
& DEBUG_COMMAND
If you want to be super-awesome and submit a pull request, the existing
issue i
I had a v. quick skim through the NB CSS parser code, and at first glance
it appears that there might be two problems:
1) The parser doesn't seem to support custom attributes (those starting --
e.g. --blue)
2) The parser doesn't seem to support the @supports Conditional "at rule"
If you would be
Hi Marc,
City Lights just changes the Editor component. Are you trying to set a
dark theme for all of Netbeans? If so, you can try:
1) Download the Darcula plugin from:
http://plugins.netbeans.org/plugin/62424/darcula-laf-for-netbeans
2) In NB, Tools Menu -> Plugins -> Downloaded -> Add Plugins
Hi Muhammad,
JavaFX Rich Client Programming on the NetBeans Platform
by Gail Anderson & Paul Anderson
Rich Client Programming: Plugging into the NetBeans Platform
by Geertjan Wielenga, Jaroslav Tulach, Tim Boudreau
The Definitive Guide to NetBeans™ Platform 7
by Heiko Böck
Are all currently av
On Thu, Oct 4, 2018 at 8:52 AM Pete Whelpton wrote:
> Hi Emma,
>
> Yes, I think there is something awry with the log4j-api-2.11.1.jar. To
> get it working just using ModulePath, I first:
>
> 1) Opened the log4j-api-2.11.1.jar file in Archive Manager
>
> 2) Copied the module-
Hi Emma,
Yes, I think there is something awry with the log4j-api-2.11.1.jar. To get
it working just using ModulePath, I first:
1) Opened the log4j-api-2.11.1.jar file in Archive Manager
2) Copied the module-info.class file from /META-INF/versions/9/ folder to
the root of the archive
After both
nga
wrote:
> In general, advisable to use Lookup instead of Cookies, please get
> leanpub.com/nbp4beginners.
>
> Gj
>
> On Sun, Sep 30, 2018 at 10:28 AM Pete Whelpton
> wrote:
>
>> Thanks Geertjan :)
>>
>> I've made the repo public for the moment, in case
tform application that
> contains these problematic areas and then someone can advise.
>
> Gj
>
> On Sat, Sep 29, 2018 at 2:25 PM Pete Whelpton wrote:
>
>>
>> Hello all :) Apologies in advance for the newbie NBP questions. I have
>> already been through the NBP API docu
Hello all :) Apologies in advance for the newbie NBP questions. I have
already been through the NBP API documentation and Netbeans sources, which
is how I've got to where I am, but I'm a bit stumped now. Any pointers, no
matter how small, gratefully received!
1)Modular approach for project
I learned from:
https://www.amazon.co.uk/JavaFX-Client-Programming-Netbeans-Platform/dp/B00QAT46PU
For me, personally, the first few chapters went into Swing & JavaFX in a
bit more detail than I wanted, and the later chapters about NPP didn't go
into quite as much granular detail asI wanted... b
#2
On Thu, Mar 1, 2018 at 12:34 PM, Antonio wrote:
> Hi all,
>
> For popular demand let's vote about the NetBeans Logo in the mailing list,
> that's easier for everybody, right? This will close NETBEANS-145 [1].
>
> The received entries are at [2].
>
> Please state the icon identifer you vote fo
Hello - and apologies for what is probably a dumb question.
I am trying to create a Netbeans plugin that allows editing of a binary
file type (with is basically a two dimensional array) via a Visual Editor
containing a JTable.
I have a model class that extends AbstractTableModel, and I have follo
27 matches
Mail list logo