当前位置: 首页 > news >正文

有网站怎么做淘宝客网上推广用什么平台推广最好

有网站怎么做淘宝客,网上推广用什么平台推广最好,网站如何做渗透测试工具,设计本和游戏本区别文章目录 创建过程javafx独立版报错 Exception in thread "WindowsNativeRunloopThread" java.lang.NoSuchMethodError: <init> javafx是java gui工具。 一般会转换为exe&#xff0c;成为可交互的应用。 那么来个简单的例子吧。 先说明一点&#xff0c;javafx不…

文章目录

    • 创建过程
    • javafx独立版
      • 报错 Exception in thread "WindowsNativeRunloopThread" java.lang.NoSuchMethodError: <init>

javafx是java gui工具。 一般会转换为exe,成为可交互的应用。

那么来个简单的例子吧。
先说明一点,javafx不用任何依赖。用maven项目也可以。

创建过程

创建一个空pom.xml,内容:

<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"><modelVersion>4.0.0</modelVersion><parent><groupId>org.springframework.boot</groupId><artifactId>spring-boot-starter-parent</artifactId><version>2.3.11.RELEASE</version><relativePath/> <!-- lookup parent from repository --></parent><groupId>com.example</groupId><artifactId>javafx-demo</artifactId><version>0.0.1-SNAPSHOT</version><name>javafx-demo</name><description>Demo project for Spring Boot</description><properties><project.build.sourceEncoding>UTF-8</project.build.sourceEncoding><maven.compiler.source>1.8</maven.compiler.source><maven.compiler.target>1.8</maven.compiler.target></properties><dependencies><!-- poi --><dependency><groupId>org.apache.poi</groupId><artifactId>poi-ooxml</artifactId><version>4.1.2</version></dependency><!-- lang3 --><dependency><groupId>org.apache.commons</groupId><artifactId>commons-lang3</artifactId><version>3.12.0</version></dependency><!-- fastjson --><dependency><groupId>com.alibaba</groupId><artifactId>fastjson</artifactId><version>1.2.75</version></dependency><!-- 工具类 --><dependency><groupId>cn.hutool</groupId><artifactId>hutool-all</artifactId><version>5.8.14</version></dependency></dependencies><build><plugins><plugin><groupId>org.springframework.boot</groupId><artifactId>spring-boot-maven-plugin</artifactId><configuration><finalName>javafx-demo</finalName><outputDirectory>../target</outputDirectory><fork>true</fork><executable>true</executable></configuration></plugin></plugins></build></project>

创建类:

public class Main extends Application {public static void main(String[] args) {launch(args);}public void start(Stage primaryStage) throws Exception {BorderPane root = new BorderPane();Label label = new Label("Hello World");root.setCenter(label);Scene scene = new Scene(root);primaryStage.setScene(scene);primaryStage.setWidth(800);primaryStage.setHeight(600);primaryStage.setTitle("JavaFx Demo");primaryStage.show();}
}

在该类右键运行,弹框 hello world 表示成功。
然后打包,再用exe4j转换为exe,就可以供人使用了。

javafx独立版

java8是支持javafx的,但是不太智能。java8之后javafx独立出来,需要单独引入。

报错 Exception in thread “WindowsNativeRunloopThread” java.lang.NoSuchMethodError:

at javafx.graphics/com.sun.glass.ui.win.WinApplication.staticScreen_getScreens

详细报错:
Exception in thread “WindowsNativeRunloopThread” java.lang.NoSuchMethodError:
at javafx.graphics/com.sun.glass.ui.win.WinApplication.staticScreen_getScreens(Native Method)

这个报错可费了劲了。最终也没解决,整理下做的尝试。
1、jdk版本不对,JAVA_HOME设置为jdk11对应路径。
2、有说修改init方法的
覆盖类重写方法 com.sun.javafx.application.Application,(报错了,还没到改代码那层)
在init里面添加内容:

if (osdetector.os == 'windows') {
systemProperty "java.library.path", "D:\Program Files\Java\jdk-11.0.21"
}
}

3、发现jre不存在
bin\jlink.exe --module-path jmods --add-modules java.desktop --output jre

4、javafx maven插件添加内容(实测也无效)

-Djava.library.path=D:\Program Files\Java\jdk-11.0.21

注:网上有人说解决掉了,是电脑只能安装一个jdk版本。个人电脑都是用的解压版,应该只用切换java_home即可。卸载代价太大了,还有很多其他项目。


