Re: The '$' and 'O' in the Linker's Additional Options got eaten by NetBeans

2019-04-15 Thread Tushar Joshi
Awesome! with regards Tushar On Tue, Apr 16, 2019 at 8:57 AM Heng Zhou wrote: > With the inspiration from Mr. Tushar, I finally figured out the trick: The > option should be written as "\$$ORIGIN/FMOD". Double $ is key! :-) > > On Mon, Apr 15, 2019 at 11:19 PM Heng Zhou wrote: > >> That

Re: The '$' and 'O' in the Linker's Additional Options got eaten by NetBeans

2019-04-15 Thread Heng Zhou
With the inspiration from Mr. Tushar, I finally figured out the trick: The option should be written as "\$$ORIGIN/FMOD". Double $ is key! :-) On Mon, Apr 15, 2019 at 11:19 PM Heng Zhou wrote: > That way, the option passed is "\\\RIGIN/LibDir". > > On Mon, Apr 15, 2019 at 11:16 PM Tushar Joshi

Re: The '$' and 'O' in the Linker's Additional Options got eaten by NetBeans

2019-04-15 Thread Heng Zhou
That way, the option passed is "\\\RIGIN/LibDir". On Mon, Apr 15, 2019 at 11:16 PM Tushar Joshi wrote: > Can you please try "\\\$ORIGIN/LibDir" that is one escape character for > the backslash and one escape character for the $ > > with regards > Tushar > > Tushar Joshi, Nagpur: >

Re: The '$' and 'O' in the Linker's Additional Options got eaten by NetBeans

2019-04-15 Thread Tushar Joshi
Can you please try "\\\$ORIGIN/LibDir" that is one escape character for the backslash and one escape character for the $ with regards Tushar Tushar Joshi, Nagpur: http://www.tusharjoshi.com * MCSD_NET C#, SCJP, RHCE, ZCE, PMP, CSM, SAFe, PRINCE2 * Senior Architect @ Persistent Systems

Re: [java]

2019-04-15 Thread Terry Warren
Never mind; I was able to answer my own question. The answer is actually quite simple: just needed to append the =value to the url string passed in the properties object sent to the persistence entity manager > On Apr 15, 2019, at 7:22 PM, Terry Warren wrote: > > Hi - I have a question

[java]

2019-04-15 Thread Terry Warren
Hi - I have a question regarding mysql server access from Netbeans java project, using netbeans 8.2; the project has been working fine until I recently upgraded the JConnector to be 8.0.15 (and server also upgraded to 8.0.15) When I try to access the DB on the server I get error messages such

Re: Json validation

2019-04-15 Thread Wade Chandler
Pretty sure .json files themselves are validated like other file types; editor lot has it built in. Do you have a reproducible file you can share? Wade On Mon, Apr 15, 2019, 18:06 Greenberg, Gary wrote: > I know that Netbeans has a feature to validate XML files and I used it > extensively

The '$' and 'O' in the Linker's Additional Options got eaten by NetBeans

2019-04-15 Thread Heng Zhou
Hi, I wanna the following linker flags to be passed to the linker: -Wl,--enable-new-dtags,-rpath,"\$ORIGIN/LibDir" So I type it literally in the Linker's Additional Options. But I found that the '$' and 'O' in "\$ORIGIN/LibDir" got eaten by NetBeans, so only "\RIGIN" appears in actual linking

Downloading Netbeans 8.2

2019-04-15 Thread Natasha Stopa
Hi, I'm getting a request not found error when going to the page to download Netbeans 8.2. I was wondering if the download was intentionally removed/how I can download this. https://netbeans.apache.org/downloads/8.2/ Thanks, Natasha

Json validation

2019-04-15 Thread Greenberg, Gary
I know that Netbeans has a feature to validate XML files and I used it extensively when XML was main method to define requests and responses in REST API. Nowadays JSON almost completely replaced XML in that role. Is there a plugin or something to validate JSON or help to check it for errors? I

Re: [java][weblogic]

2019-04-15 Thread Geertjan Wielenga
That’s great. Feel free to provide a pull request on GitHub. What caused the tests to fail, what messages did you get? You should be able to build the module without running the tests, I believe. Gj On Mon, 15 Apr 2019 at 17:08, Ben Erridge wrote: > OK, I have downloaded the module and

Re: [java][weblogic]

2019-04-15 Thread Ben Erridge
OK, I have downloaded the module and successfully compiled it. The module seems to work fine with pretty much the same bugs as in Netbeans 8.2. I had to comment out test code in a bunch of modules it depends on in order to get it to compile though. I attached a diff of these files. I also change

My Netbeans RCP app fails when launched via the Netbeans-generated installer

2019-04-15 Thread Jerome Lelasseux
Hello, My Netbeans RCP application compiles and works fine when started from the IDE (Netbeans 11/Win10). If I start it using the Netbeans-generated installer, I get the following error: Exception in thread "main" java.lang.NoClassDefFoundError: org/objectweb/asm/ClassVisitor while loading

c/c++: static function usages cannot be collected

2019-04-15 Thread Pablo Chin
Hello, I have a C/C++ "Project with Existing Sources" in Netbeans 8.2. For Code Assitance, I'm using CLang. I configured Code Assistance to Search file system for C/C++ header files. After parsing the project, I'm only able to find functions for which a declaration exists in a .h file. Any

Re: How do I activate the Javascript Libraries in the Java Maven Project properties

2019-04-15 Thread Geertjan Wielenga
Thanks! Great to have that project there. Maybe this also helps: https://blogs.oracle.com/geertjan/how-to-use-javascript-libraries-in-maven-projects Gj On Mon, Apr 15, 2019 at 10:53 AM Fedd wrote: > No problem, as all is working for now I am not asking for any help, just > boasting because

Re: How do I activate the Javascript Libraries in the Java Maven Project properties

2019-04-15 Thread Fedd
No problem, as all is working for now I am not asking for any help, just boasting because you've said this could be interesting. But I made a project with these files, see https://github.com/fedd/mavenwithnpm On 15.04.2019 17:23, Geertjan Wielenga wrote: Sorry, this is no way to work

Re: How do I activate the Javascript Libraries in the Java Maven Project properties

2019-04-15 Thread Geertjan Wielenga
Sorry, this is no way to work together on this. Put an app with this structure on GitHub or somewhere similar so that we can take a look together, please. Gj On Mon, 15 Apr 2019 at 09:31, Fedd wrote: > Thanks though it doesn't work very stable as it turned out... > > The goal is just to have a

Re: How do I activate the Javascript Libraries in the Java Maven Project properties

2019-04-15 Thread Geertjan Wielenga
You may have found a (the) way to combine Java, Maven, JavaScript, and NPM. If so, that’s amazing. Gj On Mon, 15 Apr 2019 at 08:56, Fedd wrote: > Thanks, some Netbeans module has updated (I think it was called "Local > Tasks") and the package.json editor has retured. > > There is nothing

Re: How do I activate the Javascript Libraries in the Java Maven Project properties

2019-04-15 Thread Fedd
Thanks, some Netbeans module has updated (I think it was called "Local Tasks") and the package.json editor has retured. There is nothing special in my project. To reproduce success scenario, one may just create a new "Java with Maven / Java Application", in Files window go to the src/main

How do I activate the Javascript Libraries in the Java Maven Project properties

2019-04-15 Thread Fedd
Hello, I desperately need to have an ability to work with NPM libraries in a Maven non-webapp project, but NetBeans decides not to show the JavaScript libraries project property menu in order not to confuse me (?) Again, this is neither a HTML5/JavaScript project nor "Java with Maven / Web