[ 
https://issues.apache.org/jira/browse/NETBEANS-1817?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16727990#comment-16727990
 ] 

Pieter van den Hombergh commented on NETBEANS-1817:
---------------------------------------------------

# Unzip incubating-netbeans-10.0-vc5-bin.zip, results in netbeans/ folder
 # rename the folder (and move) to /usr/local/netbeans-10.0-vc5
 # modify /usr/local/netbeans-10-vc1/etc/netbeans.conf to set netbeans_jdkhome 
to jdk11 as innetbeans_jdkhome="/usr/lib/jvm/jdk-11.0.1"
 # start netbeans with commandline /usr/local/netbeans-10-vc5/bin/netbeans
 # create a new java library project, say nb10junit5
 # Create a unit test in a package. Like t.PTest.java
 # Add one failing test. Just add a line to have it fail like 
*fail("intentionally broken");*
 # **Run the test file. Right-click the test file and invoke test .This shows 
in the output window the messages shown 
earlier./home/hom/.cache/netbeans/10.0/executor-snippets/junit.xml:184: The 
following error occurred while executing this line:
/home/hom/.cache/netbeans/10.0/executor-snippets/junit.xml:128: The <classpath> 
or <modulepath> for <junit> must include junit.jar if not in Ant's own classpath

> exception thrown on startup
> ---------------------------
>
>                 Key: NETBEANS-1817
>                 URL: https://issues.apache.org/jira/browse/NETBEANS-1817
>             Project: NetBeans
>          Issue Type: Bug
>            Reporter: Pieter van den Hombergh
>            Priority: Major
>
> see report log below



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to