This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 255905 - NullPointerException at org.netbeans.modules.latex.ui.platform.LaTeXPlatformImpl.create
Summary: NullPointerException at org.netbeans.modules.latex.ui.platform.LaTeXPlatformI...
Status: NEW
Alias: None
Product: third-party
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: issues@third-party
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-10-13 14:37 UTC by rus20376
Modified: 2015-10-14 08:26 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 200547


Attachments
stacktrace (534 bytes, text/plain)
2015-10-13 14:37 UTC, rus20376
Details

Note You need to log in before you can comment on or make changes to this bug.
Description rus20376 2015-10-13 14:37:48 UTC
Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.45-b02, Java(TM) SE Runtime Environment, 1.8.0_45-b14
OS: Mac OS X

User Comments:
GUEST: test

rus20376: Trying to execute "Build" on Latex project, using the Lahoda Latex plugin.

GUEST: Installed Netbeans, then miktex, then ghostscript and after installing the latex support plugin and making the configurations, there allways is coming a nullpointerexception when building the latex document

GUEST: Latex won't compile.

GUEST: cant compile latex code

GUEST: I was trying to compile from latex to pdf

GUEST: Error occurs on build.




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.latex.ui.platform.LaTeXPlatformImpl.create(LaTeXPlatformImpl.java:112)
   at org.netbeans.modules.latex.ui.platform.LaTeXPlatformImpl.getTool(LaTeXPlatformImpl.java:125)
   at org.netbeans.modules.latex.guiproject.build.BuildConfiguration.build(BuildConfiguration.java:120)
   at org.netbeans.modules.latex.guiproject.ActionsFactory$BuildExecutionSupportItemImpl$1Exec.run(ActionsFactory.java:292)
   at org.netbeans.core.execution.RunClassThread.run(RunClassThread.java:153)
Comment 1 rus20376 2015-10-13 14:37:50 UTC
Created attachment 156692 [details]
stacktrace