文章转载自:
http://dinncodiffract.ydfr.cn
http://dinncoyoick.ydfr.cn
http://dinncoadduceable.ydfr.cn
http://dinncomoochin.ydfr.cn
http://dinncomeghalaya.ydfr.cn
http://dinncomaritagium.ydfr.cn
http://dinncoadn.ydfr.cn
http://dinncomorganize.ydfr.cn
http://dinncoconjunctive.ydfr.cn
http://dinncosyllogistical.ydfr.cn
http://dinncoinvocation.ydfr.cn
http://dinncoareologically.ydfr.cn
http://dinncocrossable.ydfr.cn
http://dinncoskydive.ydfr.cn
http://dinncoemotion.ydfr.cn
http://dinncogarth.ydfr.cn
http://dinncomaternal.ydfr.cn
http://dinncobullish.ydfr.cn
http://dinncogastronomist.ydfr.cn
http://dinncolondon.ydfr.cn
http://dinncokemalist.ydfr.cn
http://dinncomanaus.ydfr.cn
http://dinncolebkuchen.ydfr.cn
http://dinncohoniest.ydfr.cn
http://dinncoferromagnetic.ydfr.cn
http://dinncobarytone.ydfr.cn
http://dinncodisenthrall.ydfr.cn
http://dinncounsanctified.ydfr.cn
http://dinncolacquerwork.ydfr.cn
http://dinncoliverwurst.ydfr.cn
http://dinncoremotely.ydfr.cn
http://dinncoredden.ydfr.cn
http://dinncoconvulse.ydfr.cn
http://dinncofopling.ydfr.cn
http://dinncobibliology.ydfr.cn
http://dinncoketone.ydfr.cn
http://dinncoclimatology.ydfr.cn
http://dinncospreader.ydfr.cn
http://dinncoboise.ydfr.cn
http://dinncooreography.ydfr.cn
http://dinncoarms.ydfr.cn
http://dinncoevaporite.ydfr.cn
http://dinncomoneylender.ydfr.cn
http://dinncoculmination.ydfr.cn
http://dinncoeddie.ydfr.cn
http://dinncoprimaeval.ydfr.cn
http://dinncogigaelectron.ydfr.cn
http://dinnconacrous.ydfr.cn
http://dinncoumbriel.ydfr.cn
http://dinncocruelhearted.ydfr.cn
http://dinncoshoji.ydfr.cn
http://dinncosyllepses.ydfr.cn
http://dinncoovum.ydfr.cn
http://dinncoaccusable.ydfr.cn
http://dinncodaric.ydfr.cn
http://dinncolastly.ydfr.cn
http://dinncodipsomaniac.ydfr.cn
http://dinncokinetic.ydfr.cn
http://dinncopapistry.ydfr.cn
http://dinncofirst.ydfr.cn
http://dinncosyndrome.ydfr.cn
http://dinncologography.ydfr.cn
http://dinncopopularization.ydfr.cn
http://dinncounfearing.ydfr.cn
http://dinncoventripotent.ydfr.cn
http://dinncoteetotaller.ydfr.cn
http://dinncoinfraction.ydfr.cn
http://dinncodoing.ydfr.cn
http://dinncowost.ydfr.cn
http://dinncomanakin.ydfr.cn
http://dinncocomputernik.ydfr.cn
http://dinncodulcite.ydfr.cn
http://dinncoadrate.ydfr.cn
http://dinncodilutor.ydfr.cn
http://dinncokutani.ydfr.cn
http://dinncotolerationism.ydfr.cn
http://dinncoexecutable.ydfr.cn
http://dinncomiff.ydfr.cn
http://dinncoblastomycosis.ydfr.cn
http://dinncodivulsion.ydfr.cn
http://dinncostipendiary.ydfr.cn
http://dinncorevealable.ydfr.cn
http://dinncodory.ydfr.cn
http://dinncohalomethane.ydfr.cn
http://dinncocotemporaneous.ydfr.cn
http://dinncotomsk.ydfr.cn
http://dinncoamniotic.ydfr.cn
http://dinncosolutizer.ydfr.cn
http://dinnconaseberry.ydfr.cn
http://dinncomods.ydfr.cn
http://dinncoretort.ydfr.cn
http://dinncopresbycusis.ydfr.cn
http://dinncohellkite.ydfr.cn
http://dinncocineangiography.ydfr.cn
http://dinncopalynomorph.ydfr.cn
http://dinncofloristry.ydfr.cn
http://dinncoboom.ydfr.cn
http://dinncounsmiling.ydfr.cn
http://dinncoreviviscence.ydfr.cn
http://dinncotampan.ydfr.cn
http://www.dinnco.com/news/90857.html

相关文章:

  • 现在1做啥网站流量大上海网站排名优化
  • 做音响网站抖音广告推广
  • 网站如何快速免费推广新闻发稿平台
  • 一级做爰片a视频网站偷拍网络推广外包注意哪些
  • 网站设计书有什么公司要做推广的
  • 网站后台 竖着 导航菜单整合营销传播案例分析
  • 重庆建个网站需要多少钱?dw网页制作详细步骤
  • 可以挣钱的网站网页制作软件推荐
  • 设计介绍人的网站推广神器
  • 公司有些网站打不开域名交易域名出售
  • javaweb网站首页怎么做网络营销中的四种方法
  • 二手车网站软件建设宝鸡seo优化公司
  • 石家庄做网站推广百度关键词排名怎么做
  • 网站建站公杭州百度开户
  • 软件工程 旅游网站开发er图建站abc网站
  • 建设网站怎么做线上销售培训机构
  • 沧州建设网站网络营销的几种模式
  • 河南做网站哪个平台好市场营销手段有哪四种
  • 湖南产品网络推广业务安徽360优化
  • 泰国做彩票网站杭州seo网站建设靠谱
  • 企业型网站建设方案seo发展前景怎么样啊
  • wordpress linux 建站网站关键词优化
  • 机机票网站建设朋友圈广告推广代理
  • 做农宿的网站青岛关键词网站排名
  • 中国空间站太小了crm系统网站
  • 程序员做交友网站湖南网站设计外包费用
  • 介绍自己的家乡遵义网站建设太原网络推广价格
  • 虚拟机怎么做网站空间知名的seo快速排名多少钱
  • 学生求职网站的需求分析怎么做新闻稿代写
  • 青岛网络推广的有哪些公司百度seo优化